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:
parent
50c1f3e518
commit
1ccf49f987
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412307
@ -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
|
||||
|
20
textproc/py-toronado/Makefile
Normal file
20
textproc/py-toronado/Makefile
Normal 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>
|
2
textproc/py-toronado/distinfo
Normal file
2
textproc/py-toronado/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (toronado-0.0.7.tar.gz) = 7860d2ce2b6335757f3f363d873c35667d246532b3b1dc08c179fa1390e5896e
|
||||
SIZE (toronado-0.0.7.tar.gz) = 3660
|
3
textproc/py-toronado/pkg-descr
Normal file
3
textproc/py-toronado/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Fast lxml-based CSS stylesheet inliner.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/toronado
|
Loading…
Reference in New Issue
Block a user