1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

www/py-hdfs: New port: HdfsCLI: API and command line interface for HDFS

This commit is contained in:
Yuri Victorovich 2022-10-09 14:15:08 -07:00
parent ba4b1df9da
commit c95fb25b5c
4 changed files with 28 additions and 0 deletions

View File

@ -1647,6 +1647,7 @@
SUBDIR += py-gunicorn
SUBDIR += py-h2
SUBDIR += py-habanero
SUBDIR += py-hdfs
SUBDIR += py-horizon
SUBDIR += py-hpack
SUBDIR += py-hstspreload

23
www/py-hdfs/Makefile Normal file
View File

@ -0,0 +1,23 @@
PORTNAME= hdfs
DISTVERSION= 2.7.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= HdfsCLI: API and command line interface for HDFS
WWW= https://hdfscli.readthedocs.io/en/latest/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${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
NO_ARCH= yes
.include <bsd.port.mk>

3
www/py-hdfs/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1665349475
SHA256 (hdfs-2.7.0.tar.gz) = ecd4650c39bb4f9421641320f4931edd81cf7126ae4e5ec880215adf6435df3d
SIZE (hdfs-2.7.0.tar.gz) = 43407

1
www/py-hdfs/pkg-descr Normal file
View File

@ -0,0 +1 @@
API and command line interface for HDFS.