Commit 59d53c65 authored by Rene Ladan's avatar Rene Ladan
Browse files

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

2026-06-30 www/py-dj52-django-htmx: Obsolete, please use www/py-django-htmx instead
parent 933603c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5387,3 +5387,4 @@ www/py-dj52-django-rich|www/py-django-rich|2026-06-30|Has expired: Obsolete, ple
www/py-dj52-strawberry-graphql-django|www/py-strawberry-graphql-django|2026-06-30|Has expired: Obsolete, please use www/py-strawberry-graphql-django instead
www/py-dj52-django-choices-field|www/py-django-choices-field|2026-06-30|Has expired: Obsolete, please use www/py-django-choices-field instead
www/py-dj52-django-soft-delete|www/py-django-soft-delete|2026-06-30|Has expired: Obsolete, please use www/py-django-soft-delete instead
www/py-dj52-django-htmx|www/py-django-htmx|2026-06-30|Has expired: Obsolete, please use www/py-django-htmx instead
+0 −1
Original line number Diff line number Diff line
@@ -1577,7 +1577,6 @@
    SUBDIR += py-dj52-django-extensions
    SUBDIR += py-dj52-django-filter
    SUBDIR += py-dj52-django-guardian
    SUBDIR += py-dj52-django-htmx
    SUBDIR += py-dj52-django-modelcluster
    SUBDIR += py-dj52-django-multiselectfield
    SUBDIR += py-dj52-django-netfields

www/py-dj52-django-htmx/Makefile

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

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

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=     Obsolete, please use www/py-django-htmx 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

CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}

NO_ARCH=	yes

.include <bsd.port.mk>

www/py-dj52-django-htmx/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1765118679
SHA256 (django_htmx-1.27.0.tar.gz) = 036e5da801bfdf5f1ca815f21592cfb9f004a898f330c842f15e55c70e301a75
SIZE (django_htmx-1.27.0.tar.gz) = 65362
+0 −24
Original line number Diff line number Diff line
* Relax version requirements for py-setuptools and enable build for
  older versions of it

--- pyproject.toml.orig	2025-06-22 10:34:17 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