mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
www/py-django-assets: Compress and merge CSS and Javascript files
Integrates the webassets library with Django, adding support for merging, minifying and compiling CSS and Javascript files. WWW: https://github.com/miracle2k/django-assets
This commit is contained in:
parent
9116f0ea46
commit
5027b0d5aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366527
@ -1489,6 +1489,7 @@
|
||||
SUBDIR += py-django-app-plugins
|
||||
SUBDIR += py-django-appconf
|
||||
SUBDIR += py-django-appmedia
|
||||
SUBDIR += py-django-assets
|
||||
SUBDIR += py-django-auth-ldap
|
||||
SUBDIR += py-django-caching-app-plugins
|
||||
SUBDIR += py-django-classy-tags
|
||||
|
20
www/py-django-assets/Makefile
Normal file
20
www/py-django-assets/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-assets
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Compress and merge CSS and Javascript files
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \
|
||||
${PYTHON_PKGNAMEPREFIX}webassets>0:${PORTSDIR}/www/py-webassets
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-django-assets/distinfo
Normal file
2
www/py-django-assets/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (django-assets-0.10.tar.gz) = 74ae30bb268335eca9229e173ce9074ea9332da769740f6df2cbe50ef858b2c8
|
||||
SIZE (django-assets-0.10.tar.gz) = 29563
|
4
www/py-django-assets/pkg-descr
Normal file
4
www/py-django-assets/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Integrates the webassets library with Django, adding support for merging,
|
||||
minifying and compiling CSS and Javascript files.
|
||||
|
||||
WWW: https://github.com/miracle2k/django-assets
|
Loading…
Reference in New Issue
Block a user