pkgsrc/devel/py-Pyro/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

23 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.14 2012/04/08 19:08:50 wiz Exp $
#
DISTNAME= Pyro4-4.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/P/Pyro4/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyro.sourceforge.net/
COMMENT= Distributed Object Technology system in Python
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
# only needed for test
#DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
#DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
do-test:
cd ${WRKSRC}/tests; ${PYTHONBIN} run_suite.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"