Wed Apr 23 10:32:55 2014 UTC ()
Changes 7.19.3.1:
This release restores PycURL窶冱 ability to automatically detect SSL library in use in most circumstances.


(adam)
diff -r1.47 -r1.48 pkgsrc/www/py-curl/Makefile
diff -r1.11 -r1.12 pkgsrc/www/py-curl/PLIST
diff -r1.18 -r1.19 pkgsrc/www/py-curl/distinfo
diff -r1.9 -r1.10 pkgsrc/www/py-curl/patches/patch-aa

cvs diff -r1.47 -r1.48 pkgsrc/www/py-curl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-curl/Makefile 2014/02/12 23:18:46 1.47
+++ pkgsrc/www/py-curl/Makefile 2014/04/23 10:32:55 1.48
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.47 2014/02/12 23:18:46 tron Exp $ 1# $NetBSD: Makefile,v 1.48 2014/04/23 10:32:55 adam Exp $
2 2
3DISTNAME= pycurl-7.19.3 3DISTNAME= pycurl-7.19.3.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5PKGREVISION= 1 
6CATEGORIES= www python 5CATEGORIES= www python
7MASTER_SITES= http://pycurl.sourceforge.net/download/ 6MASTER_SITES= http://pycurl.sourceforge.net/download/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://pycurl.sourceforge.net/ 9HOMEPAGE= http://pycurl.sourceforge.net/
11COMMENT= Python module interface to the cURL library 10COMMENT= Python module interface to the cURL library
12LICENSE= gnu-lgpl-v2.1 OR mit 11LICENSE= gnu-lgpl-v2.1 OR mit
13 12
14PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} 13PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
15 14
16BUILDLINK_API_DEPENDS.curl+= curl>=7.19.0 15BUILDLINK_API_DEPENDS.curl+= curl>=7.19.0
17 16
18PYSETUPARGS= --with-ssl 17PYSETUPARGS= --with-ssl

cvs diff -r1.11 -r1.12 pkgsrc/www/py-curl/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-curl/PLIST 2014/01/19 09:31:33 1.11
+++ pkgsrc/www/py-curl/PLIST 2014/04/23 10:32:55 1.12
@@ -1,68 +1,75 @@ @@ -1,68 +1,75 @@
1@comment $NetBSD: PLIST,v 1.11 2014/01/19 09:31:33 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.12 2014/04/23 10:32:55 adam Exp $
2${PYSITELIB}/curl/__init__.py 2${PYSITELIB}/curl/__init__.py
3${PYSITELIB}/curl/__init__.pyc 3${PYSITELIB}/curl/__init__.pyc
4${PYSITELIB}/curl/__init__.pyo 4${PYSITELIB}/curl/__init__.pyo
5${PYSITELIB}/${EGG_FILE} 5${PYSITELIB}/${EGG_FILE}
6${PYSITELIB}/pycurl.so 6${PYSITELIB}/pycurl.so
 7share/doc/pycurl${PYVERSSUFFIX}/AUTHORS
