From e6868b28f96a24b6377bb0904cadecb5f1b00f75 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 May 2005 13:30:09 +0000 Subject: Changes 7.13.2: * Unbreak tests/test_gtk.py and require pygtk >= 2.0. * Cleaned up several of the examples. * WARNING: multi.select() now requires the previously optional timeout parameter. Updated the tests and examples to reflect this change. If the timeout is not set, select could block infinitely and cause problems for the internal timeout handling in the multi stack. --- www/py-curl/Makefile | 5 ++--- www/py-curl/PLIST | 3 ++- www/py-curl/distinfo | 10 +++++----- www/py-curl/patches/patch-aa | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'www') diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index 5786c13b149..689d5de367a 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2005/04/11 21:48:01 tv Exp $ +# $NetBSD: Makefile,v 1.24 2005/05/17 13:30:09 adam Exp $ -DISTNAME= pycurl-7.12.2 +DISTNAME= pycurl-7.13.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://pycurl.sourceforge.net/download/ diff --git a/www/py-curl/PLIST b/www/py-curl/PLIST index 7fc69ad00a5..ed281a4fcfa 100644 --- a/www/py-curl/PLIST +++ b/www/py-curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/08/21 11:31:41 recht Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/05/17 13:30:09 adam Exp $ ${PYSITELIB}/curl/__init__.py ${PYSITELIB}/curl/__init__.pyc ${PYSITELIB}/curl/__init__.pyo @@ -9,6 +9,7 @@ share/doc/pycurl${PYVERSSUFFIX}/INSTALL share/doc/pycurl${PYVERSSUFFIX}/README share/doc/pycurl${PYVERSSUFFIX}/TODO share/doc/pycurl${PYVERSSUFFIX}/examples/basicfirst.py +share/doc/pycurl${PYVERSSUFFIX}/examples/file_upload.py share/doc/pycurl${PYVERSSUFFIX}/examples/linksys.py share/doc/pycurl${PYVERSSUFFIX}/examples/retriever-multi.py share/doc/pycurl${PYVERSSUFFIX}/examples/retriever.py diff --git a/www/py-curl/distinfo b/www/py-curl/distinfo index 7b657937a8a..669a4bf2c1a 100644 --- a/www/py-curl/distinfo +++ b/www/py-curl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2005/02/24 14:08:38 wiz Exp $ +$NetBSD: distinfo,v 1.12 2005/05/17 13:30:09 adam Exp $ -SHA1 (pycurl-7.12.2.tar.gz) = ffc09c512e404e9ec0d56fbbea2e8fea62841e00 -RMD160 (pycurl-7.12.2.tar.gz) = 37fffeb6380ab4a56eb1b9058727824a28ad9b00 -Size (pycurl-7.12.2.tar.gz) = 58694 bytes -SHA1 (patch-aa) = e13a29b627f46ab82d3d96b1021756d41998b781 +SHA1 (pycurl-7.13.2.tar.gz) = 72e004b304260a80d8eaaabeb807628bd27cf407 +RMD160 (pycurl-7.13.2.tar.gz) = 30459fe653aab4ff8b1629c2e2fb15f1cd83f1ea +Size (pycurl-7.13.2.tar.gz) = 61891 bytes +SHA1 (patch-aa) = d376cb4d435441316f434d3d5f00a40a5f45837d diff --git a/www/py-curl/patches/patch-aa b/www/py-curl/patches/patch-aa index 70937c4ac94..b53731e06bf 100644 --- a/www/py-curl/patches/patch-aa +++ b/www/py-curl/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2004/02/15 18:44:01 recht Exp $ +$NetBSD: patch-aa,v 1.5 2005/05/17 13:30:09 adam Exp $ ---- setup.py.orig 2004-02-14 14:05:45.000000000 +0100 -+++ setup.py 2004-02-15 19:36:23.000000000 +0100 -@@ -140,9 +140,9 @@ +--- setup.py.orig 2005-04-06 12:48:22.000000000 +0000 ++++ setup.py +@@ -136,9 +136,9 @@ def get_data_files(): # a list of tuples with (path to install to, a list of local files) data_files = [] if sys.platform == "win32": -- cgit v1.2.3