summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-18 03:47:16 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-18 03:47:16 +0000
commitaa13a7ff7dd6f42b8377b19c1c40f00715fbedcc (patch)
treed1750cdad105f40e4e4591e32ff21fd7e280d636
parent288d5a4c42c56ae929caf33509c96a9f26bb2f5f (diff)
automatic import of python-django-assets-livereload
-rw-r--r--.gitignore1
-rw-r--r--python-django-assets-livereload.spec111
-rw-r--r--sources1
3 files changed, 113 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..1284ff6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-assets-livereload-0.3.5.tar.gz
diff --git a/python-django-assets-livereload.spec b/python-django-assets-livereload.spec
new file mode 100644
index 0000000..c6d022f
--- /dev/null
+++ b/python-django-assets-livereload.spec
@@ -0,0 +1,111 @@
+%global _empty_manifest_terminate_build 0
+Name: python-django-assets-livereload
+Version: 0.3.5
+Release: 1
+Summary: Enhanced staticfiles django app.
+License: MIT License
+URL: https://gitlab.com/Verner/django-assets-livereload
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c9/d1/cfd514ded04e403e078ca6e5e3f65cbef8876292ab5641d4db6dd4f2ae16/django-assets-livereload-0.3.5.tar.gz
+BuildArch: noarch
+
+
+%description
+livereload
+static assets
+Platform: UNKNOWN
+Classifier: Development Status :: 3 - Alpha
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Information Technology
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Environment :: Web Environment
+Classifier: Framework :: Django
+Classifier: Operating System :: POSIX :: Linux
+Classifier: Programming Language :: Python :: 3
+Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
+Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
+
+
+%package -n python3-django-assets-livereload
+Summary: Enhanced staticfiles django app.
+Provides: python-django-assets-livereload
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-django-assets-livereload
+livereload
+static assets
+Platform: UNKNOWN
+Classifier: Development Status :: 3 - Alpha
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Information Technology
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Environment :: Web Environment
+Classifier: Framework :: Django
+Classifier: Operating System :: POSIX :: Linux
+Classifier: Programming Language :: Python :: 3
+Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
+Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
+
+
+%package help
+Summary: Development documents and examples for django-assets-livereload
+Provides: python3-django-assets-livereload-doc
+%description help
+livereload
+static assets
+Platform: UNKNOWN
+Classifier: Development Status :: 3 - Alpha
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Information Technology
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Environment :: Web Environment
+Classifier: Framework :: Django
+Classifier: Operating System :: POSIX :: Linux
+Classifier: Programming Language :: Python :: 3
+Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
+Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
+
+
+%prep
+%autosetup -n django-assets-livereload-0.3.5
+
+%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-assets-livereload -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.5-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..7dc47cc
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+0bca8eb9ea12aef6afcdbda76e544916 django-assets-livereload-0.3.5.tar.gz