From owner-svn-ports-all@freebsd.org Tue Apr 7 07:44:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C69F82AD127; Tue, 7 Apr 2020 07:44:25 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48xKDT4xV7z4FDn; Tue, 7 Apr 2020 07:44:25 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4ADD637E; Tue, 7 Apr 2020 07:44:25 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0377iPOC020435; Tue, 7 Apr 2020 07:44:25 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0377iPW6020431; Tue, 7 Apr 2020 07:44:25 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202004070744.0377iPW6020431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Tue, 7 Apr 2020 07:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530951 - in head/graphics/py-sorl-thumbnail: . files X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head/graphics/py-sorl-thumbnail: . files X-SVN-Commit-Revision: 530951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2020 07:44:25 -0000 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 (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