mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
www/py-htmldate: Update to 1.9.0
Changes: https://github.com/adbar/htmldate/releases
This commit is contained in:
parent
fc914f3f4b
commit
bd0b38e9c1
@ -1,6 +1,5 @@
|
||||
PORTNAME= htmldate
|
||||
PORTVERSION= 1.8.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,11 +12,11 @@ WWW= https://htmldate.readthedocs.io/en/latest/ \
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}charset-normalizer>=3.3.2:textproc/py-charset-normalizer@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dateparser>=1.1.2:devel/py-dateparser@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=4.9.3<6:devel/py-lxml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml5>=5.2.2<6:devel/py-lxml5@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.2:devel/py-python-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urllib3>=1.26,1<3,1:net/py-urllib3@${PY_FLAVOR}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1713001154
|
||||
SHA256 (htmldate-1.8.1.tar.gz) = caf1686cf75c61dd1f061ede5d7a46e759b15d5f9987cd8e13c8c4237511263d
|
||||
SIZE (htmldate-1.8.1.tar.gz) = 45080
|
||||
TIMESTAMP = 1725559907
|
||||
SHA256 (htmldate-1.9.0.tar.gz) = 90bc3c66cbb49be21888f54b9a20c0b6739497399a87789e64247fc4e04c292f
|
||||
SIZE (htmldate-1.9.0.tar.gz) = 44721
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- setup.py.orig 2024-01-17 16:57:16 UTC
|
||||
+++ setup.py
|
||||
@@ -120,7 +120,7 @@ setup(
|
||||
"dateparser >= 1.1.2", # 1.1.3+ slower
|
||||
# see tests on Github Actions
|
||||
"lxml == 4.9.2; platform_system == 'Darwin' and python_version <= '3.8'",
|
||||
- "lxml >= 4.9.4, < 6; platform_system != 'Darwin' or python_version > '3.8'",
|
||||
+ "lxml >= 4.9.3, < 6; platform_system != 'Darwin' or python_version > '3.8'",
|
||||
"python-dateutil >= 2.8.2",
|
||||
"urllib3 >= 1.26, < 2; python_version < '3.7'",
|
||||
"urllib3 >= 1.26, < 3; python_version >= '3.7'",
|
Loading…
Reference in New Issue
Block a user