summaryrefslogtreecommitdiff
path: root/textproc/py-tinycss
AgeCommit message (Collapse)AuthorFilesLines
2017-09-16Reset maintainerwiz1-2/+2
2017-01-10Update py-tinycss to 0.4.kleink3-9/+16
Version 0.4 ----------- Released on 2016-09-23. * Add an __eq__ operator to Token object. * Support Fonts 3.
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-16Import py27-tinycss-0.3 as textproc/py-tinycss.rodent4-0/+84
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.