[packages/python-PyNaCl] - rel 8, disable python3 and docs
baggins
baggins at pld-linux.org
Mon Sep 15 00:01:18 CEST 2025
commit 81ff91f427a197c3e6304330422072634ac5257d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Sep 15 02:00:53 2025 +0200
- rel 8, disable python3 and docs
python-PyNaCl.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-PyNaCl.spec b/python-PyNaCl.spec
index 008fbe5..850f01b 100644
--- a/python-PyNaCl.spec
+++ b/python-PyNaCl.spec
@@ -1,9 +1,9 @@
#
# Conditional build:
-%bcond_without doc # Sphinx documentation
+%bcond_with doc # Sphinx documentation
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module
%define module PyNaCl
Summary: Python 2 binding to the Networking and Cryptography (NaCl) library
@@ -11,7 +11,7 @@ Summary(pl.UTF-8): Wiązania Pythona 2 do biblioteki NaCl (Networking and Crypto
Name: python-%{module}
# keep 1.4.x here for python2 support
Version: 1.4.0
-Release: 7
+Release: 8
License: Apache v2.0
Group: Libraries/Python
Source0: https://github.com/pyca/pynacl/archive/%{version}/pynacl-%{version}.tar.gz
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-PyNaCl.git/commitdiff/81ff91f427a197c3e6304330422072634ac5257d
More information about the pld-cvs-commit
mailing list