summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-10 09:53:33 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-10 09:53:33 +0000
commit6052b19aa989b5c8bf755de79ed50a0d5c5a5488 (patch)
treec42c14af097639fd7007038af1d3cfd69480d436
parent0df291b7719647a8c71499bd9b5c226ac144fdcd (diff)
automatic import of python-resolvelib
-rw-r--r--.gitignore1
-rw-r--r--python-resolvelib.spec87
-rw-r--r--sources1
3 files changed, 89 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..0cf4d3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/resolvelib-1.0.1.tar.gz
diff --git a/python-resolvelib.spec b/python-resolvelib.spec
new file mode 100644
index 0000000..3e276bc
--- /dev/null
+++ b/python-resolvelib.spec
@@ -0,0 +1,87 @@
+%global _empty_manifest_terminate_build 0
+Name: python-resolvelib
+Version: 1.0.1
+Release: 1
+Summary: Resolve abstract dependencies into concrete ones
+License: ISC License
+URL: https://github.com/sarugaku/resolvelib
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ce/10/f699366ce577423cbc3df3280063099054c23df70856465080798c6ebad6/resolvelib-1.0.1.tar.gz
+BuildArch: noarch
+
+Requires: python3-html5lib
+Requires: python3-packaging
+Requires: python3-pygraphviz
+Requires: python3-requests
+Requires: python3-black
+Requires: python3-flake8
+Requires: python3-mypy
+Requires: python3-isort
+Requires: python3-types-requests
+Requires: python3-build
+Requires: python3-towncrier
+Requires: python3-twine
+Requires: python3-commentjson
+Requires: python3-packaging
+Requires: python3-pytest
+
+%description
+
+
+%package -n python3-resolvelib
+Summary: Resolve abstract dependencies into concrete ones
+Provides: python-resolvelib
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-resolvelib
+
+
+%package help
+Summary: Development documents and examples for resolvelib
+Provides: python3-resolvelib-doc
+%description help
+
+
+%prep
+%autosetup -n resolvelib-1.0.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-resolvelib -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1
+- Package Spec generated
diff --git a/sources b/sources
new file mode 100644
index 0000000..f826761
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+97b6aff7ef23de266b1da3cf336b1082 resolvelib-1.0.1.tar.gz