aada88e659
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.
26 lines
661 B
Makefile
26 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/04/08 19:08:45 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= SimPy-2.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= cad math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=simpy/} \
|
|
http://pypi.python.org/packages/source/S/SimPy/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://simpy.sourceforge.net/
|
|
COMMENT= Discrete event simulation framework
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
TEST_ENV+= PYTHONPATH=${WRKSRC:Q}/build/lib
|
|
|
|
do-test:
|
|
${RUN} cd ${WRKSRC}; \
|
|
${SETENV} ${TEST_ENV} ${PYTHONBIN} SimPy/testSimPy.py
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|