mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
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:
parent
d3d94c5f0a
commit
d2d6ac7c5c
@ -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
|
||||
|
24
www/py-django-unfold/Makefile
Normal file
24
www/py-django-unfold/Makefile
Normal 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>
|
3
www/py-django-unfold/distinfo
Normal file
3
www/py-django-unfold/distinfo
Normal 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
|
3
www/py-django-unfold/pkg-descr
Normal file
3
www/py-django-unfold/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user