[packages/python-pyenchant] - disable python3 here
qboosh
qboosh at pld-linux.org
Sun Apr 2 19:53:47 CEST 2023
commit b56722e6d0614d745824578305fc62bbe6813a08
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 2 19:56:18 2023 +0200
- disable python3 here
python-pyenchant.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python-pyenchant.spec b/python-pyenchant.spec
index 048a968..996df9f 100644
--- a/python-pyenchant.spec
+++ b/python-pyenchant.spec
@@ -2,11 +2,12 @@
# Conditional build:
%bcond_with tests # unit tests (require en_US dictionary)
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module (built from python3-pyenchant.spec)
Summary: Spellchecking library for Python 2
Summary(pl.UTF-8): Biblioteka Pythona 2 sprawdzająca pisownię
Name: python-pyenchant
+# keep 2.x here for python2 support
Version: 2.0.0
Release: 5
License: LGPL v2.1+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pyenchant.git/commitdiff/b56722e6d0614d745824578305fc62bbe6813a08
More information about the pld-cvs-commit
mailing list