diff --git a/www/py-mechanize/Makefile b/www/py-mechanize/Makefile index 07072f1455d0..584f872c91f4 100644 --- a/www/py-mechanize/Makefile +++ b/www/py-mechanize/Makefile @@ -1,22 +1,21 @@ PORTNAME= mechanize -PORTVERSION= 0.4.8 -PORTREVISION= 1 +PORTVERSION= 0.4.10 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Stateful programmatic web browsing in Python WWW= https://github.com/python-mechanize/mechanize LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.9:www/py-html5lib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5-parser>0:www/py-html5-parser@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include diff --git a/www/py-mechanize/distinfo b/www/py-mechanize/distinfo index 37b08618ba58..c514ac861ae5 100644 --- a/www/py-mechanize/distinfo +++ b/www/py-mechanize/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650730876 -SHA256 (mechanize-0.4.8.tar.gz) = 5e86ac0777357e006eb04cd28f7ed9f811d48dffa603d3891ac6d2b92280dc91 -SIZE (mechanize-0.4.8.tar.gz) = 218055 +TIMESTAMP = 1725170226 +SHA256 (mechanize-0.4.10.tar.gz) = 1dea947f9be7ea0ab610f7bbc4a4e36b45d6bfdfceea29ad3d389a88a1957ddf +SIZE (mechanize-0.4.10.tar.gz) = 218291 diff --git a/www/py-mechanize/files/patch-setup.cfg b/www/py-mechanize/files/patch-setup.cfg deleted file mode 100644 index 787fed078bf8..000000000000 --- a/www/py-mechanize/files/patch-setup.cfg +++ /dev/null @@ -1,18 +0,0 @@ ---- setup.cfg.orig 2022-04-25 13:30:38 UTC -+++ setup.cfg -@@ -8,7 +8,6 @@ license = BSD - description = Stateful, programmatic web browsing - long_description = file: README.rst - url = https://github.com/python-mechanize/mechanize --packages = mechanize - classifiers = - Development Status :: 5 - Production/Stable - Intended Audience :: Developers -@@ -37,6 +36,7 @@ classifiers = - Topic :: Text Processing :: Markup :: XML - - [options] -+packages = mechanize - zip_safe = True - install_requires = html5lib>=0.999999999 -