Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142372116
D13452.id41222.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13452.id41222.diff
View Options
Index: security/py-obfsproxy-tor/Makefile
===================================================================
--- security/py-obfsproxy-tor/Makefile
+++ security/py-obfsproxy-tor/Makefile
@@ -20,6 +20,7 @@
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
@@ -28,4 +29,7 @@
PYDISTUTILS_PKGNAME= obfsproxy
+do-test:
+ @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
+
.include <bsd.port.mk>
Index: security/py-obfsproxy-tor/distinfo
===================================================================
--- security/py-obfsproxy-tor/distinfo
+++ security/py-obfsproxy-tor/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519975368
-SHA256 (obfsproxy-0.2.13.tar.gz) = c29582f2f5b0316cbc7184e0529a5b246dfeeabd4e6c4dcb05b800256d6c9dd6
-SIZE (obfsproxy-0.2.13.tar.gz) = 95813
+TIMESTAMP = 1512989600
+SHA256 (obfsproxy-0.2.13.tar.gz) = 1e26c2faef1cfcf856ddf60e9647058a7c78fb0d47f05b58a0f847ed7cc41a66
+SIZE (obfsproxy-0.2.13.tar.gz) = 93435
Index: security/py-obfsproxy-tor/files/patch-setup.py
===================================================================
--- security/py-obfsproxy-tor/files/patch-setup.py
+++ security/py-obfsproxy-tor/files/patch-setup.py
@@ -1,19 +1,10 @@
---- setup.py.orig 2014-12-31 15:34:31 UTC
+--- setup.py.orig 2014-08-21 09:28:57 UTC
+++ setup.py
-@@ -31,12 +31,14 @@ setup(
- install_requires = [
+@@ -32,7 +32,6 @@ setup(
'setuptools',
'PyCrypto',
-- 'Twisted',
+ 'Twisted',
- 'argparse',
-+ 'Twisted_Core',
'pyptlib >= 0.0.6',
'pyyaml'
],
-
-+ #if sys.version_info < (2, 7):
-+ # install_requires.append('argparse')
-+
- extras_require = {
- 'SOCKS': ["txsocksx"]
- }
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 5:53 AM (1 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27759810
Default Alt Text
D13452.id41222.diff (1 KB)
Attached To
Mode
D13452: security/py-obfsproxy-tor: Fix runtime dependency error
Attached
Detach File
Event Timeline
Log In to Comment