1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

security/py-pysodium: Do not install test module

- Bump PORTREVISION for package change

PR:		262759
Reported by:	se
This commit is contained in:
Po-Chuan Hsieh 2022-03-25 21:04:10 +08:00
parent f939d9e0e0
commit 584570a171
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= pysodium
PORTVERSION= 0.7.11
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -0,0 +1,11 @@
--- setup.py.orig 2022-01-14 21:55:54 UTC
+++ setup.py
@@ -18,7 +18,7 @@ setup(
license="BSD",
keywords="cryptography API NaCl libsodium",
url="https://github.com/stef/pysodium",
- packages=find_packages(),
+ packages=find_packages(exclude=['test*']),
long_description=read('README.md'),
requires=["libsodium"],
classifiers=["Development Status :: 4 - Beta",