Index: head/textproc/py-tinycss/Makefile =================================================================== --- head/textproc/py-tinycss/Makefile (revision 422702) +++ head/textproc/py-tinycss/Makefile (revision 422703) @@ -1,16 +1,16 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= tinycss -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= demon@FreeBSD.org COMMENT= A complete yet simple CSS parser for Python USES= python USE_PYTHON= distutils autoplist .include Index: head/textproc/py-tinycss/distinfo =================================================================== --- head/textproc/py-tinycss/distinfo (revision 422702) +++ head/textproc/py-tinycss/distinfo (revision 422703) @@ -1,2 +1,3 @@ -SHA256 (tinycss-0.3.tar.gz) = a4adabd1c417080372c789220f7f9985995e74f2fb612848306872a232862cde -SIZE (tinycss-0.3.tar.gz) = 72860 +TIMESTAMP = 1474706004 +SHA256 (tinycss-0.4.tar.gz) = 12306fb50e5e9e7eaeef84b802ed877488ba80e35c672867f548c0924a76716e +SIZE (tinycss-0.4.tar.gz) = 87759 Index: head/textproc/py-tinycss/pkg-descr =================================================================== --- head/textproc/py-tinycss/pkg-descr (revision 422702) +++ head/textproc/py-tinycss/pkg-descr (revision 422703) @@ -1,10 +1,11 @@ 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 Fonts 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