aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-django-tinymce
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /www/py-django-tinymce
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
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",