7share/doc/pycurl${PYVERSSUFFIX}/COPYING-LGPL 8share/doc/pycurl${PYVERSSUFFIX}/COPYING-LGPL
8share/doc/pycurl${PYVERSSUFFIX}/COPYING-MIT 9share/doc/pycurl${PYVERSSUFFIX}/COPYING-MIT
9share/doc/pycurl${PYVERSSUFFIX}/ChangeLog 10share/doc/pycurl${PYVERSSUFFIX}/ChangeLog
10share/doc/pycurl${PYVERSSUFFIX}/INSTALL 11share/doc/pycurl${PYVERSSUFFIX}/INSTALL.rst
11share/doc/pycurl${PYVERSSUFFIX}/README.rst 12share/doc/pycurl${PYVERSSUFFIX}/README.rst
12share/doc/pycurl${PYVERSSUFFIX}/examples/basicfirst.py 13share/doc/pycurl${PYVERSSUFFIX}/examples/basicfirst.py
13share/doc/pycurl${PYVERSSUFFIX}/examples/file_upload.py 14share/doc/pycurl${PYVERSSUFFIX}/examples/file_upload.py
14share/doc/pycurl${PYVERSSUFFIX}/examples/linksys.py 15share/doc/pycurl${PYVERSSUFFIX}/examples/linksys.py
15share/doc/pycurl${PYVERSSUFFIX}/examples/retriever-multi.py 16share/doc/pycurl${PYVERSSUFFIX}/examples/retriever-multi.py
16share/doc/pycurl${PYVERSSUFFIX}/examples/retriever.py 17share/doc/pycurl${PYVERSSUFFIX}/examples/retriever.py
17share/doc/pycurl${PYVERSSUFFIX}/examples/sfquery.py 18share/doc/pycurl${PYVERSSUFFIX}/examples/sfquery.py
18share/doc/pycurl${PYVERSSUFFIX}/examples/xmlrpc_curl.py 19share/doc/pycurl${PYVERSSUFFIX}/examples/xmlrpc_curl.py
19share/doc/pycurl${PYVERSSUFFIX}/html/callbacks.html 20share/doc/pycurl${PYVERSSUFFIX}/rst/callbacks.rst
20share/doc/pycurl${PYVERSSUFFIX}/html/curlmultiobject.html 21share/doc/pycurl${PYVERSSUFFIX}/rst/curlmultiobject.rst
21share/doc/pycurl${PYVERSSUFFIX}/html/curlobject.html 22share/doc/pycurl${PYVERSSUFFIX}/rst/curlobject.rst
22share/doc/pycurl${PYVERSSUFFIX}/html/curlshareobject.html 23share/doc/pycurl${PYVERSSUFFIX}/rst/curlshareobject.rst
23share/doc/pycurl${PYVERSSUFFIX}/html/pycurl.html 24share/doc/pycurl${PYVERSSUFFIX}/rst/files.rst
 25share/doc/pycurl${PYVERSSUFFIX}/rst/internals.rst
 26share/doc/pycurl${PYVERSSUFFIX}/rst/pycurl.rst
 27share/doc/pycurl${PYVERSSUFFIX}/rst/release-process.rst
 28share/doc/pycurl${PYVERSSUFFIX}/rst/unicode.rst
24share/doc/pycurl${PYVERSSUFFIX}/tests/__init__.py 29share/doc/pycurl${PYVERSSUFFIX}/tests/__init__.py
25share/doc/pycurl${PYVERSSUFFIX}/tests/app.py 30share/doc/pycurl${PYVERSSUFFIX}/tests/app.py
26share/doc/pycurl${PYVERSSUFFIX}/tests/appmanager.py 31share/doc/pycurl${PYVERSSUFFIX}/tests/appmanager.py
27share/doc/pycurl${PYVERSSUFFIX}/tests/certinfo_test.py 32share/doc/pycurl${PYVERSSUFFIX}/tests/certinfo_test.py
28share/doc/pycurl${PYVERSSUFFIX}/tests/debug_test.py 33share/doc/pycurl${PYVERSSUFFIX}/tests/debug_test.py
29share/doc/pycurl${PYVERSSUFFIX}/tests/default_write_function_test.py 34share/doc/pycurl${PYVERSSUFFIX}/tests/default_write_function_test.py
30share/doc/pycurl${PYVERSSUFFIX}/tests/easy_test.py 35share/doc/pycurl${PYVERSSUFFIX}/tests/easy_test.py
31share/doc/pycurl${PYVERSSUFFIX}/tests/error_test.py 36share/doc/pycurl${PYVERSSUFFIX}/tests/error_test.py
32share/doc/pycurl${PYVERSSUFFIX}/tests/ftp_test.py 37share/doc/pycurl${PYVERSSUFFIX}/tests/ftp_test.py
33share/doc/pycurl${PYVERSSUFFIX}/tests/functools_backport.py 38share/doc/pycurl${PYVERSSUFFIX}/tests/functools_backport.py
34share/doc/pycurl${PYVERSSUFFIX}/tests/getinfo_test.py 39share/doc/pycurl${PYVERSSUFFIX}/tests/getinfo_test.py
35share/doc/pycurl${PYVERSSUFFIX}/tests/global_init_test.py 40share/doc/pycurl${PYVERSSUFFIX}/tests/global_init_test.py
36share/doc/pycurl${PYVERSSUFFIX}/tests/header_function_test.py 41share/doc/pycurl${PYVERSSUFFIX}/tests/header_function_test.py
37share/doc/pycurl${PYVERSSUFFIX}/tests/header_test.py 42share/doc/pycurl${PYVERSSUFFIX}/tests/header_test.py
38share/doc/pycurl${PYVERSSUFFIX}/tests/internals_test.py 43share/doc/pycurl${PYVERSSUFFIX}/tests/internals_test.py
39share/doc/pycurl${PYVERSSUFFIX}/tests/matrix.py 44share/doc/pycurl${PYVERSSUFFIX}/tests/matrix.py
40share/doc/pycurl${PYVERSSUFFIX}/tests/memory_mgmt_test.py 45share/doc/pycurl${PYVERSSUFFIX}/tests/memory_mgmt_test.py
 46share/doc/pycurl${PYVERSSUFFIX}/tests/multi_option_constants_test.py
41share/doc/pycurl${PYVERSSUFFIX}/tests/multi_socket_select_test.py 47share/doc/pycurl${PYVERSSUFFIX}/tests/multi_socket_select_test.py
42share/doc/pycurl${PYVERSSUFFIX}/tests/multi_socket_test.py 48share/doc/pycurl${PYVERSSUFFIX}/tests/multi_socket_test.py
43share/doc/pycurl${PYVERSSUFFIX}/tests/multi_test.py 49share/doc/pycurl${PYVERSSUFFIX}/tests/multi_test.py
44share/doc/pycurl${PYVERSSUFFIX}/tests/multi_timer_test.py 50share/doc/pycurl${PYVERSSUFFIX}/tests/multi_timer_test.py
45share/doc/pycurl${PYVERSSUFFIX}/tests/option_constants_test.py 51share/doc/pycurl${PYVERSSUFFIX}/tests/option_constants_test.py
46share/doc/pycurl${PYVERSSUFFIX}/tests/pause_test.py 52share/doc/pycurl${PYVERSSUFFIX}/tests/pause_test.py
47share/doc/pycurl${PYVERSSUFFIX}/tests/post_test.py 53share/doc/pycurl${PYVERSSUFFIX}/tests/post_test.py
48share/doc/pycurl${PYVERSSUFFIX}/tests/procmgr.py 54share/doc/pycurl${PYVERSSUFFIX}/tests/procmgr.py
49share/doc/pycurl${PYVERSSUFFIX}/tests/pycurl_object_test.py 55share/doc/pycurl${PYVERSSUFFIX}/tests/pycurl_object_test.py
50share/doc/pycurl${PYVERSSUFFIX}/tests/read_callback_test.py 56share/doc/pycurl${PYVERSSUFFIX}/tests/read_callback_test.py
51share/doc/pycurl${PYVERSSUFFIX}/tests/relative_url_test.py 57share/doc/pycurl${PYVERSSUFFIX}/tests/relative_url_test.py
52share/doc/pycurl${PYVERSSUFFIX}/tests/reset_test.py 58share/doc/pycurl${PYVERSSUFFIX}/tests/reset_test.py
53share/doc/pycurl${PYVERSSUFFIX}/tests/resolve_test.py 59share/doc/pycurl${PYVERSSUFFIX}/tests/resolve_test.py
54share/doc/pycurl${PYVERSSUFFIX}/tests/runwsgi.py 60share/doc/pycurl${PYVERSSUFFIX}/tests/runwsgi.py
55share/doc/pycurl${PYVERSSUFFIX}/tests/seek_function_test.py 61share/doc/pycurl${PYVERSSUFFIX}/tests/seek_function_test.py
56share/doc/pycurl${PYVERSSUFFIX}/tests/setopt_lifecycle_test.py 62share/doc/pycurl${PYVERSSUFFIX}/tests/setopt_lifecycle_test.py
57share/doc/pycurl${PYVERSSUFFIX}/tests/setopt_unicode_test.py 63share/doc/pycurl${PYVERSSUFFIX}/tests/setopt_unicode_test.py
 64share/doc/pycurl${PYVERSSUFFIX}/tests/setup_test.py
58share/doc/pycurl${PYVERSSUFFIX}/tests/share_test.py 65share/doc/pycurl${PYVERSSUFFIX}/tests/share_test.py
59share/doc/pycurl${PYVERSSUFFIX}/tests/socket_open_test.py 66share/doc/pycurl${PYVERSSUFFIX}/tests/socket_open_test.py
60share/doc/pycurl${PYVERSSUFFIX}/tests/unset_range_test.py 67share/doc/pycurl${PYVERSSUFFIX}/tests/unset_range_test.py
61share/doc/pycurl${PYVERSSUFFIX}/tests/user_agent_string_test.py 68share/doc/pycurl${PYVERSSUFFIX}/tests/user_agent_string_test.py
62share/doc/pycurl${PYVERSSUFFIX}/tests/util.py 69share/doc/pycurl${PYVERSSUFFIX}/tests/util.py
63share/doc/pycurl${PYVERSSUFFIX}/tests/version_comparison_test.py 70share/doc/pycurl${PYVERSSUFFIX}/tests/version_comparison_test.py
64share/doc/pycurl${PYVERSSUFFIX}/tests/version_test.py 71share/doc/pycurl${PYVERSSUFFIX}/tests/version_test.py
65share/doc/pycurl${PYVERSSUFFIX}/tests/write_abort_test.py 72share/doc/pycurl${PYVERSSUFFIX}/tests/write_abort_test.py
66share/doc/pycurl${PYVERSSUFFIX}/tests/write_cb_bogus_test.py 73share/doc/pycurl${PYVERSSUFFIX}/tests/write_cb_bogus_test.py
67share/doc/pycurl${PYVERSSUFFIX}/tests/write_to_file_test.py 74share/doc/pycurl${PYVERSSUFFIX}/tests/write_to_file_test.py
68share/doc/pycurl${PYVERSSUFFIX}/tests/write_to_stringio_test.py 75share/doc/pycurl${PYVERSSUFFIX}/tests/write_to_stringio_test.py

cvs diff -r1.18 -r1.19 pkgsrc/www/py-curl/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-curl/distinfo 2014/01/19 09:31:33 1.18
+++ pkgsrc/www/py-curl/distinfo 2014/04/23 10:32:55 1.19
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.18 2014/01/19 09:31:33 wiz Exp $ 1$NetBSD: distinfo,v 1.19 2014/04/23 10:32:55 adam Exp $
2 2
3SHA1 (pycurl-7.19.3.tar.gz) = 5d8b7a7f869362421061d72f6d234bf805ebebb5 3SHA1 (pycurl-7.19.3.1.tar.gz) = fd82722e2abc108b7bd469ab6a743cebe8cd8f78
4RMD160 (pycurl-7.19.3.tar.gz) = cecbd26d6097a74a601eb8a334d0502f22aadf5c 4RMD160 (pycurl-7.19.3.1.tar.gz) = 091e66521b942dbf25afac952776cdecc3649142
5Size (pycurl-7.19.3.tar.gz) = 113771 bytes 5Size (pycurl-7.19.3.1.tar.gz) = 116687 bytes
6SHA1 (patch-aa) = 498e377238bdb42ff1f61added622edf3522f691 6SHA1 (patch-aa) = 0c237e7b8e01ff9398c26765976f0c36e19cc5d2

cvs diff -r1.9 -r1.10 pkgsrc/www/py-curl/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/www/py-curl/patches/Attic/patch-aa 2014/01/19 09:31:33 1.9
+++ pkgsrc/www/py-curl/patches/Attic/patch-aa 2014/04/23 10:32:55 1.10
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-aa,v 1.9 2014/01/19 09:31:33 wiz Exp $ 1$NetBSD: patch-aa,v 1.10 2014/04/23 10:32:55 adam Exp $
2 2
3* add multi python variant support 3* add multi python variant support
4 4
5--- setup.py.orig 2014-01-10 06:04:40.000000000 +0000 5--- setup.py.orig 2014-02-06 09:55:59.000000000 +0000
6+++ setup.py 6+++ setup.py
7@@ -336,9 +336,9 @@ def get_data_files(): 7@@ -392,9 +392,9 @@ def get_data_files():
8 # a list of tuples with (path to install to, a list of local files) 8 # a list of tuples with (path to install to, a list of local files)
9 data_files = [] 9 data_files = []
10 if sys.platform == "win32": 10 if sys.platform == "win32":
11- datadir = os.path.join("doc", PACKAGE) 11- datadir = os.path.join("doc", PACKAGE)
12+ datadir = os.path.join("doc", PACKAGE + sys.version[0:3]) 12+ datadir = os.path.join("doc", PACKAGE + sys.version[0:3])
13 else: 13 else:
14- datadir = os.path.join("share", "doc", PACKAGE) 14- datadir = os.path.join("share", "doc", PACKAGE)
15+ datadir = os.path.join("share", "doc", PACKAGE + sys.version[0:3]) 15+ datadir = os.path.join("share", "doc", PACKAGE + sys.version[0:3])
16 # 16 #
17 files = ["ChangeLog", "COPYING-LGPL", "COPYING-MIT", "INSTALL", "README.rst"] 17 files = ["AUTHORS", "ChangeLog", "COPYING-LGPL", "COPYING-MIT",
18 if files: 18 "INSTALL.rst", "README.rst"]