d47df1f82f
0.6.0 (2016-XX-XX) ------------------ - Fix working with recent versions of setuptools. - Python versions < 2.7 support was dropped. Currently Python 2.7 and Python 3.4, 3.5 versions are supported (should work in other Python 3 releases too, but it is not tested). - Package "zip-safety" is determined by setuptools. - New package home page is https://github.com/rutsky/setuptools-trial, please report issues there! Internal changes: - Getting version from Darcs VCS was removed. - Remove trash files (prebuild eggs, PKG-INFO). - Source code is not PEP8 and pyflakes conformant. - Simple integration tests were added.
20 lines
591 B
Makefile
20 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.9 2016/04/13 18:25:05 wiz Exp $
|
|
|
|
DISTNAME= setuptools_trial-0.6.0
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|