Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2026 20:27:44 +0000
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e12c3e0ab650 - main - graphics/py-dj52-sorl-thumbnail: Remove expired port
Message-ID:  <6a4426c0.309f5.6decebe7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e12c3e0ab650d25a988b7f4832b62bc13a506504

commit e12c3e0ab650d25a988b7f4832b62bc13a506504
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 20:27:40 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 20:27:40 +0000

    graphics/py-dj52-sorl-thumbnail: Remove expired port
    
    2026-06-30 graphics/py-dj52-sorl-thumbnail: Obsolete, please use graphics/py-sorl-thumbnail instead
---
 MOVED                                              |  1 +
 graphics/Makefile                                  |  1 -
 graphics/py-dj52-sorl-thumbnail/Makefile           | 65 ----------------------
 graphics/py-dj52-sorl-thumbnail/distinfo           |  3 -
 .../files/patch-pyproject.toml                     | 11 ----
 graphics/py-dj52-sorl-thumbnail/pkg-descr          | 16 ------
 6 files changed, 1 insertion(+), 96 deletions(-)

diff --git a/MOVED b/MOVED
index dff38223dbb3..77344e5b48a0 100644
--- a/MOVED
+++ b/MOVED
@@ -5423,3 +5423,4 @@ www/py-dj52-django-modelcluster|www/py-django-modelcluster|2026-06-30|Has expire
 www/py-dj52-django-stubs-ext|www/py-django-stubs-ext|2026-06-30|Has expired: Obsolete, please use www/py-django-stubs-ext instead
 www/py-dj52-django-auditlog|www/py-django-allauth|2026-06-30|Has expired: Obsolete, please use www/py-django-allauth instead
 www/py-dj52-django-debug-toolbar|www/py-django-debug-toolbar|2026-06-30|Has expired: Obsolete, please use www/py-django-debug-toolbar instead
+graphics/py-dj52-sorl-thumbnail|graphics/py-sorl-thumbnail|2026-06-30|Has expired: Obsolete, please use graphics/py-sorl-thumbnail instead
diff --git a/graphics/Makefile b/graphics/Makefile
index d5ba30404d67..136506156b1e 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -932,7 +932,6 @@
     SUBDIR += py-contextily
     SUBDIR += py-descartes
     SUBDIR += py-diplib
-    SUBDIR += py-dj52-sorl-thumbnail
     SUBDIR += py-dj60-sorl-thumbnail
     SUBDIR += py-django-easy-thumbnails
     SUBDIR += py-djvulibre
diff --git a/graphics/py-dj52-sorl-thumbnail/Makefile b/graphics/py-dj52-sorl-thumbnail/Makefile
deleted file mode 100644
index bdc4c9256e91..000000000000
--- a/graphics/py-dj52-sorl-thumbnail/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-PORTNAME=	sorl-thumbnail
-DISTVERSION=	13.0.0
-CATEGORIES=	graphics python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
-DISTNAME=	sorl_thumbnail-${DISTVERSION}
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Sorl-thumbnail provides an easy way to generate image thumbnails
-WWW=		https://github.com/jazzband/sorl-thumbnail
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Obsolete, please use graphics/py-sorl-thumbnail instead
-EXPIRATION_DATE=2026-06-30
-
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=	yes
-PORTDOCS=	*
-
-OPTIONS_DEFINE=		DOCS
-OPTIONS_DEFAULT=	PILLOW
-OPTIONS_SINGLE=		IMAGELIB
-OPTIONS_GROUP=		CACHING
-
-# An PGMAGICK option would still be possible as well, but the ports tree does
-# not yet have a py-pgmagick port.
-OPTIONS_SINGLE_IMAGELIB=	GRAPHICSMAGICK IMAGEMAGICK PILLOW WAND
-OPTIONS_GROUP_CACHING=		REDIS
-
-GRAPHICSMAGICK_DESC=	Use GraphicsMagick for image processing (faster)
-IMAGEMAGICK_DESC=	Use ImageMagick for image processing
-PILLOW_DESC=		Use internal image processing
-REDIS_DESC=		Use REDIS as Key Value Store
-WAND_DESC=		Use Wand with ImageMagick
-
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
-
-GRAPHICSMAGICK_RUN_DEPENDS=	${LOCALBASE}/bin/gm:graphics/GraphicsMagick
-IMAGEMAGICK_USES=		magick:6,run
-PILLOW_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
-REDIS_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis@${PY_FLAVOR}
-WAND_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}Wand>0:graphics/py-wand@${PY_FLAVOR}
-
-post-build-DOCS-on:
-	${SETENV} PYTHONPATH=${WRKSRC} ${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} \
-		-d ${WRKDIR} -b html ${WRKSRC}/docs ${WRKSRC}/build/sphinx/html
-
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	(cd ${WRKSRC}/build/sphinx/html && \
-		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
-			"! -name .buildinfo -and ! -name objects.inv")
-
-.include <bsd.port.mk>
diff --git a/graphics/py-dj52-sorl-thumbnail/distinfo b/graphics/py-dj52-sorl-thumbnail/distinfo
deleted file mode 100644
index f920a0280036..000000000000
--- a/graphics/py-dj52-sorl-thumbnail/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1770137150
-SHA256 (sorl_thumbnail-13.0.0.tar.gz) = 75f1f22fa742846917ca4774cd4c578cd802ff5e4f6f53328735c3a38264ee49
-SIZE (sorl_thumbnail-13.0.0.tar.gz) = 668977
diff --git a/graphics/py-dj52-sorl-thumbnail/files/patch-pyproject.toml b/graphics/py-dj52-sorl-thumbnail/files/patch-pyproject.toml
deleted file mode 100644
index f38468089e04..000000000000
--- a/graphics/py-dj52-sorl-thumbnail/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-Relax version requirements.
-
---- pyproject.toml.orig	2025-08-20 12:07:03 UTC
-+++ pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["setuptools>=64", "setuptools_scm>=8"]
-+requires = ["setuptools", "setuptools_scm>=8"]
- build-backend = "setuptools.build_meta"
- 
- [project]
diff --git a/graphics/py-dj52-sorl-thumbnail/pkg-descr b/graphics/py-dj52-sorl-thumbnail/pkg-descr
deleted file mode 100644
index dbfc4c434b13..000000000000
--- a/graphics/py-dj52-sorl-thumbnail/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-The sorl-thumbnail package provides an easy way to generate image
-thumbnails.
-
-Some of its features:
-- Storage support
-- 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
-- Dummy generation (placeholders)
-- Flexible, simple syntax, generates no html
-- ImageField for model that deletes thumbnails
-- CSS style cropping options
-- Back smart cropping, and remove borders from the images when cropping
-- Margin calculation for vertical positioning
-- Alternative resolutions versions of a thumbnail


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4426c0.309f5.6decebe7>