From 76a90a0a51e4acef45bdc865fe88318c92cd8aed Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 11 Apr 2023 06:45:38 +0000 Subject: automatic import of python-flask-classful --- .gitignore | 1 + python-flask-classful.spec | 73 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 75 insertions(+) create mode 100644 python-flask-classful.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..d54a71a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Flask-Classful-0.14.2.tar.gz diff --git a/python-flask-classful.spec b/python-flask-classful.spec new file mode 100644 index 0000000..88907ef --- /dev/null +++ b/python-flask-classful.spec @@ -0,0 +1,73 @@ +%global _empty_manifest_terminate_build 0 +Name: python-Flask-Classful +Version: 0.14.2 +Release: 1 +Summary: Class based views for Flask +License: BSD +URL: https://github.com/teracyhq/flask-classful +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/aa/f5/c79cb4b711a76a0fad1b464b5e77b1786c8630783226f9e90f6060e63db0/Flask-Classful-0.14.2.tar.gz +BuildArch: noarch + +Requires: python3-Flask + +%description +Class based views for Flask + +%package -n python3-Flask-Classful +Summary: Class based views for Flask +Provides: python-Flask-Classful +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-Flask-Classful +Class based views for Flask + +%package help +Summary: Development documents and examples for Flask-Classful +Provides: python3-Flask-Classful-doc +%description help +Class based views for Flask + +%prep +%autosetup -n Flask-Classful-0.14.2 + +%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-Flask-Classful -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Apr 11 2023 Python_Bot - 0.14.2-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..75ed657 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +c38f03b08e65aa4b5e038a56beffd459 Flask-Classful-0.14.2.tar.gz -- cgit v1.2.3