textproc/py-pyahocorasick: Update to 2.2.0
* Switch to the PEP517 build framework. Changelog: https://github.com/WojciechMula/pyahocorasick/releases/tag/v2.2.0
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PORTNAME= pyahocorasick
|
||||
DISTVERSION= 2.1.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.2.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -12,8 +11,11 @@ WWW= https://github.com/WojciechMula/pyahocorasick
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
|
||||
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1711786347
|
||||
SHA256 (pyahocorasick-2.1.0.tar.gz) = 4df4845c1149e9fa4aa33f0f0aa35f5a42957a43a3d6e447c9b44e679e2672ea
|
||||
SIZE (pyahocorasick-2.1.0.tar.gz) = 103259
|
||||
TIMESTAMP = 1750580932
|
||||
SHA256 (pyahocorasick-2.2.0.tar.gz) = 817f302088400a1402bf2f8631fdb21cf5a2666888e0d6a7d5a3ad556212e9da
|
||||
SIZE (pyahocorasick-2.2.0.tar.gz) = 103916
|
||||
|
||||
Reference in New Issue
Block a user