Commit 44f4492e authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-cors-headers: Remove expired port

2026-06-30 www/py-dj52-django-cors-headers: Obsolete, please use www/py-django-cors-headers instead
parent 1de943a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5403,3 +5403,4 @@ www/py-dj52-django-netfields|www/py-django-netfields|2026-06-30|Has expired: Obs
www/py-dj52-django-extensions|www/py-django-extensions|2026-06-30|Has expired: Obsolete, please use www/py-django-extensions instead
www/py-dj52-django-unfold|www/py-django-unfold|2026-06-30|Has expired: Obsolete, please use www/py-django-unfold instead
www/py-dj52-django-tasks|www/py-django-tasks|2026-06-30|Has expired: Obsolete, please use www/py-django-tasks instead
www/py-dj52-django-cors-headers|www/py-django-cors-headers|2026-06-30|Has expired: Obsolete, please use www/py-django-cors-headers instead
+0 −1
Original line number Diff line number Diff line
@@ -1568,7 +1568,6 @@
    SUBDIR += py-dj52-django-auditlog
    SUBDIR += py-dj52-django-auth-ldap
    SUBDIR += py-dj52-django-celery-results
    SUBDIR += py-dj52-django-cors-headers
    SUBDIR += py-dj52-django-crispy-forms
    SUBDIR += py-dj52-django-debug-toolbar
    SUBDIR += py-dj52-django-filter
+0 −29
Original line number Diff line number Diff line
PORTNAME=	django-cors-headers
DISTVERSION=	4.9.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
DISTNAME=	django_cors_headers-${DISTVERSION}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Handles server headers required for Cross-Origin Resource Sharing
WWW=		https://github.com/adamchainz/django-cors-headers

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Obsolete, please use www/py-django-cors-headers instead
EXPIRATION_DATE=2026-06-30

BUILD_DEPENDS=	${PY_SETUPTOOLS} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

NO_ARCH=		yes
CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1759317248
SHA256 (django_cors_headers-4.9.0.tar.gz) = fe5d7cb59fdc2c8c646ce84b727ac2bca8912a247e6e68e1fb507372178e59e8
SIZE (django_cors_headers-4.9.0.tar.gz) = 21458
+0 −24
Original line number Diff line number Diff line
* Relax version requirements of py-setuptools and enable build for
  older versions of it

--- pyproject.toml.orig	2025-09-18 12:15:44 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 build-backend = "setuptools.build_meta"
 requires = [
-  "setuptools>=77",
+  "setuptools",
 ]
 
 [project]
@@ -16,8 +16,7 @@ keywords = [
   "middleware",
   "rest",
 ]
-license = "MIT"
-license-files = [ "LICENSE" ]
+license = { text="MIT" }
 maintainers = [
   { name = "Adam Johnson", email = "me@adamj.eu" },
 ]
Loading