Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2025 18:08:51 GMT
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: babe92a90a22 - main - www/py-dj52-django-auditlog: New port
Message-ID:  <202509291808.58TI8pkL019954@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by grembo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=babe92a90a2225dfc7e72923af479dbe10104fc7

commit babe92a90a2225dfc7e72923af479dbe10104fc7
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2025-09-29 17:43:56 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2025-09-29 18:07:46 +0000

    www/py-dj52-django-auditlog: New port
    
    Clone of existing port for Django 5.2.
---
 www/Makefile                          |  1 +
 www/py-dj52-django-auditlog/Makefile  | 28 ++++++++++++++++++++++++++++
 www/py-dj52-django-auditlog/distinfo  |  3 +++
 www/py-dj52-django-auditlog/pkg-descr |  4 ++++
 4 files changed, 36 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index 05f1f26e3158..7d4fae6a2869 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1564,6 +1564,7 @@
     SUBDIR += py-dj52-channels
     SUBDIR += py-dj52-channels-redis
     SUBDIR += py-dj52-django-allauth
+    SUBDIR += py-dj52-django-auditlog
     SUBDIR += py-dj52-django-auth-ldap
     SUBDIR += py-dj52-django-choices-field
     SUBDIR += py-dj52-django-cors-headers
diff --git a/www/py-dj52-django-auditlog/Makefile b/www/py-dj52-django-auditlog/Makefile
new file mode 100644
index 000000000000..882438d8f435
--- /dev/null
+++ b/www/py-dj52-django-auditlog/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	django-auditlog
+PORTVERSION=	3.2.1
+CATEGORIES=	www python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
+DISTNAME=	${PORTNAME:S/-/_/}-${PORTVERSION}
+
+MAINTAINER=	grembo@FreeBSD.org
+COMMENT=	Django app that keeps a log of changes made to an object
+WWW=		https://github.com/jazzband/django-auditlog
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateutil@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist pep517
+
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/www/py-dj52-django-auditlog/distinfo b/www/py-dj52-django-auditlog/distinfo
new file mode 100644
index 000000000000..ad1b92f16250
--- /dev/null
+++ b/www/py-dj52-django-auditlog/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1759151042
+SHA256 (django_auditlog-3.2.1.tar.gz) = 63a4c9f7793e94eed804bc31a04d9b0b58244b1d280e2ed273c8b406bff1f779
+SIZE (django_auditlog-3.2.1.tar.gz) = 72926
diff --git a/www/py-dj52-django-auditlog/pkg-descr b/www/py-dj52-django-auditlog/pkg-descr
new file mode 100644
index 000000000000..3287e3ab624d
--- /dev/null
+++ b/www/py-dj52-django-auditlog/pkg-descr
@@ -0,0 +1,4 @@
+Auditlog is a reusable app for Django that makes logging object changes a
+breeze. Auditlog tries to use as much as Python and Django's built in
+functionality to keep the list of dependencies as short as possible. Also,
+Auditlog aims to be fast and simple to use.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509291808.58TI8pkL019954>