[packages/python-pyrsistent] - disable python3 here
qboosh
qboosh at pld-linux.org
Sun Apr 12 10:52:32 CEST 2020
commit d2c38103958db64fb6994c00e3788e46f6673b2c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 12 10:52:35 2020 +0200
- disable python3 here
python-pyrsistent.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec
index 1f85ae7..fa6ff16 100644
--- a/python-pyrsistent.spec
+++ b/python-pyrsistent.spec
@@ -1,13 +1,15 @@
+# NOTE: for versions >= 0.16 (for python 3.5+) see python3-pyrsistent.spec
#
# Conditional build:
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-pyrsistent.spec)
%bcond_without tests # unit tests
%define module pyrsistent
Summary: Persistent/Functional/Immutable data structures
Summary(pl.UTF-8): Trwałe/funkcyjne/niezmienne struktury danych
Name: python-pyrsistent
+# keep 0.15.x for python2 support
Version: 0.15.7
Release: 1
License: MIT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pyrsistent.git/commitdiff/d2c38103958db64fb6994c00e3788e46f6673b2c
More information about the pld-cvs-commit
mailing list