summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-20 05:33:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-20 05:33:36 +0000
commit140da99a59f5710828581d81131df3d10a5a00ea (patch)
treec4b9ff62f28934dcbbf341c53501de0dac77f301
parent0f7ec3f433af83ba56aaf4475839e0abb4351a7a (diff)
automatic import of python-pypiapijsonopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pypiapijson.spec94
-rw-r--r--sources1
3 files changed, 96 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..1cf4255 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pypiapijson-2.3.tar.gz
diff --git a/python-pypiapijson.spec b/python-pypiapijson.spec
new file mode 100644
index 0000000..66ac5dd
--- /dev/null
+++ b/python-pypiapijson.spec
@@ -0,0 +1,94 @@
+%global _empty_manifest_terminate_build 0
+Name: python-pypiapijson
+Version: 2.3
+Release: 1
+Summary: A client for connect to pypi.org api to retrieve the python packages!
+License: MIT
+URL: https://github.com/dumb-stuff/pypiapijson
+Source0: https://mirrors.aliyun.com/pypi/web/packages/b9/8c/0c8543508254a311f132770a8169de7a28cbf392f0b8de1fbe1510fcbdbf/pypiapijson-2.3.tar.gz
+BuildArch: noarch
+
+Requires: python3-aiohttp
+
+%description
+# Pypiapijson modules!
+
+[Docs](https://pypiapijson.biomooping.tk)
+#
+
+1.9.8 REWORK ON ANYTHING AAAAAAAAAAAAAAAAAa also add asyncs for asynchronous fetch
+
+
+
+%package -n python3-pypiapijson
+Summary: A client for connect to pypi.org api to retrieve the python packages!
+Provides: python-pypiapijson
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-pypiapijson
+# Pypiapijson modules!
+
+[Docs](https://pypiapijson.biomooping.tk)
+#
+
+1.9.8 REWORK ON ANYTHING AAAAAAAAAAAAAAAAAa also add asyncs for asynchronous fetch
+
+
+
+%package help
+Summary: Development documents and examples for pypiapijson
+Provides: python3-pypiapijson-doc
+%description help
+# Pypiapijson modules!
+
+[Docs](https://pypiapijson.biomooping.tk)
+#
+
+1.9.8 REWORK ON ANYTHING AAAAAAAAAAAAAAAAAa also add asyncs for asynchronous fetch
+
+
+
+%prep
+%autosetup -n pypiapijson-2.3
+
+%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-pypiapijson -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..baf0dfd
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+7d6654c81bc8a4d55e92a8e9b852f7e6 pypiapijson-2.3.tar.gz