svn commit: r373451 - in head/textproc: . py-tinycss
Dmitry Sivachenko
demon at FreeBSD.org
Wed Nov 26 14:14:22 UTC 2014
Author: demon
Date: Wed Nov 26 14:14:20 2014
New Revision: 373451
URL: https://svnweb.freebsd.org/changeset/ports/373451
QAT: https://qat.redports.org/buildarchive/r373451/
Log:
New port: tinycss is a complete yet simple CSS parser for Python.
Added:
head/textproc/py-tinycss/
head/textproc/py-tinycss/Makefile (contents, props changed)
head/textproc/py-tinycss/distinfo (contents, props changed)
head/textproc/py-tinycss/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Wed Nov 26 13:30:30 2014 (r373450)
+++ head/textproc/Makefile Wed Nov 26 14:14:20 2014 (r373451)
@@ -1218,6 +1218,7 @@
SUBDIR += py-stripogram
SUBDIR += py-syck
SUBDIR += py-texttable
+ SUBDIR += py-tinycss
SUBDIR += py-trans
SUBDIR += py-transifex-client
SUBDIR += py-translationstring
Added: head/textproc/py-tinycss/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-tinycss/Makefile Wed Nov 26 14:14:20 2014 (r373451)
@@ -0,0 +1,17 @@
+# Created by: Dmitry Sivachenko <demon at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= tinycss
+PORTVERSION= 0.3
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+MASTER_SITE_SUBDIR=source/t/${PORTNAME}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= demon at FreeBSD.org
+COMMENT= A complete yet simple CSS parser for Python
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Added: head/textproc/py-tinycss/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-tinycss/distinfo Wed Nov 26 14:14:20 2014 (r373451)
@@ -0,0 +1,2 @@
+SHA256 (tinycss-0.3.tar.gz) = a4adabd1c417080372c789220f7f9985995e74f2fb612848306872a232862cde
+SIZE (tinycss-0.3.tar.gz) = 72860
Added: head/textproc/py-tinycss/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-tinycss/pkg-descr Wed Nov 26 14:14:20 2014 (r373451)
@@ -0,0 +1,10 @@
+tinycss is a complete yet simple CSS parser for Python. It supports the
+full syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
+
+-- CSS Color 3
+-- CSS Paged Media 3
+
+It is designed to be easy to extend for new CSS modules and syntax, and
+integrates well with cssselect for Selectors 3 support.
+
+WWW: https://pypi.python.org/pypi/tinycss
More information about the svn-ports-all
mailing list