summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2024-09-14 00:07:30 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2024-09-14 00:07:30 +0000
commita55f56b6b5d0b2ad16b71fa5c18204e7cf294da7 (patch)
treee77b8765bd2f7b2787e9449ee69c80efff27b5d9
parent10d2ed06848107156788cbe3206e61a613cf36a8 (diff)
automatic import of python-pipenv
-rw-r--r--.gitignore1
-rw-r--r--python-pipenv.spec60
-rw-r--r--sources1
3 files changed, 62 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..792eef2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pipenv-2024.0.2.tar.gz
diff --git a/python-pipenv.spec b/python-pipenv.spec
new file mode 100644
index 0000000..2024eac
--- /dev/null
+++ b/python-pipenv.spec
@@ -0,0 +1,60 @@
+Name: python-pipenv
+Version: 2024.0.2
+Release: %autorelease
+Summary: Python Development Workflow for Humans.
+
+# 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/pypa/pipenv
+Source: %{pypi_source pipenv}
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+
+# Fill in the actual package description to submit package to Fedora
+%global _description %{expand:
+This is package 'pipenv' generated automatically by pyp2spec.}
+
+%description %_description
+
+%package -n python3-pipenv
+Summary: %{summary}
+
+%description -n python3-pipenv %_description
+
+# For official Fedora packages, review which extras should be actually packaged
+# See: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Extras
+%pyproject_extras_subpkg -n python3-pipenv dev,tests
+
+
+%prep
+%autosetup -p1 -n pipenv-%{version}
+
+
+%generate_buildrequires
+# Keep only those extras which you actually want to package or use during tests
+%pyproject_buildrequires -x dev,tests
+
+
+%build
+%pyproject_wheel
+
+
+%install
+%pyproject_install
+# For official Fedora packages, including files with '*' +auto is not allowed
+# Replace it with a list of relevant Python modules/globs and list extra files in %%files
+%pyproject_save_files '*' +auto
+
+
+%check
+%pyproject_check_import -t
+
+
+%files -n python3-pipenv -f %{pyproject_files}
+
+
+%changelog
+%autochangelog \ No newline at end of file
diff --git a/sources b/sources
new file mode 100644
index 0000000..47e21ff
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+db303ad8d2c7a81dd46356ab0345aa75 pipenv-2024.0.2.tar.gz