FreeBSD Bugzilla – Attachment 205601 Details for
Bug 239061
[NEW PORT] www/py-django-libsass: Filter to compile SASS files using libsass
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
tmp.JQJQXcK9 (text/plain), 1.44 KB, created by
Alexander Sieg
on 2019-07-09 13:04:15 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Alexander Sieg
Created:
2019-07-09 13:04:15 UTC
Size:
1.44 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (nonexistent) >+++ Makefile (working copy) >@@ -0,0 +1,20 @@ >+# $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}libsass>=0.7.0:www/py-libsass@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}django_compressor>=1.3:www/py-django_compressor@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (nonexistent) >+++ distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1562676243 >+SHA256 (django-libsass-0.7.tar.gz) = 49db3334b87e1f7955c4f9fb9945bc296f8bfd27a14d6d89706e4b0e5dc5de1c >+SIZE (django-libsass-0.7.tar.gz) = 4924 >Index: pkg-descr >=================================================================== >--- pkg-descr (nonexistent) >+++ pkg-descr (working copy) >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239061
: 205601