Update to 3.4, based on PR 48186 by @kiaderouiche
Version 3.4 --------------------- 02/17/11: beazley Minor patch to make cpp.py compatible with Python 3. Note: This is an experimental file not currently used by the rest of PLY. 02/17/11: beazley Fixed setup.py trove classifiers to properly list PLY as Python 3 compatible. 01/02/11: beazley Migration of repository to github.
This commit is contained in:
parent
4a7483a45a
commit
dc8df28e97
2 changed files with 8 additions and 7 deletions
|
@ -1,15 +1,16 @@
|
||||||
# $NetBSD: Makefile,v 1.16 2013/04/06 13:09:24 rodent Exp $
|
# $NetBSD: Makefile,v 1.17 2013/09/05 20:29:48 wiz Exp $
|
||||||
|
|
||||||
DISTNAME= ply-3.3
|
DISTNAME= ply-3.4
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= http://www.dabeaz.com/ply/
|
MASTER_SITES= http://www.dabeaz.com/ply/
|
||||||
|
|
||||||
MAINTAINER= nonaka@NetBSD.org
|
MAINTAINER= nonaka@NetBSD.org
|
||||||
HOMEPAGE= http://www.dabeaz.com/ply/
|
HOMEPAGE= http://www.dabeaz.com/ply/
|
||||||
COMMENT= Python Lex-Yacc
|
COMMENT= Python Lex-Yacc
|
||||||
|
LICENSE= modified-bsd
|
||||||
|
|
||||||
USE_LANGUAGES= # none
|
USE_LANGUAGES= # none
|
||||||
|
USE_TOOLS+= pax
|
||||||
|
|
||||||
DOCDIR= ${PREFIX}/share/doc/ply
|
DOCDIR= ${PREFIX}/share/doc/ply
|
||||||
EGDIR= ${PREFIX}/share/examples/ply
|
EGDIR= ${PREFIX}/share/examples/ply
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.3 2010/08/29 11:00:31 nonaka Exp $
|
$NetBSD: distinfo,v 1.4 2013/09/05 20:29:48 wiz Exp $
|
||||||
|
|
||||||
SHA1 (ply-3.3.tar.gz) = 23291d8127f9f7189957fe1ff8925494e389fca3
|
SHA1 (ply-3.4.tar.gz) = 123b9449b838dc387b240ea737a33b6407e5a1ac
|
||||||
RMD160 (ply-3.3.tar.gz) = 619fad2b4050d6125cab9c34ea794bda7a0c5aa3
|
RMD160 (ply-3.4.tar.gz) = c86c2581b4e2766f5045b76632c92a3220b3c48a
|
||||||
Size (ply-3.3.tar.gz) = 138663 bytes
|
Size (ply-3.4.tar.gz) = 138342 bytes
|
||||||
|
|
Loading…
Reference in a new issue