diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-10 07:42:44 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-10 07:42:44 +0000 |
| commit | f5e548f004f987a8f6534fc344078c1608548cd7 (patch) | |
| tree | 5993c7143c7ceaa0e1dd93555be61117964afcc1 | |
| parent | c8072f872ba6c00e8bbe67c0ff85ab3c4fd4b81a (diff) | |
automatic import of python-djangochannelsrestframework
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-djangochannelsrestframework.spec | 79 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 81 insertions, 0 deletions
@@ -0,0 +1 @@ +/djangochannelsrestframework-1.1.0.tar.gz diff --git a/python-djangochannelsrestframework.spec b/python-djangochannelsrestframework.spec new file mode 100644 index 0000000..99ee55a --- /dev/null +++ b/python-djangochannelsrestframework.spec @@ -0,0 +1,79 @@ +%global _empty_manifest_terminate_build 0 +Name: python-djangochannelsrestframework +Version: 1.1.0 +Release: 1 +Summary: RESTful API for WebSockets using django channels. +License: MIT +URL: https://github.com/lostmoa/djangochannelsrestframework +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/70/4d/24b84bf6eb30b88c9afc3910d265d2dde46e3e618e9f0bba8ad7dbf31d7b/djangochannelsrestframework-1.1.0.tar.gz +BuildArch: noarch + +Requires: python3-Django +Requires: python3-channels +Requires: python3-djangorestframework +Requires: python3-pytest +Requires: python3-pytest-django +Requires: python3-pytest-asyncio +Requires: python3-coverage + +%description + + +%package -n python3-djangochannelsrestframework +Summary: RESTful API for WebSockets using django channels. +Provides: python-djangochannelsrestframework +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-djangochannelsrestframework + + +%package help +Summary: Development documents and examples for djangochannelsrestframework +Provides: python3-djangochannelsrestframework-doc +%description help + + +%prep +%autosetup -n djangochannelsrestframework-1.1.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-djangochannelsrestframework -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 +- Package Spec generated @@ -0,0 +1 @@ +a2c6f9ddf25360629b4b7b7481bf88cc djangochannelsrestframework-1.1.0.tar.gz |
