pkgsrc-wip/py-uuid/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

24 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/04/08 19:09:52 thomasklausner Exp $
#
DISTNAME= uuid-1.30
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://pypi.python.org/packages/source/u/uuid/
EXTRACT_SUFX= .tar.gz
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://pypi.python.org/pypi/uuid/1.30
COMMENT= UUID object and generation functions
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/uuid-1.30
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"