summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-11 19:28:47 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-11 19:28:47 +0000
commita0560846c82b15ef3b8e43b8ac179762c4a9da42 (patch)
treefe3c3abe36b286389a16ef3ce6e72e29ba1d113f
parentb95d1819e7ed0e9f474ed102a9421a62fe09edf2 (diff)
automatic import of python-django-user-accounts
-rw-r--r--.gitignore1
-rw-r--r--python-django-user-accounts.spec168
-rw-r--r--sources1
3 files changed, 170 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..a33f0bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-user-accounts-3.2.0.tar.gz
diff --git a/python-django-user-accounts.spec b/python-django-user-accounts.spec
new file mode 100644
index 0000000..f18c0de
--- /dev/null
+++ b/python-django-user-accounts.spec
@@ -0,0 +1,168 @@
+%global _empty_manifest_terminate_build 0
+Name: python-django-user-accounts
+Version: 3.2.0
+Release: 1
+Summary: a Django user account app
+License: MIT
+URL: http://github.com/pinax/django-user-accounts
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3d/7e/48aa9f1d9122bd910160417f2262265532ba01cc850fb734a18eb6b432a0/django-user-accounts-3.2.0.tar.gz
+BuildArch: noarch
+
+Requires: python3-Django
+Requires: python3-django-appconf
+Requires: python3-pytz
+
+%description
+2.2 | * | * | * | * | *
+3.2 | * | * | * | * | *
+## Requirements
+* Django 2.2 or 3.2
+* Python 3.6, 3.7, 3.8, 3.9, 3.10
+* django-appconf (included in ``install_requires``)
+* pytz (included in ``install_requires``)
+## Documentation
+See http://django-user-accounts.readthedocs.org/ for the `django-user-accounts` documentation.
+On September 17th, 2015, we did a Pinax Hangout on `django-user-accounts`. You can read the recap blog post and find the video here http://blog.pinaxproject.com/2015/10/12/recap-september-pinax-hangout/.
+The Pinax documentation is available at http://pinaxproject.com/pinax/. If you would like to help us improve our documentation or write more documentation, please join our Slack team and let us know!
+### Templates
+Default templates are provided by the `pinax-templates` app in the
+[account](https://github.com/pinax/pinax-templates/tree/master/pinax/templates/templates/account) section of that project.
+Reference pinax-templates
+[installation instructions](https://github.com/pinax/pinax-templates/blob/master/README.md#installation) to include these templates in your project.
+View live `pinax-templates` examples and source at [Pinax Templates](https://templates.pinaxproject.com/)!
+See the `django-user-accounts` [templates](https://django-user-accounts.readthedocs.io/en/latest/templates.html) documentation for more information.
+## Contribute
+For an overview on how contributing to Pinax works read this [blog post](http://blog.pinaxproject.com/2016/02/26/recap-february-pinax-hangout/)
+and watch the included video, or read our [How to Contribute](http://pinaxproject.com/pinax/how_to_contribute/) section. For concrete contribution ideas, please see our
+[Ways to Contribute/What We Need Help With](http://pinaxproject.com/pinax/ways_to_contribute/) section.
+In case of any questions we recommend you join our [Pinax Slack team](http://slack.pinaxproject.com) and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.
+We also highly recommend reading our blog post on [Open Source and Self-Care](http://blog.pinaxproject.com/2016/01/19/open-source-and-self-care/).
+## Code of Conduct
+In order to foster a kind, inclusive, and harassment-free community, the Pinax Project
+has a [code of conduct](http://pinaxproject.com/pinax/code_of_conduct/).
+We ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.
+## Connect with Pinax
+For updates and news regarding the Pinax Project, please follow us on Twitter [@pinaxproject](https://twitter.com/pinaxproject) and check out our [Pinax Project blog](http://blog.pinaxproject.com).
+## License
+Copyright (c) 2012-present James Tauber and contributors under the [MIT license](https://opensource.org/licenses/MIT).
+
+%package -n python3-django-user-accounts
+Summary: a Django user account app
+Provides: python-django-user-accounts
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-django-user-accounts
+2.2 | * | * | * | * | *
+3.2 | * | * | * | * | *
+## Requirements
+* Django 2.2 or 3.2
+* Python 3.6, 3.7, 3.8, 3.9, 3.10
+* django-appconf (included in ``install_requires``)
+* pytz (included in ``install_requires``)
+## Documentation
+See http://django-user-accounts.readthedocs.org/ for the `django-user-accounts` documentation.
+On September 17th, 2015, we did a Pinax Hangout on `django-user-accounts`. You can read the recap blog post and find the video here http://blog.pinaxproject.com/2015/10/12/recap-september-pinax-hangout/.
+The Pinax documentation is available at http://pinaxproject.com/pinax/. If you would like to help us improve our documentation or write more documentation, please join our Slack team and let us know!
+### Templates
+Default templates are provided by the `pinax-templates` app in the
+[account](https://github.com/pinax/pinax-templates/tree/master/pinax/templates/templates/account) section of that project.
+Reference pinax-templates
+[installation instructions](https://github.com/pinax/pinax-templates/blob/master/README.md#installation) to include these templates in your project.
+View live `pinax-templates` examples and source at [Pinax Templates](https://templates.pinaxproject.com/)!
+See the `django-user-accounts` [templates](https://django-user-accounts.readthedocs.io/en/latest/templates.html) documentation for more information.
+## Contribute
+For an overview on how contributing to Pinax works read this [blog post](http://blog.pinaxproject.com/2016/02/26/recap-february-pinax-hangout/)
+and watch the included video, or read our [How to Contribute](http://pinaxproject.com/pinax/how_to_contribute/) section. For concrete contribution ideas, please see our
+[Ways to Contribute/What We Need Help With](http://pinaxproject.com/pinax/ways_to_contribute/) section.
+In case of any questions we recommend you join our [Pinax Slack team](http://slack.pinaxproject.com) and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.
+We also highly recommend reading our blog post on [Open Source and Self-Care](http://blog.pinaxproject.com/2016/01/19/open-source-and-self-care/).
+## Code of Conduct
+In order to foster a kind, inclusive, and harassment-free community, the Pinax Project
+has a [code of conduct](http://pinaxproject.com/pinax/code_of_conduct/).
+We ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.
+## Connect with Pinax
+For updates and news regarding the Pinax Project, please follow us on Twitter [@pinaxproject](https://twitter.com/pinaxproject) and check out our [Pinax Project blog](http://blog.pinaxproject.com).
+## License
+Copyright (c) 2012-present James Tauber and contributors under the [MIT license](https://opensource.org/licenses/MIT).
+
+%package help
+Summary: Development documents and examples for django-user-accounts
+Provides: python3-django-user-accounts-doc
+%description help
+2.2 | * | * | * | * | *
+3.2 | * | * | * | * | *
+## Requirements
+* Django 2.2 or 3.2
+* Python 3.6, 3.7, 3.8, 3.9, 3.10
+* django-appconf (included in ``install_requires``)
+* pytz (included in ``install_requires``)
+## Documentation
+See http://django-user-accounts.readthedocs.org/ for the `django-user-accounts` documentation.
+On September 17th, 2015, we did a Pinax Hangout on `django-user-accounts`. You can read the recap blog post and find the video here http://blog.pinaxproject.com/2015/10/12/recap-september-pinax-hangout/.
+The Pinax documentation is available at http://pinaxproject.com/pinax/. If you would like to help us improve our documentation or write more documentation, please join our Slack team and let us know!
+### Templates
+Default templates are provided by the `pinax-templates` app in the
+[account](https://github.com/pinax/pinax-templates/tree/master/pinax/templates/templates/account) section of that project.
+Reference pinax-templates
+[installation instructions](https://github.com/pinax/pinax-templates/blob/master/README.md#installation) to include these templates in your project.
+View live `pinax-templates` examples and source at [Pinax Templates](https://templates.pinaxproject.com/)!
+See the `django-user-accounts` [templates](https://django-user-accounts.readthedocs.io/en/latest/templates.html) documentation for more information.
+## Contribute
+For an overview on how contributing to Pinax works read this [blog post](http://blog.pinaxproject.com/2016/02/26/recap-february-pinax-hangout/)
+and watch the included video, or read our [How to Contribute](http://pinaxproject.com/pinax/how_to_contribute/) section. For concrete contribution ideas, please see our
+[Ways to Contribute/What We Need Help With](http://pinaxproject.com/pinax/ways_to_contribute/) section.
+In case of any questions we recommend you join our [Pinax Slack team](http://slack.pinaxproject.com) and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.
+We also highly recommend reading our blog post on [Open Source and Self-Care](http://blog.pinaxproject.com/2016/01/19/open-source-and-self-care/).
+## Code of Conduct
+In order to foster a kind, inclusive, and harassment-free community, the Pinax Project
+has a [code of conduct](http://pinaxproject.com/pinax/code_of_conduct/).
+We ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.
+## Connect with Pinax
+For updates and news regarding the Pinax Project, please follow us on Twitter [@pinaxproject](https://twitter.com/pinaxproject) and check out our [Pinax Project blog](http://blog.pinaxproject.com).
+## License
+Copyright (c) 2012-present James Tauber and contributors under the [MIT license](https://opensource.org/licenses/MIT).
+
+%prep
+%autosetup -n django-user-accounts-3.2.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-user-accounts -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.0-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..aa95b49
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+3a92e97890c916d11cc21ed4aa897068 django-user-accounts-3.2.0.tar.gz