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.
22 lines
600 B
Makefile
22 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/04/08 19:08:53 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= multiprocessing-2.6.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-multiprocessing-2.6.2.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/m/multiprocessing/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pypi.python.org/pypi/multiprocessing/
|
|
COMMENT= Python threading package
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
do-test:
|
|
${PYTHONBIN} -c "from multiprocessing import tests;tests.test_main()"
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|