[packages/python-toposort] - updated to 1.7
qboosh
qboosh at pld-linux.org
Wed Mar 30 19:33:16 CEST 2022
commit de9649841e2beb0d99e7f45dc0ccea010ca2aedc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Mar 30 19:33:10 2022 +0200
- updated to 1.7
python-toposort.spec | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/python-toposort.spec b/python-toposort.spec
index b093c70..33e72e6 100644
--- a/python-toposort.spec
+++ b/python-toposort.spec
@@ -7,21 +7,21 @@
Summary: Topological sort algorithm
Summary(pl.UTF-8): Algorytm sortowania topologicznego
Name: python-toposort
-Version: 1.5
-Release: 5
+Version: 1.7
+Release: 1
License: Apache v2.0
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/toposort/
Source0: https://files.pythonhosted.org/packages/source/t/toposort/toposort-%{version}.tar.gz
-# Source0-md5: 472cf86871d19b66d7cb18412c026959
+# Source0-md5: 0cf6b3efe4d2dc046cede074f8e44099
URL: https://pypi.org/project/toposort/
%if %{with python2}
BuildRequires: python-modules >= 1:2.7
-BuildRequires: python-setuptools
+BuildRequires: python-setuptools >= 1:42
%endif
%if %{with python3}
BuildRequires: python3-modules >= 1:3.3
-BuildRequires: python3-setuptools
+BuildRequires: python3-setuptools >= 1:42
%endif
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
@@ -70,11 +70,18 @@ wierzchołka v, u występuje przed v.
%prep
%setup -q -n toposort-%{version}
+# stub for setuptools
+cat >setup.py <<EOF
+from setuptools import setup
+setup()
+EOF
+
%build
%if %{with python2}
%py_build
%if %{with tests}
+PYTHONPATH=$(pwd)/src \
%{__python} -m test.test_toposort
%endif
%endif
@@ -83,6 +90,7 @@ wierzchołka v, u występuje przed v.
%py3_build
%if %{with tests}
+PYTHONPATH=$(pwd)/src \
%{__python3} -m test.test_toposort
%endif
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-toposort.git/commitdiff/de9649841e2beb0d99e7f45dc0ccea010ca2aedc
More information about the pld-cvs-commit
mailing list