aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2023-04-16 16:02:27 +0000
committerKai Knoblich <kai@FreeBSD.org>2023-04-16 16:02:27 +0000
commit16a52a343d9d58d5949eb5992daa13cee54cd59d (patch)
tree6481d9edee6f9c456ab28e406f326a9366fdd7f6
parent751c42578d5f7eca397fdef54ec1fbfa844dddf2 (diff)
downloadports-16a52a343d9d58d5949eb5992daa13cee54cd59d.tar.gz
ports-16a52a343d9d58d5949eb5992daa13cee54cd59d.zip
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
-rw-r--r--www/py-urlwatch/Makefile7
-rw-r--r--www/py-urlwatch/distinfo6
2 files changed, 6 insertions, 7 deletions
diff --git a/www/py-urlwatch/Makefile b/www/py-urlwatch/Makefile
index 8cc2316ae700..e309a0cbc642 100644
--- a/www/py-urlwatch/Makefile
+++ b/www/py-urlwatch/Makefile
@@ -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
diff --git a/www/py-urlwatch/distinfo b/www/py-urlwatch/distinfo
index 0da055093055..cb124973235e 100644
--- a/www/py-urlwatch/distinfo
+++ b/www/py-urlwatch/distinfo
@@ -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