diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-django-oscar-wfrs.spec | 96 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 98 insertions, 0 deletions
@@ -0,0 +1 @@ +/django-oscar-wfrs-5.1.1.tar.gz diff --git a/python-django-oscar-wfrs.spec b/python-django-oscar-wfrs.spec new file mode 100644 index 0000000..b3477ad --- /dev/null +++ b/python-django-oscar-wfrs.spec @@ -0,0 +1,96 @@ +%global _empty_manifest_terminate_build 0 +Name: python-django-oscar-wfrs +Version: 5.1.1 +Release: 1 +Summary: An extension on-top of django-oscar-api-checkout to allow interfacing with Wells Fargo Retail Services. +License: ISC +URL: https://gitlab.com/thelabnyc/django-oscar-wfrs +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f5/10/736eb3b1a5266202d23d5812d40d1aac13563d2afe0910c63f926b334a8b/django-oscar-wfrs-5.1.1.tar.gz +BuildArch: noarch + +Requires: python3-cryptography +Requires: python3-Django +Requires: python3-django-oscar +Requires: python3-django-oscar-api +Requires: python3-django-oscar-api-checkout +Requires: python3-django-oscar-bluelight +Requires: python3-django-ipware +Requires: python3-django-localflavor +Requires: python3-djangorestframework +Requires: python3-requests +Requires: python3-instrumented-soap +Requires: python3-coverage +Requires: python3-flake8 +Requires: python3-instrumented-soap +Requires: python3-psycopg2-binary +Requires: python3-PyYAML +Requires: python3-requests-mock +Requires: python3-sorl-thumbnail +Requires: python3-sphinx-rtd-theme +Requires: python3-sphinx +Requires: python3-tox +Requires: python3-unittest-xml-reporting +Requires: python3-versiontag +Requires: python3-boto3 + +%description + + +%package -n python3-django-oscar-wfrs +Summary: An extension on-top of django-oscar-api-checkout to allow interfacing with Wells Fargo Retail Services. +Provides: python-django-oscar-wfrs +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-django-oscar-wfrs + + +%package help +Summary: Development documents and examples for django-oscar-wfrs +Provides: python3-django-oscar-wfrs-doc +%description help + + +%prep +%autosetup -n django-oscar-wfrs-5.1.1 + +%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-oscar-wfrs -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 5.1.1-1 +- Package Spec generated @@ -0,0 +1 @@ +fc90c6f5df8ffa15158c9094f2e7d4f1 django-oscar-wfrs-5.1.1.tar.gz |