1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

New port textproc/py-toronado 0.0.7

Fast lxml-based CSS stylesheet inliner.

WWW: https://pypi.python.org/pypi/toronado
This commit is contained in:
Tom Judge 2016-04-01 02:45:08 +00:00
parent 50c1f3e518
commit 1ccf49f987
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412307
4 changed files with 26 additions and 0 deletions

View File

@ -1300,6 +1300,7 @@
SUBDIR += py-syck
SUBDIR += py-texttable
SUBDIR += py-tinycss
SUBDIR += py-toronado
SUBDIR += py-trans
SUBDIR += py-transifex-client
SUBDIR += py-translationstring

View File

@ -0,0 +1,20 @@
# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= toronado
PORTVERSION= 0.0.7
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tj@FreeBSD.org
COMMENT= Fast lxml-based CSS stylesheet inliner
RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}cssselect>=0:${PORTSDIR}/www/py-cssselect \
${PYTHON_PKGNAMEPREFIX}cssutils>=0:${PORTSDIR}/www/py-cssutils \
${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (toronado-0.0.7.tar.gz) = 7860d2ce2b6335757f3f363d873c35667d246532b3b1dc08c179fa1390e5896e
SIZE (toronado-0.0.7.tar.gz) = 3660

View File

@ -0,0 +1,3 @@
Fast lxml-based CSS stylesheet inliner.
WWW: https://pypi.python.org/pypi/toronado