diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-02-10 11:41:19 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-02-10 11:41:19 +0000 |
commit | 2a67ec4b5093fba26243fa056851172540582d39 (patch) | |
tree | cc2cb4978750accbadf61d52c8662f88b3e33259 | |
parent | 83630c136606b8329b09d808461f99c3a4204403 (diff) | |
download | ports-2a67ec4b5093fba26243fa056851172540582d39.tar.gz ports-2a67ec4b5093fba26243fa056851172540582d39.zip |
graphics/py-django-easy-thumbnails: 2.8.1
Changelog since 2.5:
https://github.com/SmileyChris/easy-thumbnails/compare/2.5.0...2.8.1
PR: 261316
Approved by: maintainer timeout (3+ weeks)
-rw-r--r-- | graphics/py-django-easy-thumbnails/Makefile | 13 | ||||
-rw-r--r-- | graphics/py-django-easy-thumbnails/distinfo | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/graphics/py-django-easy-thumbnails/Makefile b/graphics/py-django-easy-thumbnails/Makefile index 0177f8220a54..7cc719dcb405 100644 --- a/graphics/py-django-easy-thumbnails/Makefile +++ b/graphics/py-django-easy-thumbnails/Makefile @@ -1,8 +1,7 @@ # Created by: Matthew X. Economou <xenophon+fbsdports@irtnog.org> PORTNAME= easy-thumbnails -PORTVERSION= 2.5 -PORTREVISION= 2 +PORTVERSION= 2.8.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- @@ -13,10 +12,12 @@ COMMENT= Easy thumbnails for Django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \ - ${PY_PILLOW} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}reportlab>0:print/py-reportlab@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}svglib>0:converters/py-svglib@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes @@ -24,7 +25,7 @@ NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \ +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PY_PILLOW} DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" diff --git a/graphics/py-django-easy-thumbnails/distinfo b/graphics/py-django-easy-thumbnails/distinfo index 61db872f558a..8dbd49798256 100644 --- a/graphics/py-django-easy-thumbnails/distinfo +++ b/graphics/py-django-easy-thumbnails/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525982227 -SHA256 (easy-thumbnails-2.5.tar.gz) = e244d1f26027fc32c6ca60ffb0169a39099446f614b0433e907a2588ae7d9b95 -SIZE (easy-thumbnails-2.5.tar.gz) = 67369 +TIMESTAMP = 1643097367 +SHA256 (easy-thumbnails-2.8.1.tar.gz) = 1a283fe8a3569c3feab4605e8279929d75c85c1151b2fd627f95b1863b5fc6c2 +SIZE (easy-thumbnails-2.8.1.tar.gz) = 76527 |