[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:
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
|
@ -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
|
||||
|
|
34
textproc/py-pyscss/Makefile
Normal file
34
textproc/py-pyscss/Makefile
Normal 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>
|
2
textproc/py-pyscss/distinfo
Normal file
2
textproc/py-pyscss/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pyscss-1.2.0.tar.gz) = 0490325a50ad1e4d8defb6e8f422fa559a1c9f06b84048b2e4897a6e139d5c36
|
||||
SIZE (pyscss-1.2.0.tar.gz) = 281058
|
4
textproc/py-pyscss/pkg-descr
Normal file
4
textproc/py-pyscss/pkg-descr
Normal 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
|
Loading…
Reference in a new issue