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.
21 lines
527 B
Makefile
21 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/01/23 20:41:45 recht Exp $
|
|
#
|
|
|
|
DISTNAME= ZODB3-3.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/3-/-/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://zope.org/Products/ZODB3.2/3.2.1/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://zope.org/Products/ZODB3.2/3.2/
|
|
COMMENT= Standalone distro of Zope Object Database
|
|
|
|
USE_BUILDLINK3= yes
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23 22
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|