pkgsrc-wip/py-lib/Makefile
Thomas Klausner 1e186dcfca Remove python24 and all traces of it from pkgsrc.
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.
2012-04-08 19:09:41 +00:00

25 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/04/08 19:09:47 thomasklausner Exp $
#
DISTNAME= py-1.0.2.tar
PKGNAME= ${PYPKGPREFIX}-lib-1.0.2
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= http://pypi.python.org/packages/source/p/py/
EXTRACT_SUFX= .gz#md5=d64444015bac78e0c73ac285f9423750
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://pylib.org/
COMMENT= Agile development and test support library
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.5:../../textproc/py-docutils
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/py-1.0.2
USE_LANGUAGES= # none
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"