Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2025 10:14:03 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b50de7cab61 - main - www/py-django-tinymce: Update to 5.0.0
Message-ID:  <202510251014.59PAE374049094@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

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

commit 7b50de7cab61db494d9976fd6b5e7539b8c7b62e
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-10-25 10:11:13 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-10-25 10:11:13 +0000

    www/py-django-tinymce: Update to 5.0.0
    
    * Switch to the more preferred DISTVERSION while I'm here.
    
    Changelog:
    
    https://github.com/jazzband/django-tinymce/blob/5.0.0/CHANGELOG.rst
---
 www/py-django-tinymce/Makefile                   |  6 +++---
 www/py-django-tinymce/distinfo                   |  6 +++---
 www/py-django-tinymce/files/patch-pyproject.toml | 17 +++++++++++++++++
 3 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/www/py-django-tinymce/Makefile b/www/py-django-tinymce/Makefile
index bc62f5f3ad1d..7dbf335c1842 100644
--- a/www/py-django-tinymce/Makefile
+++ b/www/py-django-tinymce/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	django-tinymce
-PORTVERSION=	4.1.0
+DISTVERSION=	5.0.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	django_tinymce-${PORTVERSION}
+DISTNAME=	django_tinymce-${DISTVERSION}
 
 MAINTAINER=	kai@FreeBSD.org
 COMMENT=	Django application to use TinyMCE editor
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/www/py-django-tinymce/distinfo b/www/py-django-tinymce/distinfo
index 0829626f374d..f269c0fdad23 100644
--- a/www/py-django-tinymce/distinfo
+++ b/www/py-django-tinymce/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721480786
-SHA256 (django_tinymce-4.1.0.tar.gz) = 02e3b70e940fd299f0fbef4315aee5c185664e1eb8cd396b176963954e4357c9
-SIZE (django_tinymce-4.1.0.tar.gz) = 1087250
+TIMESTAMP = 1761381934
+SHA256 (django_tinymce-5.0.0.tar.gz) = 6257669ed596accf5fa967ff3061276b2c5352baac1bbc658fcd8252b12ca38a
+SIZE (django_tinymce-5.0.0.tar.gz) = 1161002
diff --git a/www/py-django-tinymce/files/patch-pyproject.toml b/www/py-django-tinymce/files/patch-pyproject.toml
new file mode 100644
index 000000000000..2abbfecb6f99
--- /dev/null
+++ b/www/py-django-tinymce/files/patch-pyproject.toml
@@ -0,0 +1,17 @@
+* Enable build for older versions of py-setuptools
+
+--- pyproject.toml.orig	2025-10-25 09:36:33 UTC
++++ pyproject.toml
+@@ -16,11 +16,7 @@ maintainers = [
+   {name = "Rémy Hubscher", email = "hubscher.remy@gmail.com"},
+   {name = "Claude Paroz", email = "claude@2xlibre.net"},
+ ]
+-license = "MIT AND GPL-2.0-or-later"
+-license-files = [
+-  "LICENSE.txt",
+-  "tinymce/static/tinymce/license.md",
+-]
++license = { text = "MIT License" }
+ requires-python = ">=3.9"
+ dependencies = [
+   "django>=4.2",


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510251014.59PAE374049094>