diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-09-24 14:22:50 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-09-24 14:22:50 +0000 |
| commit | 3137edbdd4aa08eec0faa28e778aa6c37f8fd2ba (patch) | |
| tree | a5953063641d8af0c7b321717af379ebd027e369 | |
| parent | Update to 2.4.17 (diff) | |
textproc/py-esmre: remove NO_ARCH
This port is not architecture neutral, so remove NO_ARCH and
bump PORTREVISION.
While here, limit python version to 2.x, because the module
fails to build with python3.
PR: 212834
Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> (maintainer)
| -rw-r--r-- | textproc/py-esmre/Makefile | 4 | ||||
| -rw-r--r-- | textproc/py-esmre/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-esmre/Makefile b/textproc/py-esmre/Makefile index 433fb7bd7fa6..1499f3c448bc 100644 --- a/textproc/py-esmre/Makefile +++ b/textproc/py-esmre/Makefile @@ -2,6 +2,7 @@ PORTNAME= esmre PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,7 @@ COMMENT= Regular expression accelerator in Python LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -NO_ARCH= yes -USES= python +USES= python:-2.7 USE_PYTHON= autoplist distutils post-install: diff --git a/textproc/py-esmre/pkg-descr b/textproc/py-esmre/pkg-descr index e53b9befb303..b35adac310b0 100644 --- a/textproc/py-esmre/pkg-descr +++ b/textproc/py-esmre/pkg-descr @@ -1,4 +1,4 @@ -Modules used to accelerate execution of a large collection +Modules used to accelerate execution of a large collection of regular expressions using the Aho-Corasick algorithms. WWW: https://pypi.python.org/pypi/esmre |
