From 594962efd8810ce103ce3db39cc40c61d5bbcc21 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 10 Apr 2023 12:14:50 +0000 Subject: automatic import of python-django-allauth --- .gitignore | 1 + python-django-allauth.spec | 72 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 74 insertions(+) create mode 100644 python-django-allauth.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..01b6593 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/django-allauth-0.54.0.tar.gz diff --git a/python-django-allauth.spec b/python-django-allauth.spec new file mode 100644 index 0000000..e18c08f --- /dev/null +++ b/python-django-allauth.spec @@ -0,0 +1,72 @@ +%global _empty_manifest_terminate_build 0 +Name: python-django-allauth +Version: 0.54.0 +Release: 1 +Summary: Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. +License: MIT License +URL: http://www.intenct.nl/projects/django-allauth/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a2/b1/80766110bcd0e8adad24e2615b12c3e206d3415c2ec528cc0a94174159e8/django-allauth-0.54.0.tar.gz +BuildArch: noarch + + +%description + + +%package -n python3-django-allauth +Summary: Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. +Provides: python-django-allauth +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-django-allauth + + +%package help +Summary: Development documents and examples for django-allauth +Provides: python3-django-allauth-doc +%description help + + +%prep +%autosetup -n django-allauth-0.54.0 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-django-allauth -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon Apr 10 2023 Python_Bot - 0.54.0-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..2917952 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +ed0524256c58ebc024fc05cdc7ea6ab8 django-allauth-0.54.0.tar.gz -- cgit v1.2.3