Date: Sat, 10 Feb 2018 07:16:25 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461360 - head/net/py-kafka-python Message-ID: <201802100716.w1A7GP3Z087747@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Feb 10 07:16:25 2018 New Revision: 461360 URL: https://svnweb.freebsd.org/changeset/ports/461360 Log: 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) Modified: head/net/py-kafka-python/Makefile head/net/py-kafka-python/distinfo head/net/py-kafka-python/pkg-descr Modified: head/net/py-kafka-python/Makefile ============================================================================== --- head/net/py-kafka-python/Makefile Sat Feb 10 01:14:19 2018 (r461359) +++ head/net/py-kafka-python/Makefile Sat Feb 10 07:16:25 2018 (r461360) @@ -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> Modified: head/net/py-kafka-python/distinfo ============================================================================== --- head/net/py-kafka-python/distinfo Sat Feb 10 01:14:19 2018 (r461359) +++ head/net/py-kafka-python/distinfo Sat Feb 10 07:16:25 2018 (r461360) @@ -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 Modified: head/net/py-kafka-python/pkg-descr ============================================================================== --- head/net/py-kafka-python/pkg-descr Sat Feb 10 01:14:19 2018 (r461359) +++ head/net/py-kafka-python/pkg-descr Sat Feb 10 07:16:25 2018 (r461360) @@ -3,4 +3,4 @@ high-level consumer and producer classes. Request batc 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802100716.w1A7GP3Z087747>