Skip to content

Commit

Permalink
graphics/py-willow: Update to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 84078a9 commit 0b671bc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
8 changes: 5 additions & 3 deletions graphics/py-willow/Makefile
@@ -1,6 +1,5 @@
PORTNAME= willow
PORTVERSION= 1.4.1
PORTREVISION= 1
PORTVERSION= 1.5
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +12,10 @@ WWW= https://github.com/wagtail/Willow
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python:3.5+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7<1.0:devel/py-defusedxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}filetype>=1.0.7:devel/py-filetype@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions graphics/py-willow/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1655208292
SHA256 (Willow-1.4.1.tar.gz) = 0df8ff528531e00b48d40bf72ed81beac1dc82f2d42e5bbed4aff0218bef8c0d
SIZE (Willow-1.4.1.tar.gz) = 103868
TIMESTAMP = 1684104498
SHA256 (Willow-1.5.tar.gz) = 3fe42cda9872d8e4f64df301e58a1d8be5b9e66944eb83aadcc50128d3ae658a
SIZE (Willow-1.5.tar.gz) = 119748
11 changes: 11 additions & 0 deletions graphics/py-willow/files/patch-setup.py
@@ -0,0 +1,11 @@
--- setup.py.orig 2023-03-29 19:16:29 UTC
+++ setup.py
@@ -46,7 +46,7 @@ setup(
],
python_requires='>=3.7',
install_requires=[
- "filetype>=1.0.10,!=1.1.0",
+ "filetype>=1.0.7,!=1.1.0",
"defusedxml>=0.7,<1.0",
],
extras_require={"testing": [

0 comments on commit 0b671bc

Please sign in to comment.