Name: python-up-aries Version: 0.4.0 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: Aries is a project aimed at exploring constraint-based techniques for automated planning and scheduling. It relies on an original implementation of constraint solver with optional variables and clause learning to which various automated planning problems can be submitted. # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: MIT URL: https://github.com/plaans/aries Source: https://files.pythonhosted.org/packages/source/u/up-aries/up_aries-v0.4.0.tar.gz BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'up-aries' generated automatically by pyp2spec.} %description %_description %package -n python3-up-aries Summary: %{summary} %description -n python3-up-aries %_description %prep %autosetup -p1 -n up_aries-0.4.0 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install # Add top-level Python module names here as arguments, you can use globs %pyproject_save_files ... %check %pyproject_check_import %files -n python3-up-aries -f %{pyproject_files} %changelog %autochangelog