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.
27 lines
719 B
Makefile
27 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:48 recht Exp $
|
|
#
|
|
|
|
DISTNAME= SpreadModule-1.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/SpreadModule/spreadmodule/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://www.python.org/other/spread/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://www.python.org/other/spread/
|
|
COMMENT= Python bindings for the Spread messaging service
|
|
|
|
PYDISTUTILSPKG= YES
|
|
USE_BUILDLINK3= YES
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
|
|
|
|
SUBST_CLASSES+= setup
|
|
SUBST_STAGE.setup= post-patch
|
|
SUBST_FILES.setup= setup.py
|
|
SUBST_SED.setup= -e 's,/usr/local,${PREFIX},g'
|
|
|
|
.include "../../net/spread/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|