www/py-urlwatch: Update to 2.26
* Remove no longer required USE_LOCALE as the UTF-8 mode is enabled by default when the locale is C since Python 3.7. * Also migrate from USES=pytest to the preferred USE_PYTHON=pytest while I'm here. Changelog: https://github.com/thp/urlwatch/blob/2.26/CHANGELOG.md
This commit is contained in:
parent
751c42578d
commit
16a52a343d
@ -1,5 +1,5 @@
|
||||
PORTNAME= urlwatch
|
||||
DISTVERSION= 2.25
|
||||
DISTVERSION= 2.26
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -26,9 +26,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytesseract>0:graphics/py-pytesseract@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}
|
||||
|
||||
USES= pytest python:3.6+
|
||||
USE_LOCALE= en_US.UTF-8
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1647542896
|
||||
SHA256 (urlwatch-2.25.tar.gz) = 6802297d3318286e7f3d36b9a4567a2fb09b0ae779d4b76811dd29a7281c1f8a
|
||||
SIZE (urlwatch-2.25.tar.gz) = 168241
|
||||
TIMESTAMP = 1681644688
|
||||
SHA256 (urlwatch-2.26.tar.gz) = b14bbe23d87b7d4ac8b4e71a51fd2066908a947ccf7b557c3e4f87b09f455e8f
|
||||
SIZE (urlwatch-2.26.tar.gz) = 174305
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user