diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-10 07:16:25 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-10 07:16:25 +0000 |
commit | ab1cd92f6ccadec62b41fcdaa7f07fd707b44ff0 (patch) | |
tree | ef2a20806d2f9e403e5324dd06adb8d72c887d7e /net/py-kafka-python/pkg-descr | |
parent | devel/py-gitless: Update to 0.8.6 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=461360
Diffstat (limited to 'net/py-kafka-python/pkg-descr')
-rw-r--r-- | net/py-kafka-python/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
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 |