diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 14:43:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 14:43:33 +0000 |
commit | c57f5f826d7615a9263613254edbb68cc8df81c5 (patch) | |
tree | 5ffee11798772b9c7ad8d7db0fd20f0952c88ab3 | |
parent | 75e1138fdec6c4182f7c4c2c6252c729efa07e58 (diff) |
automatic import of python-aiohttp-jinja2
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aiohttp-jinja2.spec | 78 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 80 insertions, 0 deletions
@@ -0,0 +1 @@ +/aiohttp-jinja2-1.5.1.tar.gz diff --git a/python-aiohttp-jinja2.spec b/python-aiohttp-jinja2.spec new file mode 100644 index 0000000..9156423 --- /dev/null +++ b/python-aiohttp-jinja2.spec @@ -0,0 +1,78 @@ +%global _empty_manifest_terminate_build 0 +Name: python-aiohttp-jinja2 +Version: 1.5.1 +Release: 1 +Summary: jinja2 template renderer for aiohttp.web (http server for asyncio) +License: Apache 2 +URL: https://github.com/aio-libs/aiohttp_jinja2/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4e/4c/fadbfcc1269fa79e69fcdb29027840ab022a91471a5aeaa8fd8b27cc5406/aiohttp-jinja2-1.5.1.tar.gz +BuildArch: noarch + +Requires: python3-aiohttp +Requires: python3-jinja2 +Requires: python3-typing-extensions + +%description +jinja2_ template renderer for `aiohttp.web`__. +__ aiohttp_web_ + +%package -n python3-aiohttp-jinja2 +Summary: jinja2 template renderer for aiohttp.web (http server for asyncio) +Provides: python-aiohttp-jinja2 +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-aiohttp-jinja2 +jinja2_ template renderer for `aiohttp.web`__. +__ aiohttp_web_ + +%package help +Summary: Development documents and examples for aiohttp-jinja2 +Provides: python3-aiohttp-jinja2-doc +%description help +jinja2_ template renderer for `aiohttp.web`__. +__ aiohttp_web_ + +%prep +%autosetup -n aiohttp-jinja2-1.5.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-aiohttp-jinja2 -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1 +- Package Spec generated @@ -0,0 +1 @@ +8f72451a7da006b4b91ef18ec6f75885 aiohttp-jinja2-1.5.1.tar.gz |