I've had a similar diff in my tree for some time that adds py-crypto,
py-coverage and whatnot.
Give it a go and let me know.
Thanks,
f.-
On Wed, Apr 20, 2011 at 2:58 PM, wen heping <[email protected]> wrote:
> Hi,
>
>
> Here is an update of www/py-beaker to 1.5.4
> Tested OK on Loongson and regress OK too.
> Comments ?
>
>
> Regards,
> wen
>
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/py-beaker/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 22 Nov 2010 08:36:53 -0000 1.4
+++ Makefile 20 Apr 2011 22:47:10 -0000
@@ -2,10 +2,9 @@
COMMENT = session and caching library with wsgi middleware
-MODPY_EGG_VERSION = 1.5.3
+MODPY_EGG_VERSION = 1.5.4
DISTNAME = Beaker-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
-REVISION = 0
CATEGORIES = www devel
@@ -21,13 +20,16 @@ MASTER_SITES = ${MASTER_SITE_PYPI:=B/Bea
MODULES = lang/python
+RUN_DEPENDS = security/py-crypto
REGRESS_DEPENDS = databases/py-sqlalchemy \
+ devel/py-coverage \
devel/py-nose \
- www/py-webtest
+ www/py-webtest \
+ ${RUN_DEPENDS}
MODPY_SETUPTOOLS = Yes
-do-regress:
- cd ${WRKSRC} && env PYTHONPATH=. ${LOCALBASE}/bin/nosetests
+pre-regress:
+ perl -pi -e 's|pycryptopp,||g' ${WRKSRC}/setup.py
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/py-beaker/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 14 Apr 2010 07:39:52 -0000 1.2
+++ distinfo 20 Apr 2011 22:47:10 -0000
@@ -1,5 +1,5 @@
-MD5 (Beaker-1.5.3.tar.gz) = tGXxkZ277UkX/ryRMYyODw==
-RMD160 (Beaker-1.5.3.tar.gz) = /oVcq+0zJ8t10IBjnSdQ8KegKYI=
-SHA1 (Beaker-1.5.3.tar.gz) = Mz0bzR/Hmn/jIQ3oHgN13zqGev0=
-SHA256 (Beaker-1.5.3.tar.gz) = cjqMWof0P9TqADODR1cTf57UW5AsPxsacTwYIGo/eAQ=
-SIZE (Beaker-1.5.3.tar.gz) = 46114
+MD5 (Beaker-1.5.4.tar.gz) = 3oTnUREZ3AuOtKwXfT4lEg==
+RMD160 (Beaker-1.5.4.tar.gz) = pg4FKjYqb78NNWTKr/Ylh5/e838=
+SHA1 (Beaker-1.5.4.tar.gz) = cqaWhU424uqS9FNSCeRTi68GyqA=
+SHA256 (Beaker-1.5.4.tar.gz) = oT3Grg6UkMhfwsG6A16lshzWhO47S3C2qeRz8FUKcWs=
+SIZE (Beaker-1.5.4.tar.gz) = 46238