Skip to content

Commit

Permalink
www/py-hdfs: Update 2.7.0 → 2.7.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Aug 9, 2023
1 parent fe9be40 commit 5f548c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions www/py-hdfs/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions www/py-hdfs/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5f548c5

Please sign in to comment.