mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 2.2.0
- Relax USES=python - Remove MXBASE option: SimpleParse 2.1.0 and above include a patched version of mxTextTools
This commit is contained in:
parent
84a377bc23
commit
3da3d1b35a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402981
2 changed files with 4 additions and 9 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simpleparse
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,11 +11,7 @@ DISTNAME= SimpleParse-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python EBNF parser generator (with mx.TextTools derivative)
|
||||
|
||||
OPTIONS_DEFINE= MXBASE
|
||||
# This one is only needed because of mx.DateTime
|
||||
MXBASE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mx-base>0:${PORTSDIR}/lang/py-mx-base
|
||||
|
||||
USES= python:2
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (SimpleParse-2.1.1.tar.gz) = 2f1393790dd7b0af9775bd9c828430ffdd8bccd6227783c09e835e1aced415d9
|
||||
SIZE (SimpleParse-2.1.1.tar.gz) = 207078
|
||||
SHA256 (SimpleParse-2.2.0.tar.gz) = 18ccdc249bb550717af796af04a7d50aef523368901f64036a48eee5daca149d
|
||||
SIZE (SimpleParse-2.2.0.tar.gz) = 218082
|
||||
|
|
Loading…
Add table
Reference in a new issue