summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2022-09-11 16:52:14 (GMT)
committerJakub Bogusz2022-09-11 16:52:14 (GMT)
commit13507e0ce3e5e902b21623d6ad85143e63441e7f (patch)
tree222766b2554d436a72fd5d5c8addd58bc940ea6d
parent9b2773d98733ca39f30879a47fefd31946e7f5af (diff)
downloadpython-greenlet-13507e0ce3e5e902b21623d6ad85143e63441e7f.zip
python-greenlet-13507e0ce3e5e902b21623d6ad85143e63441e7f.tar.gz
- noarch -apidocs package
-rw-r--r--python-greenlet.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/python-greenlet.spec b/python-greenlet.spec
index 567cf30..ec3de1f 100644
--- a/python-greenlet.spec
+++ b/python-greenlet.spec
@@ -14,15 +14,16 @@
Summary: Lightweight in-process concurrent programming
Summary(pl.UTF-8): Lekkie programowanie równoległe wewnątrz procesu
Name: python-%{module}
-Version: 1.1.2
-Release: 4
+Version: 1.1.3
+Release: 1
License: MIT, PSF (Stackless Python parts)
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/greenlet/
Source0: https://files.pythonhosted.org/packages/source/g/greenlet/%{module}-%{version}.tar.gz
-# Source0-md5: f424fbd9afeed575dd2ba5f0ac66e30b
+# Source0-md5: 4b8954da74881abb5f8129f94aa8219f
Patch0: %{name}-py3.8.patch
URL: https://pypi.org/project/greenlet/
+BuildRequires: rpm-build >= 4.6
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with python2}
@@ -36,6 +37,8 @@ BuildRequires: python3-setuptools
BuildRequires: python3-modules >= 1:3.5
%endif
%if %{with doc}
+# already installed
+BuildRequires: python3-greenlet
BuildRequires: sphinx-pdg-3
%endif
Requires: python-modules >= 1:2.7
@@ -108,6 +111,7 @@ C.
Summary: API documentation for Python greenlet module
Summary(pl.UTF-8): Dokumentacja API modułu Pythona greenlet
Group: Documentation
+BuildArch: noarch
%description apidocs
API documentation for Python greenlet module.