summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:38:52 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2022-03-28 08:38:52 +0000
commitedb33071aa8153106464e32e7497d45285f61bb6 (patch)
tree6eadf362b54440a8fb17138827085c6aaa72b2c2
parentd7a8bdb389542e505ed095eee41564db9a2e9313 (diff)
automatic import of python-ak-django-oauth-toolkitepel9
-rw-r--r--.gitignore1
-rw-r--r--python-ak-django-oauth-toolkit.spec57
-rw-r--r--sources1
3 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..3d651b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ak-django-oauth-toolkit-1.0.2.tar.gz
diff --git a/python-ak-django-oauth-toolkit.spec b/python-ak-django-oauth-toolkit.spec
new file mode 100644
index 0000000..ec51d34
--- /dev/null
+++ b/python-ak-django-oauth-toolkit.spec
@@ -0,0 +1,57 @@
+Name: python-ak-django-oauth-toolkit
+Version: 1.0.2
+Release: 1%{?dist}
+Summary: OAuth2 Provider for Django
+
+# Check if the automatically generated License and its spelling is correct for Fedora
+# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
+License: BSD
+URL: https://github.com/appknox/django-oauth-toolkit
+Source0: %{pypi_source ak-django-oauth-toolkit}
+
+BuildArch: noarch
+BuildRequires: python3-devel
+
+
+# Fill in the actual package description to submit package to Fedora
+%global _description %{expand:
+This is package 'ak-django-oauth-toolkit' generated automatically by pyp2spec.}
+
+
+%description %_description
+
+%package -n python3-ak-django-oauth-toolkit
+Summary: %{summary}
+
+%description -n python3-ak-django-oauth-toolkit %_description
+
+
+%prep
+%autosetup -p1 -n ak-django-oauth-toolkit-%{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-ak-django-oauth-toolkit -f %{pyproject_files}
+
+
+%changelog
+* Mon Mar 28 2022 mockbuilder - 1.0.2-1
+- Package generated with pyp2spec \ No newline at end of file
diff --git a/sources b/sources
new file mode 100644
index 0000000..646cd72
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+159d9cc8354ebfd228dadd94c5f936f5 ak-django-oauth-toolkit-1.0.2.tar.gz