Page MenuHomeFreeBSD

D9531.id24985.diff
No OneTemporary

D9531.id24985.diff

Index: head/www/Makefile
===================================================================
--- head/www/Makefile
+++ head/www/Makefile
@@ -1685,6 +1685,7 @@
SUBDIR += py-jonpy
SUBDIR += py-jswebkit
SUBDIR += py-kallithea
+ SUBDIR += py-libsass
SUBDIR += py-mechanize
SUBDIR += py-meld
SUBDIR += py-meld3
Index: head/www/py-libsass/Makefile
===================================================================
--- head/www/py-libsass/Makefile
+++ head/www/py-libsass/Makefile
@@ -0,0 +1,20 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= libsass
+PORTVERSION= 0.12.3
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= Straightforward binding of libsass for Python
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Index: head/www/py-libsass/distinfo
===================================================================
--- head/www/py-libsass/distinfo
+++ head/www/py-libsass/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486716801
+SHA256 (libsass-0.12.3.tar.gz) = 236762af9c693bb72ed92d65ff4a5a77d27af9494b6174fbec7e6308416673b0
+SIZE (libsass-0.12.3.tar.gz) = 295246
Index: head/www/py-libsass/pkg-descr
===================================================================
--- head/www/py-libsass/pkg-descr
+++ head/www/py-libsass/pkg-descr
@@ -0,0 +1,4 @@
+A simple Python extension module sass which is binding Libsass
+(written in C/C++ by Hampton Catlin and Aaron Leung).
+
+WWW: https://pypi.python.org/pypi/libsass

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 29, 9:13 PM (19 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32393877
Default Alt Text
D9531.id24985.diff (1 KB)

Event Timeline