Enable regression tests now that the missing dependency is in the tree.
Remove unneded slash in master site while I'm here.
This commit is contained in:
parent
4654d4dffe
commit
82a30ed3c4
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/03/22 17:40:59 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2009/03/30 00:06:26 fgsch Exp $
|
||||
|
||||
COMMENT = re-implementation of the rails routes system
|
||||
|
||||
MODPY_EGG_VERSION = 1.10.3
|
||||
|
||||
DISTNAME = Routes-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME:L}p0
|
||||
|
||||
@ -17,13 +16,15 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_PYPI:=/R/Routes/}
|
||||
MASTER_SITES = ${MASTER_SITE_PYPI:=R/Routes/}
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
NO_REGRESS = Yes
|
||||
REGRESS_DEPENDS = ::devel/py-nose \
|
||||
::www/py-paste \
|
||||
::www/py-webtest
|
||||
|
||||
DOCS = index.txt integration.txt manual.txt recipes.txt
|
||||
|
||||
@ -32,4 +33,7 @@ post-install:
|
||||
cd ${WRKSRC}/docs && ${INSTALL_DATA} ${DOCS} \
|
||||
${PREFIX}/share/doc/py-routes
|
||||
|
||||
do-regress:
|
||||
cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user