1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Add py-django-libsass 0.7

django-libsass builds on libsass-python to make @import paths aware of Django's
staticfiles mechanism, and provides a filter module for django-compressor which
uses the libsass-python API directly, avoiding the overheads of calling an
external executable to do the compilation.

WWW: https://github.com/torchbox/django-libsass

- While I'm here, add NO_ARCH

PR:		239061
Submitted by:	Alexander Sieg <alex@xanderio.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-25 18:49:47 +00:00
parent da67b8e6c4
commit b7afc54e14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509842
4 changed files with 32 additions and 0 deletions

View File

@ -1560,6 +1560,7 @@
SUBDIR += py-django-jsonfield
SUBDIR += py-django-jsonfield2
SUBDIR += py-django-ldapdb
SUBDIR += py-django-libsass
SUBDIR += py-django-markdownx
SUBDIR += py-django-markwhat
SUBDIR += py-django-mezzanine

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= django-libsass
PORTVERSION= 0.7
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alex@xanderio.de
COMMENT= Filter to compile SASS files using libsass
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django_compressor>=1.3:www/py-django_compressor@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libsass>=0.7.0:www/py-libsass@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1563114828
SHA256 (django-libsass-0.7.tar.gz) = 49db3334b87e1f7955c4f9fb9945bc296f8bfd27a14d6d89706e4b0e5dc5de1c
SIZE (django-libsass-0.7.tar.gz) = 4924

View File

@ -0,0 +1,6 @@
django-libsass builds on libsass-python to make @import paths aware of Django's
staticfiles mechanism, and provides a filter module for django-compressor which
uses the libsass-python API directly, avoiding the overheads of calling an
external executable to do the compilation.
WWW: https://github.com/torchbox/django-libsass