From a8ba2de68f400eecbeb7e27de3d63b3f978e1d8d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 20 Jun 2023 06:16:35 +0000 Subject: automatic import of python-serenata-toolbox --- python-serenata-toolbox.spec | 85 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 python-serenata-toolbox.spec (limited to 'python-serenata-toolbox.spec') diff --git a/python-serenata-toolbox.spec b/python-serenata-toolbox.spec new file mode 100644 index 0000000..d2167ee --- /dev/null +++ b/python-serenata-toolbox.spec @@ -0,0 +1,85 @@ +%global _empty_manifest_terminate_build 0 +Name: python-serenata-toolbox +Version: 15.1.6 +Release: 1 +Summary: Toolbox for Serenata de Amor project +License: MIT +URL: http://github.com/okfn-brasil/serenata-toolbox +Source0: https://mirrors.aliyun.com/pypi/web/packages/32/42/960db8e8b74e8cd04af25f8da03ff92e99e70bac338d411ff5735b8e5d1d/serenata-toolbox-15.1.6.tar.gz +BuildArch: noarch + +Requires: python3-aiofiles +Requires: python3-aiohttp +Requires: python3-beautifulsoup4 +Requires: python3-lxml +Requires: python3-pandas +Requires: python3-decouple +Requires: python3-tqdm + +%description +`pip `_ installable package to support `Serenata de Amor `_ +and `Rosie `_ development. +Serenata_toolbox is compatible with Python 3.6+ + +%package -n python3-serenata-toolbox +Summary: Toolbox for Serenata de Amor project +Provides: python-serenata-toolbox +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-serenata-toolbox +`pip `_ installable package to support `Serenata de Amor `_ +and `Rosie `_ development. +Serenata_toolbox is compatible with Python 3.6+ + +%package help +Summary: Development documents and examples for serenata-toolbox +Provides: python3-serenata-toolbox-doc +%description help +`pip `_ installable package to support `Serenata de Amor `_ +and `Rosie `_ development. +Serenata_toolbox is compatible with Python 3.6+ + +%prep +%autosetup -n serenata-toolbox-15.1.6 + +%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-serenata-toolbox -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Jun 20 2023 Python_Bot - 15.1.6-1 +- Package Spec generated -- cgit v1.2.3