freebsd-ports/security/py-libnacl/files/patch-setup.py
Kubilay Kocak e19decc67a security/py-libnacl: Update to 1.4.4
- Update PORTVERSION and distinfo checksum (1.4.4)
- Update test target
- Enable NO_ARCH (architecture independent)
- Regenerate setup.py
2016-02-26 09:17:52 +00:00

10 lines
305 B
Python

--- setup.py.orig 2016-01-04 16:47:15 UTC
+++ setup.py
@@ -29,4 +29,6 @@ setup(name=NAME,
'Intended Audience :: Developers',
'Topic :: Security :: Cryptography',
],
- packages=['libnacl'])
+ packages=['libnacl'],
+ test_suite='tests.runtests.run_suite',
+)