svn commit: r433823 - in head/www: . py-libsass

Kirill Ponomarew krion at FreeBSD.org
Fri Feb 10 19:44:51 UTC 2017


Author: krion
Date: Fri Feb 10 19:44:49 2017
New Revision: 433823
URL: https://svnweb.freebsd.org/changeset/ports/433823

Log:
  Add new port www/py-libsass
  
  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
  
  PR:		216961
  Submitted by:	yuri at rawbw.com
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9531

Added:
  head/www/py-libsass/
  head/www/py-libsass/Makefile   (contents, props changed)
  head/www/py-libsass/distinfo   (contents, props changed)
  head/www/py-libsass/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Feb 10 19:42:20 2017	(r433822)
+++ head/www/Makefile	Fri Feb 10 19:44:49 2017	(r433823)
@@ -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

Added: head/www/py-libsass/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-libsass/Makefile	Fri Feb 10 19:44:49 2017	(r433823)
@@ -0,0 +1,20 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	libsass
+PORTVERSION=	0.12.3
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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>

Added: head/www/py-libsass/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-libsass/distinfo	Fri Feb 10 19:44:49 2017	(r433823)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486716801
+SHA256 (libsass-0.12.3.tar.gz) = 236762af9c693bb72ed92d65ff4a5a77d27af9494b6174fbec7e6308416673b0
+SIZE (libsass-0.12.3.tar.gz) = 295246

Added: head/www/py-libsass/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-libsass/pkg-descr	Fri Feb 10 19:44:49 2017	(r433823)
@@ -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


More information about the svn-ports-all mailing list