[packages/python-Routes] - updated to 2.5.1, unified apidocs packaging

qboosh qboosh at pld-linux.org
Sun Oct 29 09:32:15 CET 2023


commit a78e4c38adba3cab184092e16646173d9c0c17a6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Oct 29 08:20:21 2023 +0100

    - updated to 2.5.1, unified apidocs packaging

 python-Routes.spec | 68 ++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 53 insertions(+), 15 deletions(-)
---
diff --git a/python-Routes.spec b/python-Routes.spec
index 89c5a40..d8c9230 100644
--- a/python-Routes.spec
+++ b/python-Routes.spec
@@ -1,20 +1,38 @@
+#
+# Conditional build:
+%bcond_without	doc	# Sphinx documentation
+%bcond_without	tests	# unit and functional tests
+
 Summary:	Python package for mapping URLs to dicts and vice versa
 Summary(pl.UTF-8):	Pakiet Pythona do odwzorowywania URL-i na słowniki i odwrotnie
 Name:		python-Routes
-Version:	2.2
-Release:	3
-License:	BSD (?)
+Version:	2.5.1
+Release:	1
+License:	MIT
 Group:		Development/Languages/Python
 #Source0Download: https://pypi.org/simple/routes/
 Source0:	https://files.pythonhosted.org/packages/source/R/Routes/Routes-%{version}.tar.gz
-# Source0-md5:	d62bb225ba7919b5470095528932648b
-URL:		http://routes.groovie.org/
-BuildRequires:	python-devel >= 1:2.4
+# Source0-md5:	8f1fab1924e00d11b14719a469a3e0a2
+URL:		https://pypi.org/project/Routes/
+BuildRequires:	python-devel >= 1:2.7
 BuildRequires:	python-setuptools >= 1:0.6-0.a11.1
+%if %{with tests}
+BuildRequires:	python-WebOb
+BuildRequires:	python-nose
+BuildRequires:	python-repoze.lru >= 0.3
+BuildRequires:	python-six
+BuildRequires:	python-soupsieve < 2.0
+BuildRequires:	python-webtest
+%endif
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
+%if %{with doc}
+BuildRequires:	python-repoze.lru >= 0.3
+BuildRequires:	python-six
+BuildRequires:	sphinx-pdg-2
+%endif
 Requires:	python-WebOb
-Requires:	python-modules
+Requires:	python-modules >= 1:2.7
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,19 +48,33 @@ odwzorowywania URL-i na kontrolery/akcje i generowania URL-i. Routes
 ułatwia tworzenie ładnych i zwięzłych URL-i, spokojnych przy
 niewielkim wysiłku.
 
+%package apidocs
+Summary:	API documentation for Python Routes module
+Summary(pl.UTF-8):	Dokumentacja API modułu Pythona Routes
+Group:		Documentation
+
+%description apidocs
+API documentation for Python Routes module.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API modułu Pythona Routes.
+
 %prep
 %setup -q -n Routes-%{version}
 
 %build
-%py_build
+%py_build %{?with_tests:test}
+
+%if %{with doc}
+PYTHONPATH=$(pwd) \
+%{__make} -C docs html \
+	SPHINXBUILD=sphinx-build-2
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%py_install \
-	--single-version-externally-managed \
-	--optimize=2 \
-	--root=$RPM_BUILD_ROOT
+%py_install
 
 %py_postclean
 
@@ -51,6 +83,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG.rst docs/
-%{py_sitescriptdir}/Routes*
-%{py_sitescriptdir}/routes*
+%doc CHANGELOG.rst LICENSE.txt README.rst
+%{py_sitescriptdir}/routes
+%{py_sitescriptdir}/Routes-%{version}-py*.egg-info
+
+%if %{with doc}
+%files apidocs
+%defattr(644,root,root,755)
+%doc docs/_build/html/{_static,modules,*.html,*.js}
+%endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-Routes.git/commitdiff/a78e4c38adba3cab184092e16646173d9c0c17a6



More information about the pld-cvs-commit mailing list