here is a simple patch on the road to get rid
of py-sqlite and py-sqlite2.  nothing in ports
uses py-sqlite and py-sqlite2 is built-in
in python2.7

there is a newer py-storm, 0.20 btw.
if the port is to be updated to it,
it will probably become NO_TEST=Yes
as it has gazillion test dependencies.

please test and commit.

-f
-- 
mona lisa is 83% happy, 9% disgusted, 6% fearful and 2% angry
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/py-storm/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    11 Mar 2013 02:52:08 -0000      1.17
+++ Makefile    10 Jun 2014 18:31:58 -0000
@@ -5,6 +5,7 @@ COMMENT=                generic object relational mapp
 MODPY_EGG_VERSION=     0.19
 DISTNAME=              storm-${MODPY_EGG_VERSION}
 PKGNAME=               py-${DISTNAME}
+REVISION=              0
 
 CATEGORIES=            databases
 
@@ -22,8 +23,6 @@ WANTLIB=              ${MODPY_WANTLIB}
 
 MODULES=               lang/python
 MODPY_SETUPTOOLS=      Yes
-
-TEST_DEPENDS=  databases/py-sqlite2
 
 do-test:
        @cd ${WRKSRC} && ${MODPY_BIN} ./test --verbose

Reply via email to