bc869da5ee
- Update to 3.1.2 - Update pkg-plist - pkg-descr: Tab->space for WWW: - Update setup.py patch - Add TEST_DEPENDS and regression-test: target - BUILD_DEPENDS are actually RUN_DEPENDS - Whitespace alignment Changes: https://bitbucket.org/sybren/python-rsa/commits/tag/version-3.1.2 PR: ports/182298 Submitted by: Alexey Degtyarev <alexey@renatasystems.org>
9 lines
280 B
Python
9 lines
280 B
Python
--- ./setup.py.orig 2013-09-26 22:34:41.233363167 +1000
|
|
+++ ./setup.py 2013-09-26 22:34:50.192985862 +1000
|
|
@@ -42,5 +42,5 @@
|
|
'pyrsa-encrypt-bigfile = rsa.cli:encrypt_bigfile',
|
|
'pyrsa-decrypt-bigfile = rsa.cli:decrypt_bigfile',
|
|
]},
|
|
-
|
|
+ zip_safe=False,
|
|
)
|