summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:39:42 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:39:42 +0000
commitffafe088dec209e4c0a4de6a32e77777d757e5ff (patch)
tree97dde553dc0e80810bc793b8f424cd31e44d5237
parentb662c11f418c02fb76ce26fba100ec5beef3a0ba (diff)
automatic import of python-sitemapepel9
-rw-r--r--.gitignore1
-rw-r--r--python-sitemap.spec57
-rw-r--r--sources1
3 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..af0cc3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sitemap-20191121.tar.gz
diff --git a/python-sitemap.spec b/python-sitemap.spec
new file mode 100644
index 0000000..9cfefff
--- /dev/null
+++ b/python-sitemap.spec
@@ -0,0 +1,57 @@
+Name: python-sitemap
+Version: 20191121
+Release: 1%{?dist}
+Summary: Sitemap library
+
+# 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/cxmcc/sitemap-python
+Source0: %{pypi_source sitemap}
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+
+# Fill in the actual package description to submit package to Fedora
+%global _description %{expand:
+This is package 'sitemap' generated automatically by pyp2spec.}
+
+
+%description %_description
+
+%package -n python3-sitemap
+Summary: %{summary}
+
+%description -n python3-sitemap %_description
+
+
+%prep
+%autosetup -p1 -n sitemap-%{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-sitemap -f %{pyproject_files}
+
+
+%changelog
+* Mon Mar 28 2022 mockbuilder - 20191121-1
+- Package generated with pyp2spec \ No newline at end of file
diff --git a/sources b/sources
new file mode 100644
index 0000000..b3e1f52
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+3ce106435f0f30b3cee6f6948df5c25b sitemap-20191121.tar.gz