Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170036706
D13655.id37119.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13655.id37119.diff
View Options
Index: www/Makefile
===================================================================
--- www/Makefile
+++ www/Makefile
@@ -1718,6 +1718,7 @@
SUBDIR += py-jsonfield
SUBDIR += py-jswebkit
SUBDIR += py-kallithea
+ SUBDIR += py-lesscpy
SUBDIR += py-libsass
SUBDIR += py-mechanize
SUBDIR += py-meld
Index: www/py-lesscpy/Makefile
===================================================================
--- /dev/null
+++ www/py-lesscpy/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= lesscpy
+DISTVERSION= 0.12.0
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= FreeBSD@Shaneware.biz
+COMMENT= Python LESS compiler
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${FLAVOR}
+
+USES= python
+USE_PYTHON= distutils autoplist concurrent
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Index: www/py-lesscpy/distinfo
===================================================================
--- /dev/null
+++ www/py-lesscpy/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1513674249
+SHA256 (lesscpy-0.12.0.tar.gz) = 5c552757efc6e5d14d9a917ebdd036e7b6ff12ae68a5beb64a0a1cf856a098b5
+SIZE (lesscpy-0.12.0.tar.gz) = 168823
Index: www/py-lesscpy/pkg-descr
===================================================================
--- /dev/null
+++ www/py-lesscpy/pkg-descr
@@ -0,0 +1,5 @@
+A compiler written in Python for the LESS language. For those of us
+not willing or able to have node.js installed in our environment.
+Not all features of LESS are supported (yet).
+
+WWW: https://github.com/lesscpy/lesscpy
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 4, 7:58 AM (8 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38210467
Default Alt Text
D13655.id37119.diff (1 KB)
Attached To
Mode
D13655: New port: www/py-lesscpy: Python LESS compiler
Attached
Detach File
Event Timeline
Log In to Comment