From 3137edbdd4aa08eec0faa28e778aa6c37f8fd2ba Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Sat, 24 Sep 2016 14:22:50 +0000 Subject: [PATCH] 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) (maintainer) --- textproc/py-esmre/Makefile | 4 ++-- 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