0b0a8075ad
1.4.30 ================================================== - fix issue68 an assert with a multiline list comprehension was not reported correctly. Thanks Henrik Heibuerger. 1.4.29 ================================================== - fix issue55: revert a change to the statement finding algorithm which is used by pytest for generating tracebacks. Thanks Daniel Hahler for initial analysis. - fix pytest issue254 for when traceback rendering can't find valid source code. Thanks Ionel Cristian Maries. 1.4.28 ================================================== - fix issue64 -- dirpath regression when "abs=True" is passed. Thanks Gilles Dartiguelongue. 1.4.27 ================================================== - fix issue59: point to new repo site - allow a new ensuresyspath="append" mode for py.path.local.pyimport() so that a neccessary import path is appended instead of prepended to sys.path - strike undocumented, untested argument to py.path.local.pypkgpath - speed up py.path.local.dirpath by a factor of 10
16 lines
419 B
Makefile
16 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/07/01 09:34:29 wiz Exp $
|
|
|
|
DISTNAME= py-1.4.30
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://pypi.python.org/packages/source/p/py/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/py/
|
|
COMMENT= Python development support library
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|