View | Details | Raw Unified | Return to bug 239061
Collapse All | Expand All

(-)Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	django-libsass
4
PORTVERSION=	0.7
5
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	alex@xanderio.de
10
COMMENT=	Filter to compile SASS files using libsass
11
12
LICENSE=	BSD3CLAUSE
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libsass>=0.7.0:www/py-libsass@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}django_compressor>=1.3:www/py-django_compressor@${PY_FLAVOR}
16
17
USES=		python
18
USE_PYTHON=	autoplist distutils
19
20
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1562676243
2
SHA256 (django-libsass-0.7.tar.gz) = 49db3334b87e1f7955c4f9fb9945bc296f8bfd27a14d6d89706e4b0e5dc5de1c
3
SIZE (django-libsass-0.7.tar.gz) = 4924
(-)pkg-descr (+6 lines)
Line 0 Link Here
1
django-libsass builds on libsass-python to make @import paths aware of
2
Django's staticfiles mechanism, and provides a filter module for
3
django-compressor which uses the libsass-python API directly, avoiding
4
the overheads of calling an external executable to do the compilation.
5
6
WWW: https://github.com/torchbox/django-libsass

Return to bug 239061