summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-10 04:30:14 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-10 04:30:14 +0000
commit7d37b9b09b4a4e28995a630bc314710cede743d3 (patch)
tree8704382fd448ab3c4bd02bb4bcfcc3e7e2239300
parentfab94155559affe46b48a156b46fde6245ff22a5 (diff)
automatic import of python-dj-config-urlopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-dj-config-url.spec84
-rw-r--r--sources1
3 files changed, 86 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..0b9ad06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dj-config-url-0.1.1.tar.gz
diff --git a/python-dj-config-url.spec b/python-dj-config-url.spec
new file mode 100644
index 0000000..44841e7
--- /dev/null
+++ b/python-dj-config-url.spec
@@ -0,0 +1,84 @@
+%global _empty_manifest_terminate_build 0
+Name: python-dj-config-url
+Version: 0.1.1
+Release: 1
+Summary: Use configuration URLs in your Django Application.
+License: BSD
+URL: https://github.com/julianwachholz/dj-config-url
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d7/be/a19b45afb8a624b2b3258672fb3e97c1620e5e18d5c0a64ca8886f1825e6/dj-config-url-0.1.1.tar.gz
+BuildArch: noarch
+
+
+%description
+Support currently exists for the following database engines: PostgreSQL,
+PostGIS, MySQL, MySQL (GIS) and SQLite.
+You can also configure your ``CACHES`` configuration for the backends supported
+by the Django core: Database, dummy, file based, local memory as well as both
+Memcached backends.
+
+%package -n python3-dj-config-url
+Summary: Use configuration URLs in your Django Application.
+Provides: python-dj-config-url
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-dj-config-url
+Support currently exists for the following database engines: PostgreSQL,
+PostGIS, MySQL, MySQL (GIS) and SQLite.
+You can also configure your ``CACHES`` configuration for the backends supported
+by the Django core: Database, dummy, file based, local memory as well as both
+Memcached backends.
+
+%package help
+Summary: Development documents and examples for dj-config-url
+Provides: python3-dj-config-url-doc
+%description help
+Support currently exists for the following database engines: PostgreSQL,
+PostGIS, MySQL, MySQL (GIS) and SQLite.
+You can also configure your ``CACHES`` configuration for the backends supported
+by the Django core: Database, dummy, file based, local memory as well as both
+Memcached backends.
+
+%prep
+%autosetup -n dj-config-url-0.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-dj-config-url -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..8e4f275
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+a84ab53e4185e47a095f026d4cdcce3f dj-config-url-0.1.1.tar.gz