summaryrefslogtreecommitdiff
path: root/devel/ply
diff options
context:
space:
mode:
authorwiz <wiz>2013-09-05 20:29:48 +0000
committerwiz <wiz>2013-09-05 20:29:48 +0000
commit136ce255ac2483f22698a92eda2b12fe87e4a834 (patch)
tree9063814a08a209c47a7d3c58b56cd8df7e94e04b /devel/ply
parent84cf83501ad6ba885eca9c50bc1b069d004f85da (diff)
downloadpkgsrc-136ce255ac2483f22698a92eda2b12fe87e4a834.tar.gz
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.
Diffstat (limited to 'devel/ply')
-rw-r--r--devel/ply/Makefile7
-rw-r--r--devel/ply/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/ply/Makefile b/devel/ply/Makefile
index 58d7926ea68..3abc71205b6 100644
--- a/devel/ply/Makefile
+++ b/devel/ply/Makefile
@@ -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
-PKGREVISION= 1
+DISTNAME= ply-3.4
CATEGORIES= devel python
MASTER_SITES= http://www.dabeaz.com/ply/
MAINTAINER= nonaka@NetBSD.org
HOMEPAGE= http://www.dabeaz.com/ply/
COMMENT= Python Lex-Yacc
+LICENSE= modified-bsd
USE_LANGUAGES= # none
+USE_TOOLS+= pax
DOCDIR= ${PREFIX}/share/doc/ply
EGDIR= ${PREFIX}/share/examples/ply
diff --git a/devel/ply/distinfo b/devel/ply/distinfo
index 741517bf9c9..f24295c1507 100644
--- a/devel/ply/distinfo
+++ b/devel/ply/distinfo
@@ -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
-RMD160 (ply-3.3.tar.gz) = 619fad2b4050d6125cab9c34ea794bda7a0c5aa3
-Size (ply-3.3.tar.gz) = 138663 bytes
+SHA1 (ply-3.4.tar.gz) = 123b9449b838dc387b240ea737a33b6407e5a1ac
+RMD160 (ply-3.4.tar.gz) = c86c2581b4e2766f5045b76632c92a3220b3c48a
+Size (ply-3.4.tar.gz) = 138342 bytes