aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-05 21:32:29 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-09-05 21:32:29 +0000
commit80e5d5e0f33e683f255c1f1eb3bc4d8bf1738184 (patch)
tree87c2cc0d4a13674342a3e495e6163402786044a7 /ftp
parent526c44fd37c27de741a2c14b00bd85d368eae9c9 (diff)
downloadports-80e5d5e0f33e683f255c1f1eb3bc4d8bf1738184.tar.gz
ports-80e5d5e0f33e683f255c1f1eb3bc4d8bf1738184.zip
Update to 7.43.0.6
Notes
Notes: svn path=/head/; revision=547718
Diffstat (limited to 'ftp')
-rw-r--r--ftp/py-pycurl/Makefile6
-rw-r--r--ftp/py-pycurl/distinfo6
-rw-r--r--ftp/py-pycurl/files/patch-setup.py12
-rw-r--r--ftp/py-pycurl/pkg-descr2
4 files changed, 17 insertions, 9 deletions
diff --git a/ftp/py-pycurl/Makefile b/ftp/py-pycurl/Makefile
index 20125c3879df..81e7063e7cd6 100644
--- a/ftp/py-pycurl/Makefile
+++ b/ftp/py-pycurl/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pycurl
-PORTVERSION= 7.43.0.5
+PORTVERSION= 7.43.0.6
CATEGORIES= ftp python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,13 +17,13 @@ LICENSE_FILE_MIT= ${WRKSRC}/COPYING-MIT
LIB_DEPENDS= libcurl.so:ftp/curl
-OPTIONS_DEFINE= DOCS
-
USES= python ssl
USE_PYTHON= autoplist concurrent distutils
PORTDOCS= AUTHORS INSTALL.rst README.rst RELEASE-NOTES.rst
+OPTIONS_DEFINE= DOCS
+
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.so
diff --git a/ftp/py-pycurl/distinfo b/ftp/py-pycurl/distinfo
index 71a5a6d95683..aa4d2b3f95f3 100644
--- a/ftp/py-pycurl/distinfo
+++ b/ftp/py-pycurl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580562307
-SHA256 (pycurl-7.43.0.5.tar.gz) = ec7dd291545842295b7b56c12c90ffad2976cc7070c98d7b1517b7b6cd5994b3
-SIZE (pycurl-7.43.0.5.tar.gz) = 216877
+TIMESTAMP = 1599302761
+SHA256 (pycurl-7.43.0.6.tar.gz) = 8301518689daefa53726b59ded6b48f33751c383cf987b0ccfbbc4ed40281325
+SIZE (pycurl-7.43.0.6.tar.gz) = 222895
diff --git a/ftp/py-pycurl/files/patch-setup.py b/ftp/py-pycurl/files/patch-setup.py
index c7b99461276c..2a30e226add4 100644
--- a/ftp/py-pycurl/files/patch-setup.py
+++ b/ftp/py-pycurl/files/patch-setup.py
@@ -1,6 +1,14 @@
---- setup.py.orig 2016-02-04 04:39:06 UTC
+--- setup.py.orig 2020-09-02 05:16:18 UTC
+++ setup.py
-@@ -815,7 +815,6 @@ if __name__ == "__main__":
+@@ -923,7 +923,6 @@ in COPYING-LGPL_ and COPYING-MIT_ files in the source
+ ],
+ packages=[PY_PACKAGE],
+ package_dir={ PY_PACKAGE: os.path.join('python', 'curl') },
+- python_requires='>=3.5',
+ )
+
+ if sys.platform == "win32":
+@@ -980,7 +979,6 @@ if __name__ == "__main__":
elif len(sys.argv) > 1 and sys.argv[1] == 'docstrings-sources':
gen_docstrings_sources()
else:
diff --git a/ftp/py-pycurl/pkg-descr b/ftp/py-pycurl/pkg-descr
index 45c7dea9fdfb..45ec07ae657f 100644
--- a/ftp/py-pycurl/pkg-descr
+++ b/ftp/py-pycurl/pkg-descr
@@ -12,5 +12,5 @@ PycURL exposes most of the functionality of libcurl, including:
- Sockets used for network operations, permitting integration of PycURL into the
applications' I/O loop (e.g., using Tornado).
-WWW: https://pypi.org/project/pycurl/
WWW: http://pycurl.io/
+WWW: https://github.com/pycurl/pycurl