summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 12:14:08 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 12:14:08 +0000
commit1c451e475acb96e9ae00332659bef74c0aaf1bae (patch)
tree16b0978906d5ddbb8d1284198cf5f8d8e2fada78
parent348be18faa25e05f1f80463d61e53a99e3b5d9d9 (diff)
automatic import of python-brazilnumopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-brazilnum.spec75
-rw-r--r--sources1
3 files changed, 77 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..75af4ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/brazilnum-0.8.8.tar.gz
diff --git a/python-brazilnum.spec b/python-brazilnum.spec
new file mode 100644
index 0000000..071628f
--- /dev/null
+++ b/python-brazilnum.spec
@@ -0,0 +1,75 @@
+%global _empty_manifest_terminate_build 0
+Name: python-brazilnum
+Version: 0.8.8
+Release: 1
+Summary: Validate Brazilian CNPJ, CEI, CPF, PIS/PASEP, CEP, and municipal numbers
+License: UNKNOWN
+URL: https://github.com/poliquin/brazilnum
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ad/ef/6dd5832da0f2c02992a9f95934a1155bcbf452ddf3152ec67bc58ac2cc1d/brazilnum-0.8.8.tar.gz
+BuildArch: noarch
+
+
+%description
+Python functions for working with CNPJ, CEI, CPF, PIS/PASEP, CEP, and municipal
+(município) codes, which identify firms, people, and places in Brazil.
+
+%package -n python3-brazilnum
+Summary: Validate Brazilian CNPJ, CEI, CPF, PIS/PASEP, CEP, and municipal numbers
+Provides: python-brazilnum
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-brazilnum
+Python functions for working with CNPJ, CEI, CPF, PIS/PASEP, CEP, and municipal
+(município) codes, which identify firms, people, and places in Brazil.
+
+%package help
+Summary: Development documents and examples for brazilnum
+Provides: python3-brazilnum-doc
+%description help
+Python functions for working with CNPJ, CEI, CPF, PIS/PASEP, CEP, and municipal
+(município) codes, which identify firms, people, and places in Brazil.
+
+%prep
+%autosetup -n brazilnum-0.8.8
+
+%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-brazilnum -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.8-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..8a1b627
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+b09bbe8f1d89601a0684fdfce3f45122 brazilnum-0.8.8.tar.gz