Date: Sat, 24 Sep 2016 14:22:51 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422725 - head/textproc/py-esmre Message-ID: <201609241422.u8OEMp2E016730@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sat Sep 24 14:22:50 2016 New Revision: 422725 URL: https://svnweb.freebsd.org/changeset/ports/422725 Log: 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) Modified: head/textproc/py-esmre/Makefile head/textproc/py-esmre/pkg-descr Modified: head/textproc/py-esmre/Makefile ============================================================================== --- head/textproc/py-esmre/Makefile Sat Sep 24 14:22:21 2016 (r422724) +++ head/textproc/py-esmre/Makefile Sat Sep 24 14:22:50 2016 (r422725) @@ -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 LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -NO_ARCH= yes -USES= python +USES= python:-2.7 USE_PYTHON= autoplist distutils post-install: Modified: head/textproc/py-esmre/pkg-descr ============================================================================== --- head/textproc/py-esmre/pkg-descr Sat Sep 24 14:22:21 2016 (r422724) +++ head/textproc/py-esmre/pkg-descr Sat Sep 24 14:22:50 2016 (r422725) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609241422.u8OEMp2E016730>