pkgsrc/devel/py-setuptools_trial/Makefile
gdt aa32059811 Update to 0.5.12, from wen heping.
Via PR pkg/46550.  As the PR, notes, no changelog can be found.

The upstream community will be reminded about the lack of NEWS.
2012-07-20 00:48:24 +00:00

21 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/07/20 00:48:24 gdt Exp $
#
DISTNAME= setuptools_trial-0.5.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://pypi.python.org/packages/source/s/setuptools_trial/
MAINTAINER= gdt@ir.bbn.com
HOMEPAGE= http://pypi.python.org/pypi/setuptools_trial/
COMMENT= Setuptools plugin for Twisted-based unit tests
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"