www/py-django-unfold: Add py-django-unfold 0.21.1

Unfold is theme for Django admin incorporating most common practises for
building full-fledged admin areas. It is designed to work at the top of default
administration provided by Django.
This commit is contained in:
Po-Chuan Hsieh 2024-03-23 22:14:58 +08:00
parent d3d94c5f0a
commit d2d6ac7c5c
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 31 additions and 0 deletions

View File

@ -1623,6 +1623,7 @@
SUBDIR += py-django-timezone-field
SUBDIR += py-django-tinymce
SUBDIR += py-django-treebeard
SUBDIR += py-django-unfold
SUBDIR += py-django-voting
SUBDIR += py-django-webpack-loader
SUBDIR += py-django-widget-tweaks

View File

@ -0,0 +1,24 @@
PORTNAME= django-unfold
PORTVERSION= 0.21.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= django_unfold-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern Django admin theme for seamless interface development
WWW= https://unfoldadmin.com/ \
https://github.com/unfoldadmin/django-unfold
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1710712306
SHA256 (django_unfold-0.21.1.tar.gz) = 7d1cf016c90801cce8dc9365dbc5dcdfc00828b6e01185eed5fd263897f71263
SIZE (django_unfold-0.21.1.tar.gz) = 801337

View File

@ -0,0 +1,3 @@
Unfold is theme for Django admin incorporating most common practises for
building full-fledged admin areas. It is designed to work at the top of default
administration provided by Django.