openbsd-ports/devel/py-distutils-extra/Makefile
jasper 41e46b6731 import py-distutils-extra 1.91.2
Python-distutils-extra allows to easily integrate themable icons,
scrollkeeper based documentation and gettext based translations in your
python install and build tools. It can be used with python's distutils
or the enhanced setuptools.
2009-04-23 10:30:48 +00:00

30 lines
713 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.1.1.1 2009/04/23 10:30:48 jasper Exp $
COMMENT= add support for i18n, documentation and icons to distutils
VERSION= 1.91.2
DISTNAME= python-distutils-extra_${VERSION}
PKGNAME= py-distutils-extra-${VERSION}
CATEGORIES= devel
HOMEPAGE= http://www.glatzor.de/projects/python-distutils-extra/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= https://launchpad.net/ubuntu/hardy/+source/python-distutils-extra/${VERSION}/+files/
MODULES= lang/python
MODPY_EGG_VERSION= 0.90
WRKSRC= ${WRKDIR}/debian/
# Pointless test that checks if the bzr checkout builds.
NO_REGRESS= Yes
.include <bsd.port.mk>