graphics/py-pillow: Update to 10.0.1
Changes: https://github.com/python-pillow/Pillow/releases https://pillow.readthedocs.io/en/stable/releasenotes/index.html
This commit is contained in:
parent
a3f1882702
commit
85b7a5d7eb
2 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= pillow
|
||||
PORTVERSION= 10.0.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 10.0.1
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,7 +15,7 @@ LICENSE_NAME= Standard PIL License
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1688902173
|
||||
SHA256 (Pillow-10.0.0.tar.gz) = 9c82b5b3e043c7af0d95792d0d20ccf68f61a1fec6b3530e718b688422727396
|
||||
SIZE (Pillow-10.0.0.tar.gz) = 50527522
|
||||
TIMESTAMP = 1695143339
|
||||
SHA256 (Pillow-10.0.1.tar.gz) = d72967b06be9300fed5cfbc8b5bafceec48bf7cdc7dab66b1d2549035287191d
|
||||
SIZE (Pillow-10.0.1.tar.gz) = 50528551
|
||||
|
|
Loading…
Reference in a new issue