diff --git a/www/py-django52/Makefile b/www/py-django52/Makefile index 378ee335bc02..850ea8ee51c7 100644 --- a/www/py-django52/Makefile +++ b/www/py-django52/Makefile @@ -1,73 +1,73 @@ PORTNAME= django -PORTVERSION= 5.2.11 +PORTVERSION= 5.2.12 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 52 #DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web Framework WWW= https://www.djangoproject.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgiref>=3.8.1:www/py-asgiref@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.1:databases/py-sqlparse@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR} USES= cpe python shebangfix USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/py-django PLIST_FILES= share/man/man1/django-admin.1.gz PORTDOCS= * SHEBANG_FILES= django/conf/project_template/manage.py-tpl CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django[0-9][0-9] CPE_VENDOR= djangoproject # Upstream archive contains files with UTF-8 names # EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar OPTIONS_DEFINE= DOCS HTMLDOCS OPTIONS_GROUP= DATABASE OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE OPTIONS_DEFAULT=SQLITE HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} HTMLDOCS_IMPLIES= DOCS HTMLDOCS_USES= gmake PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.13:databases/py-mysqlclient@${PY_FLAVOR} SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} .include post-build-HTMLDOCS-on: cd ${WRKSRC}/docs && ${MAKE_CMD} html SPHINXBUILD=sphinx-build-${PYTHON_VER} post-install: ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${PREFIX}/share/man/man1 @${ECHO_MSG} "" @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" @${ECHO_MSG} "" post-install-HTMLDOCS-on: ${MKDIR} ${STAGEDIR}/${DOCSDIR} ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} do-test: @cd ${WRKSRC} && ${PYTHON_CMD} tests/runtests.py --settings=test_sqlite .include diff --git a/www/py-django52/distinfo b/www/py-django52/distinfo index aee46330c47f..540114bac98d 100644 --- a/www/py-django52/distinfo +++ b/www/py-django52/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770167132 -SHA256 (python/django-5.2.11.tar.gz) = 7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3 -SIZE (python/django-5.2.11.tar.gz) = 10885017 +TIMESTAMP = 1772667327 +SHA256 (python/django-5.2.12.tar.gz) = 6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb +SIZE (python/django-5.2.12.tar.gz) = 10860574 diff --git a/www/py-django52/files/patch-pyproject.toml b/www/py-django52/files/patch-pyproject.toml index 784b4535c55d..6a15da566601 100644 --- a/www/py-django52/files/patch-pyproject.toml +++ b/www/py-django52/files/patch-pyproject.toml @@ -1,25 +1,25 @@ ---- pyproject.toml.orig 2025-11-05 12:32:26 UTC +--- pyproject.toml.orig 2026-03-05 00:36:36 UTC +++ pyproject.toml @@ -1,9 +1,9 @@ [build-system] -requires = ["setuptools>=77.0.3"] +requires = ["setuptools>=63"] build-backend = "setuptools.build_meta" [project] -name = "Django" +name = "django" dynamic = ["version"] requires-python = ">= 3.10" dependencies = [ @@ -16,8 +16,8 @@ readme = "README.rst" ] description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." readme = "README.rst" -license = "BSD-3-Clause" --license-files = ["LICENSE", "LICENSE.python"] +-license-files = ["LICENSE", "LICENSE.python", "AUTHORS"] +license = {text="BSD-3-Clause"} -+#license-files = ["LICENSE", "LICENSE.python"] ++#license-files = ["LICENSE", "LICENSE.python", "AUTHORS"] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment",