aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-tinymce
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-django-tinymce')
-rw-r--r--www/py-django-tinymce/Makefile6
-rw-r--r--www/py-django-tinymce/distinfo6
-rw-r--r--www/py-django-tinymce/files/patch-pyproject.toml17
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",