[NEW PORT] textproc/py-scss: Compiler for SCSS flavor of the Sass language

pyScss is a compiler for SCSS flavor of the Sass language, a superset of
CSS3 that adds programming capabilities and some other syntactic sugar.

WWW: https://github.com/Kronuz/pyScss

PR:		ports/186268
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
This commit is contained in:
Kubilay Kocak 2014-02-02 10:05:42 +00:00
parent e393553b68
commit bf3f97a499
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342259
4 changed files with 41 additions and 0 deletions

View file

@ -1178,6 +1178,7 @@
SUBDIR += py-pyctpp2
SUBDIR += py-pyelasticsearch
SUBDIR += py-pygments
SUBDIR += py-pyscss
SUBDIR += py-pysrt
SUBDIR += py-pystache
SUBDIR += py-pyx12

View file

@ -0,0 +1,34 @@
# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru>
# $FreeBSD$
PORTNAME= pyscss
PORTVERSION= 1.2.0
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rum1cro@yandex.ru
COMMENT= Compiler for SCSS flavor of the Sass language
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
USE_GITHUB= yes
GH_ACCOUNT= Kronuz
GH_COMMIT= 2c10593
GH_PROJECT= pyScss
GH_TAGNAME= v${PORTVERSION}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && py.test
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pyscss-1.2.0.tar.gz) = 0490325a50ad1e4d8defb6e8f422fa559a1c9f06b84048b2e4897a6e139d5c36
SIZE (pyscss-1.2.0.tar.gz) = 281058

View file

@ -0,0 +1,4 @@
pyScss is a compiler for SCSS flavor of the Sass language, a superset of CSS3
that adds programming capabilities and some other syntactic sugar.
WWW: https://github.com/Kronuz/pyScss