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)
This commit is contained in:
Ruslan Makhmatkhanov 2016-09-24 14:22:50 +00:00
parent 9bd139b7f2
commit 3137edbdd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422725
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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