Commit 3a0fa442 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-dj52-django-rich: Remove expired port

2026-06-30 www/py-dj52-django-rich: Obsolete, please use www/py-django-rich instead
parent 0660483d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5383,3 +5383,4 @@ devel/py-goodreads||2026-06-30|Has expired: Upstream is unmaintained, and the AP
www/py-django-graphql-jwt34|www/py-django-graphql-jwt|2026-06-30|Has expired: Use py-django-graphql-jwt instead
www/py-dj52-django-mptt|www/py-django-mptt|2026-06-30|Has expired: Obsolete, please use www/py-django-mptt instead
www/py-dj52-django-js-asset|www/py-django-js-asset|2026-06-30|Has expired: Obsolete, please use www/py-django-js-asset instead
www/py-dj52-django-rich|www/py-django-rich|2026-06-30|Has expired: Obsolete, please use www/py-django-rich instead
+0 −1
Original line number Diff line number Diff line
@@ -1586,7 +1586,6 @@
    SUBDIR += py-dj52-django-permissionedforms
    SUBDIR += py-dj52-django-prometheus
    SUBDIR += py-dj52-django-redis
    SUBDIR += py-dj52-django-rich
    SUBDIR += py-dj52-django-soft-delete
    SUBDIR += py-dj52-django-storages
    SUBDIR += py-dj52-django-stubs-ext

www/py-dj52-django-rich/Makefile

deleted100644 → 0
+0 −30
Original line number Diff line number Diff line
PORTNAME=	django-rich
DISTVERSION=	2.2.0
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
DISTNAME=	django_rich-${DISTVERSION}

MAINTAINER=	kai@FreeBSD.org
COMMENT=	Extensions for using Rich with Django
WWW=		https://github.com/adamchainz/django-rich

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=     Obsolete, please use www/py-django-rich 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}rich>=10.0.0:textproc/py-rich@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist pep517

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=		yes

.include <bsd.port.mk>

www/py-dj52-django-rich/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1759317430
SHA256 (django_rich-2.2.0.tar.gz) = ecec7842d040024ed8a225699388535e46b87277550c33f46193b52cece2f780
SIZE (django_rich-2.2.0.tar.gz) = 62427
+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:19:48 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 build-backend = "setuptools.build_meta"
 requires = [
-  "setuptools>=77",
+  "setuptools",
 ]
 
 [project]
@@ -12,8 +12,7 @@ keywords = [
 keywords = [
   "Django",
 ]
-license = "MIT"
-license-files = [ "LICENSE" ]
+license = { text="MIT" }
 authors = [
   { name = "Adam Johnson", email = "me@adamj.eu" },
 ]
Loading