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)
This commit is contained in:
Yuri Victorovich 2018-02-10 07:16:25 +00:00
parent 6ae2fff2e9
commit ab1cd92f6c
3 changed files with 8 additions and 8 deletions

View file

@ -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>

View file

@ -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

View file

@ -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