Twisted Core 15.2.1 (2015-05-23) ================================ Bugfixes -------- - twisted.logger now marks the `isError` key correctly on legacy events generated by writes to stderr. (#7903) Improved Documentation ---------------------- - twisted.logger's documentation is now correctly listed in the table of contents. (#7904)
18 lines
556 B
Text
18 lines
556 B
Text
# $NetBSD: Makefile.common,v 1.22 2015/05/31 13:17:12 wiz Exp $
|
|
#
|
|
# used by net/py-twisted/Makefile
|
|
# used by net/py-twisted-docs/Makefile
|
|
|
|
DISTNAME= Twisted-15.2.1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Twisted/${PKGVERSION_NOREV:R}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.twistedmatrix.com/
|
|
LICENSE= mit
|
|
|
|
DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo
|
|
PATCHDIR?= ${.CURDIR}/../py-twisted/patches
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # most parts not yet ported as of 14.0.0
|