Update to 1.1.5

This commit is contained in:
Hye-Shik Chang 2007-02-12 12:42:15 +00:00
parent 1e2e599f31
commit e511101eee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184994
3 changed files with 6 additions and 21 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= plex
PORTVERSION= 1.1.4.1
PORTVERSION= 1.1.5
CATEGORIES= devel python
MASTER_SITES= http://nz.cosc.canterbury.ac.nz/~greg/python/Plex/
MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Plex/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Plex-${PORTVERSION}
@ -18,6 +18,7 @@ COMMENT= Lexical Analysis Module for Python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
NO_WRKSUBDIR= yes
DOCSDIR= share/doc/${PKGNAMEPREFIX}${PORTNAME}
EXAMPLESDIR= share/examples/${PKGNAMEPREFIX}${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (Plex-1.1.4.1.tar.gz) = e6ec70ab691c465910a8c010586c7500
SHA256 (Plex-1.1.4.1.tar.gz) = 7078255a876cb3b05f22bcd9cbc0ad1988f471e39f5c40fbdf3c9d9676c4ddd0
SIZE (Plex-1.1.4.1.tar.gz) = 49534
MD5 (Plex-1.1.5.tar.gz) = f28acadd40c0a4886ecf223b16318519
SHA256 (Plex-1.1.5.tar.gz) = 7384404463934f41e8647643c26e0a6019bb1e6be5edece4d049ea36fe8c078d
SIZE (Plex-1.1.5.tar.gz) = 60350

View File

@ -1,16 +0,0 @@
--- Plex/Transitions.py.orig Sun Dec 5 11:01:02 2004
+++ Plex/Transitions.py Sun Dec 5 11:01:32 2004
@@ -83,11 +83,11 @@
self.get_special(event).update(new_set)
def get_epsilon(self,
- None = None):
+ _None = None):
"""
Return the mapping for epsilon, or None.
"""
- return self.special.get('', None)
+ return self.special.get('', _None)
def items(self,
len = len):