summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:39:57 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:39:57 +0000
commitdde4b4d28566b7e31ac6f4d05b8c0b74e284ef60 (patch)
treedf77f975893d1afd524c87a55d2e0c444c38a955
parent1d6e650083689a636502b4b0bab34f6c8673538e (diff)
automatic import of python-open-alchemy-package-securityepel9
-rw-r--r--.gitignore1
-rw-r--r--python-open-alchemy.package-security.spec58
-rw-r--r--sources1
3 files changed, 60 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..1d34ac2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/open-alchemy.package-security-1.2.1.tar.gz
diff --git a/python-open-alchemy.package-security.spec b/python-open-alchemy.package-security.spec
new file mode 100644
index 0000000..e8ce83f
--- /dev/null
+++ b/python-open-alchemy.package-security.spec
@@ -0,0 +1,58 @@
+Name: python-open-alchemy.package-security
+Version: 1.2.1
+Release: 1%{?dist}
+Summary: Security helper for the OpenAlchemy package service
+
+# Check if the automatically generated License and its spelling is correct for Fedora
+# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
+License: ASL
+URL: https://pypi.org/project/open-alchemy.package-security/
+Source0: %{pypi_source open-alchemy.package-security}
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+
+# Fill in the actual package description to submit package to Fedora
+%global _description %{expand:
+This is package 'open-alchemy-package-security' generated automatically by
+pyp2spec.}
+
+
+%description %_description
+
+%package -n python3-open-alchemy.package-security
+Summary: %{summary}
+
+%description -n python3-open-alchemy.package-security %_description
+
+
+%prep
+%autosetup -p1 -n open-alchemy.package-security-%{version}
+
+
+%generate_buildrequires
+%pyproject_buildrequires -r
+
+
+%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-open-alchemy.package-security -f %{pyproject_files}
+
+
+%changelog
+* Mon Mar 28 2022 mockbuilder - 1.2.1-1
+- Package generated with pyp2spec \ No newline at end of file
diff --git a/sources b/sources
new file mode 100644
index 0000000..a765074
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+82f1563f45c1468275094ed05723b212 open-alchemy.package-security-1.2.1.tar.gz