367eed19fe
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
18 lines
514 B
Makefile
18 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/01/23 20:41:46 recht Exp $
|
|
|
|
DISTNAME= Pyrex-0.9.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
|
|
CATEGORIES= lang python
|
|
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
|
|
|
|
MAINTAINER= tsarna@NetBSD.org
|
|
HOMEPAGE= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
|
|
COMMENT= A Language for Writing Python Extension Modules
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23 22
|
|
|
|
PYDISTUTILSPKG= yes
|
|
USE_BUILDLINK3= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|