mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
www/py-bleach: Update to 6.2.0
Changes: https://github.com/mozilla/bleach/blob/main/CHANGES https://bleach.readthedocs.io/en/latest/changes.html
This commit is contained in:
parent
808eaa20d9
commit
194c17c735
3 changed files with 5 additions and 20 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= bleach
|
PORTNAME= bleach
|
||||||
PORTVERSION= 6.1.0
|
PORTVERSION= 6.2.0
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -15,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webencodings>=0:converters/py-webencodings@${PY_FLAVOR}
|
||||||
${PYTHON_PKGNAMEPREFIX}webencodings>=0:converters/py-webencodings@${PY_FLAVOR}
|
|
||||||
|
|
||||||
USES= cpe python shebangfix
|
USES= cpe python shebangfix
|
||||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1696753694
|
TIMESTAMP = 1730301026
|
||||||
SHA256 (bleach-6.1.0.tar.gz) = 0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe
|
SHA256 (bleach-6.2.0.tar.gz) = 123e894118b8a599fd80d3ec1a6d4cc7ce4e5882b1317a7e1ba69b56e95f991f
|
||||||
SIZE (bleach-6.1.0.tar.gz) = 202119
|
SIZE (bleach-6.2.0.tar.gz) = 203083
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
Obtained from: https://github.com/mozilla/bleach/commit/6a2ec5ca371cb666fbd843f14ecf1e93e8f7ea87
|
|
||||||
|
|
||||||
--- setup.py.orig 2023-10-06 16:19:57 UTC
|
|
||||||
+++ setup.py
|
|
||||||
@@ -32,7 +32,7 @@ EXTRAS_REQUIRE = {
|
|
||||||
|
|
||||||
EXTRAS_REQUIRE = {
|
|
||||||
"css": [
|
|
||||||
- "tinycss2>=1.1.0,<1.3",
|
|
||||||
+ "tinycss2>=1.1.0,<1.5",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue