diff options
author | recht <recht> | 2003-09-14 18:03:53 +0000 |
---|---|---|
committer | recht <recht> | 2003-09-14 18:03:53 +0000 |
commit | 2ccf905937b9b70be6e21adb7a790dd421146fb5 (patch) | |
tree | 2382db02a5e9ac155f8eceaa72404ac2123fffb6 /www/py-curl/Makefile | |
parent | ccd1bd0cdb7514cc933577619dcc2647b18528b0 (diff) | |
download | pkgsrc-2ccf905937b9b70be6e21adb7a790dd421146fb5.tar.gz |
update to 7.10.6
added python23-pth support
Many changes and fixes.
See ChangeLog for a complete list.
Important:
* WARNING: Removed the deprecated pycurl.init() and pycurl.multi_init()
names - use pycurl.Curl() and pycurl.CurlMulti() instead.
* WARNING: Removed the deprecated Curl.cleanup() and CurlMulti.cleanup()
methods - use Curl.close() and CurlMulti.close() instead.
Diffstat (limited to 'www/py-curl/Makefile')
-rw-r--r-- | www/py-curl/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index 5f618aac724..4cee978ead0 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/07/22 04:14:35 martti Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/14 18:03:53 recht Exp $ -DISTNAME= pycurl-7.10.1 -PKGREVISION= 1 -PKGNAME= ${PYPKGPREFIX}-curl-7.10.1 +DISTNAME= pycurl-7.10.6 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= www MASTER_SITES= http://pycurl.sourceforge.net/download/ @@ -12,7 +11,7 @@ COMMENT= Python module interface to the cURL library PYDISTUTILSPKG= # defined PYBINMODULE= # defined -PYTHON_VERSIONS_ACCEPTED= 21pth 22pth +PYTHON_VERSIONS_ACCEPTED= 21pth 22pth 23pth USE_BUILDLINK2= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} |