svn commit: r530951 - in head/graphics/py-sorl-thumbnail: . files
Kai Knoblich
kai at FreeBSD.org
Tue Apr 7 07:44:25 UTC 2020
Author: kai
Date: Tue Apr 7 07:44:24 2020
New Revision: 530951
URL: https://svnweb.freebsd.org/changeset/ports/530951
Log:
graphics/py-sorl-thumbnail: Update to 12.6.3
* Assign to Django 2.2 (current LTS release) as Django 1.11 is End-of-Life.
* Make port concurrent safe as it installs files outside Python's site-lib
directory.
* Separate USES block from non-relevant variables and pet portlint
(whitespace issues in pkg-plist)
* Also remove an obsolete patch that was required to fix build issues with
the documentation files.
Changelog:
https://github.com/jazzband/sorl-thumbnail/blob/12.6.3/CHANGES.rst
PR: 245358
Approved by: Kevin Golding <ports at caomhin.org> (maintainer)
Deleted:
head/graphics/py-sorl-thumbnail/files/
Modified:
head/graphics/py-sorl-thumbnail/Makefile
head/graphics/py-sorl-thumbnail/distinfo
head/graphics/py-sorl-thumbnail/pkg-descr
Modified: head/graphics/py-sorl-thumbnail/Makefile
==============================================================================
--- head/graphics/py-sorl-thumbnail/Makefile Tue Apr 7 07:21:52 2020 (r530950)
+++ head/graphics/py-sorl-thumbnail/Makefile Tue Apr 7 07:44:24 2020 (r530951)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= sorl-thumbnail
-PORTVERSION= 12.4.1
-PORTREVISION= 2
+PORTVERSION= 12.6.3
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +13,12 @@ COMMENT= Sorl-thumbnail provides an easy way to genera
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
-USES= python
-USE_PYTHON= autoplist distutils
+USES= python:3.5+
+USE_PYTHON= autoplist concurrent distutils
+
NO_ARCH= yes
PORTDOCS= *
Modified: head/graphics/py-sorl-thumbnail/distinfo
==============================================================================
--- head/graphics/py-sorl-thumbnail/distinfo Tue Apr 7 07:21:52 2020 (r530950)
+++ head/graphics/py-sorl-thumbnail/distinfo Tue Apr 7 07:44:24 2020 (r530951)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526248144
-SHA256 (sorl-thumbnail-12.4.1.tar.gz) = 1cc6d913fe4f1224e479f25a23ec2ad3ca71c3154919a2c9463b07e7fbe11ac2
-SIZE (sorl-thumbnail-12.4.1.tar.gz) = 533008
+TIMESTAMP = 1586027494
+SHA256 (sorl-thumbnail-12.6.3.tar.gz) = 66771521f3c0ed771e1ce8e1aaf1639ebff18f7f5a40cfd3083da8f0fe6c7c99
+SIZE (sorl-thumbnail-12.6.3.tar.gz) = 536608
Modified: head/graphics/py-sorl-thumbnail/pkg-descr
==============================================================================
--- head/graphics/py-sorl-thumbnail/pkg-descr Tue Apr 7 07:21:52 2020 (r530950)
+++ head/graphics/py-sorl-thumbnail/pkg-descr Tue Apr 7 07:44:24 2020 (r530951)
@@ -3,7 +3,7 @@ thumbnails.
Some of its features:
- Storage support
-- Pluggable Engine support for Pillow, GraphicsMagick, ImageMagick and Wand
+- Pluggable Engine support for Pillow, GraphicsMagick, ImageMagick and Wand
- Pluggable Key Value Store support (cached db and redis)
- Pluggable Backend support
- Admin integration with possibility to delete
More information about the svn-ports-head
mailing list