Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2023 05:52:41 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5f548c5defbb - main - www/py-hdfs: Update 2.7.0 =?utf-8?Q?=E2=86=92?= 2.7.1
Message-ID:  <202308090552.3795qfkD072402@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f548c5defbbde85ccf3dc1a2f319de08a6debfb

commit 5f548c5defbbde85ccf3dc1a2f319de08a6debfb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-09 05:51:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-09 05:52:31 +0000

    www/py-hdfs: Update 2.7.0 → 2.7.1
    
    Reported by:    portscout
---
 www/py-hdfs/Makefile | 10 +++++++---
 www/py-hdfs/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/www/py-hdfs/Makefile b/www/py-hdfs/Makefile
index cd8b30a5267a..271cba36eaf0 100644
--- a/www/py-hdfs/Makefile
+++ b/www/py-hdfs/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	hdfs
-DISTVERSION=	2.7.0
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.7.1
 CATEGORIES=	www python
-MASTER_SITES=	PYPI
+#MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -16,7 +17,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist # tests require nose which is unmaintained and abandoned, see https://github.com/mtth/hdfs/issues/190
+USE_PYTHON=	distutils concurrent autoplist pytest
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	mtth
 
 NO_ARCH=	yes
 
diff --git a/www/py-hdfs/distinfo b/www/py-hdfs/distinfo
index 8797aea71909..e5a8016c2916 100644
--- a/www/py-hdfs/distinfo
+++ b/www/py-hdfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665349475
-SHA256 (hdfs-2.7.0.tar.gz) = ecd4650c39bb4f9421641320f4931edd81cf7126ae4e5ec880215adf6435df3d
-SIZE (hdfs-2.7.0.tar.gz) = 43407
+TIMESTAMP = 1691560120
+SHA256 (mtth-hdfs-v2.7.1_GH0.tar.gz) = 89824d4f9ed650ee5124f5c09776f70673f37fe35d232a98edfc38d4162403bb
+SIZE (mtth-hdfs-v2.7.1_GH0.tar.gz) = 57765



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308090552.3795qfkD072402>