diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-10 15:16:25 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-10 15:16:25 +0800 |
commit | d509f9bd8767f5cc8e7c9f1e208ad73b8da7f588 (patch) | |
tree | ef2a20806d2f9e403e5324dd06adb8d72c887d7e /net | |
parent | 72277e18868bc098e9c24b242b16ccce26041367 (diff) | |
download | freebsd-ports-gnome-d509f9bd8767f5cc8e7c9f1e208ad73b8da7f588.tar.gz freebsd-ports-gnome-d509f9bd8767f5cc8e7c9f1e208ad73b8da7f588.tar.zst freebsd-ports-gnome-d509f9bd8767f5cc8e7c9f1e208ad73b8da7f588.zip |
net/py-kafka-python: Update to 1.4.1
Changelogs:
https://github.com/dpkp/kafka-python/releases/tag/1.4.1 (and similar URLs)
Additional port changes:
* MASTER_SITES changed to the upstream github URL due to
failure to download from CHEESESHOP.
* Reordered the USES section.
* Removed USES=shebangfix since it makes no difference.
* Updated WWW with new github account.
PR: 223989
Submitted by: Sergey Akhmatov <sergey@akhmatov.ru>
Approved by: christer.edwards@gmail.com (maintainer), tcberner (mentor, implicit)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-kafka-python/Makefile | 8 | ||||
-rw-r--r-- | net/py-kafka-python/distinfo | 6 | ||||
-rw-r--r-- | net/py-kafka-python/pkg-descr | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/py-kafka-python/Makefile b/net/py-kafka-python/Makefile index 40a4083200ab..93e90674ce31 100644 --- a/net/py-kafka-python/Makefile +++ b/net/py-kafka-python/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= kafka-python -PORTVERSION= 1.3.4 +PORTVERSION= 1.4.1 CATEGORIES= net python -MASTER_SITES= CHEESESHOP +MASTER_SITES= https://github.com/dpkp/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= christer.edwards@gmail.com @@ -13,8 +13,8 @@ COMMENT= Pure Python client for Apache Kafka LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils -USES= python shebangfix +NO_ARCH= yes .include <bsd.port.mk> diff --git a/net/py-kafka-python/distinfo b/net/py-kafka-python/distinfo index a469eccb2341..a32df66d7727 100644 --- a/net/py-kafka-python/distinfo +++ b/net/py-kafka-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504353848 -SHA256 (kafka-python-1.3.4.tar.gz) = a84d9635e3a4d5054c342ad6e5b338f9438fbcac810b677a2f6da68a51fb66a8 -SIZE (kafka-python-1.3.4.tar.gz) = 225865 +TIMESTAMP = 1518245399 +SHA256 (kafka-python-1.4.1.tar.gz) = 5cf7a5f098ed45f6ac57e563ae93b8a06108b9d20fe537c18cc0d85af86aa479 +SIZE (kafka-python-1.4.1.tar.gz) = 302061 diff --git a/net/py-kafka-python/pkg-descr b/net/py-kafka-python/pkg-descr index 2f9da4a8b773..7061f1260b2b 100644 --- a/net/py-kafka-python/pkg-descr +++ b/net/py-kafka-python/pkg-descr @@ -3,4 +3,4 @@ high-level consumer and producer classes. Request batching is supported by the protocol as well as broker-aware request routing. Gzip and Snappy compression is also supported for message sets. -WWW: https://github.com/mumrah/kafka-python +WWW: https://github.com/dpkp/kafka-python |