diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-11-26 14:14:20 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-11-26 14:14:20 +0000 |
commit | f2561066497d2c59623a763ec740bab17df99f4b (patch) | |
tree | 63ea66e70afa04ad39ca641340590972c14f7351 /textproc/py-tinycss | |
parent | 0c789712bb3fbf560fcbfbba14d8f321b98e1a31 (diff) | |
download | ports-f2561066497d2c59623a763ec740bab17df99f4b.tar.gz ports-f2561066497d2c59623a763ec740bab17df99f4b.zip |
Notes
Diffstat (limited to 'textproc/py-tinycss')
-rw-r--r-- | textproc/py-tinycss/Makefile | 17 | ||||
-rw-r--r-- | textproc/py-tinycss/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-tinycss/pkg-descr | 10 |
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/py-tinycss/Makefile b/textproc/py-tinycss/Makefile new file mode 100644 index 000000000000..bb93b30a2552 --- /dev/null +++ b/textproc/py-tinycss/Makefile @@ -0,0 +1,17 @@ +# Created by: Dmitry Sivachenko <demon@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@FreeBSD.org +COMMENT= A complete yet simple CSS parser for Python + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/textproc/py-tinycss/distinfo b/textproc/py-tinycss/distinfo new file mode 100644 index 000000000000..13a5fa6920ab --- /dev/null +++ b/textproc/py-tinycss/distinfo @@ -0,0 +1,2 @@ +SHA256 (tinycss-0.3.tar.gz) = a4adabd1c417080372c789220f7f9985995e74f2fb612848306872a232862cde +SIZE (tinycss-0.3.tar.gz) = 72860 diff --git a/textproc/py-tinycss/pkg-descr b/textproc/py-tinycss/pkg-descr new file mode 100644 index 000000000000..21ace2b90357 --- /dev/null +++ b/textproc/py-tinycss/pkg-descr @@ -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 |