diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2010-01-03 15:00:44 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2010-01-03 15:00:44 +0000 |
commit | cfb457cc9bca92f717342de5a4dbc15053177414 (patch) | |
tree | a6c40655e08f35e7e4420dcfa72214594ae484ec /www/py-pyquery | |
parent | c283c902d4624f8f96426fd537c40f4342dad963 (diff) |
Notes
Diffstat (limited to 'www/py-pyquery')
-rw-r--r-- | www/py-pyquery/Makefile | 4 | ||||
-rw-r--r-- | www/py-pyquery/distinfo | 6 | ||||
-rw-r--r-- | www/py-pyquery/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www/py-pyquery/Makefile b/www/py-pyquery/Makefile index 0cd21ae87d09..45e71ad3653c 100644 --- a/www/py-pyquery/Makefile +++ b/www/py-pyquery/Makefile @@ -6,8 +6,8 @@ # PORTNAME= pyquery -PORTVERSION= 0.3.1 -#PORTREVISION= 0 +PORTVERSION= 0.4 +PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ diff --git a/www/py-pyquery/distinfo b/www/py-pyquery/distinfo index bbb1ceba020e..6447eed50b37 100644 --- a/www/py-pyquery/distinfo +++ b/www/py-pyquery/distinfo @@ -1,3 +1,3 @@ -MD5 (pyquery-0.3.1.tar.gz) = 6fce9d759b44a9963eb39eda31aa10d7 -SHA256 (pyquery-0.3.1.tar.gz) = 08c2548f9155b71c681e8a2331d58c9a37a2db60444297d3c1b4dd75d2584482 -SIZE (pyquery-0.3.1.tar.gz) = 17470 +MD5 (pyquery-0.4.tar.gz) = f99b43d19141d4599e5ae376c3925663 +SHA256 (pyquery-0.4.tar.gz) = 88652c572da27dc53f9f3023bf924eec563293691e0851b63f7b858110a27b1d +SIZE (pyquery-0.4.tar.gz) = 15021 diff --git a/www/py-pyquery/pkg-descr b/www/py-pyquery/pkg-descr index 869e068f7818..028d99a7f0f2 100644 --- a/www/py-pyquery/pkg-descr +++ b/www/py-pyquery/pkg-descr @@ -2,4 +2,4 @@ pyquery allows you to make jquery queries on XML documents. The API is as much as possible the similar to jquery (http://jquery.com). pyquery uses lxml for fast XML and HTML manipulation. -WWW: http://www.bitbucket.org/olauzanne/pyquery/ +WWW: http://pyquery.org |