diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:38:52 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:38:52 +0000 |
commit | edb33071aa8153106464e32e7497d45285f61bb6 (patch) | |
tree | 6eadf362b54440a8fb17138827085c6aaa72b2c2 | |
parent | d7a8bdb389542e505ed095eee41564db9a2e9313 (diff) |
automatic import of python-ak-django-oauth-toolkitepel9
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ak-django-oauth-toolkit.spec | 57 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 59 insertions, 0 deletions
@@ -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 @@ -0,0 +1 @@ +159d9cc8354ebfd228dadd94c5f936f5 ak-django-oauth-toolkit-1.0.2.tar.gz |