1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to version 0.4.

This commit is contained in:
Dmitry Sivachenko 2016-09-24 08:37:53 +00:00
parent dfd9f50b0f
commit 4a9951ac4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422703
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tinycss
PORTVERSION= 0.3
PORTVERSION= 0.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -2,6 +2,7 @@ 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