pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
import wip/py-hdfs: 2.5.8
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Thu Oct 22 14:33:46 2020 +0100
Changeset: 87f7e98ba929319d27bbeeb97e21b9c2fbb20cca
Added Files:
py-hdfs/DESCR
py-hdfs/Makefile
py-hdfs/PLIST
py-hdfs/distinfo
Log Message:
import wip/py-hdfs: 2.5.8
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=87f7e98ba929319d27bbeeb97e21b9c2fbb20cca
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-hdfs/DESCR | 1 +
py-hdfs/Makefile | 26 ++++++++++++++++++++++++++
py-hdfs/PLIST | 39 +++++++++++++++++++++++++++++++++++++++
py-hdfs/distinfo | 6 ++++++
4 files changed, 72 insertions(+)
diffs:
diff --git a/py-hdfs/DESCR b/py-hdfs/DESCR
new file mode 100644
index 0000000000..fd01ffd339
--- /dev/null
+++ b/py-hdfs/DESCR
@@ -0,0 +1 @@
+HdfsCLI: API and command line interface for HDFS
diff --git a/py-hdfs/Makefile b/py-hdfs/Makefile
new file mode 100644
index 0000000000..27bc90cab8
--- /dev/null
+++ b/py-hdfs/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+VERS= 2.5.8
+DISTNAME= hdfs-${VERS}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/${DISTNAME:S/${VERS}//}/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://hdfscli.readthedocs.io/
+COMMENT= HdfsCLI: API and command line interface for HDFS
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-docopt>=0.6.2:../../devel/py-docopt
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.24.0:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-fastavro>=1.0.0:../../wip/py-fastavro
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
+
+USE_LANGUAGES= # none
+
+do-test:
+ ${RUN} cd ${WRKSRC}/test; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_main.py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hdfs/PLIST b/py-hdfs/PLIST
new file mode 100644
index 0000000000..35bd55d86a
--- /dev/null
+++ b/py-hdfs/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD$
+bin/hdfscli
+bin/hdfscli-avro
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/hdfs/__init__.py
+${PYSITELIB}/hdfs/__init__.pyc
+${PYSITELIB}/hdfs/__init__.pyo
+${PYSITELIB}/hdfs/__main__.py
+${PYSITELIB}/hdfs/__main__.pyc
+${PYSITELIB}/hdfs/__main__.pyo
+${PYSITELIB}/hdfs/client.py
+${PYSITELIB}/hdfs/client.pyc
+${PYSITELIB}/hdfs/client.pyo
+${PYSITELIB}/hdfs/config.py
+${PYSITELIB}/hdfs/config.pyc
+${PYSITELIB}/hdfs/config.pyo
+${PYSITELIB}/hdfs/ext/__init__.py
+${PYSITELIB}/hdfs/ext/__init__.pyc
+${PYSITELIB}/hdfs/ext/__init__.pyo
+${PYSITELIB}/hdfs/ext/avro/__init__.py
+${PYSITELIB}/hdfs/ext/avro/__init__.pyc
+${PYSITELIB}/hdfs/ext/avro/__init__.pyo
+${PYSITELIB}/hdfs/ext/avro/__main__.py
+${PYSITELIB}/hdfs/ext/avro/__main__.pyc
+${PYSITELIB}/hdfs/ext/avro/__main__.pyo
+${PYSITELIB}/hdfs/ext/dataframe.py
+${PYSITELIB}/hdfs/ext/dataframe.pyc
+${PYSITELIB}/hdfs/ext/dataframe.pyo
+${PYSITELIB}/hdfs/ext/kerberos.py
+${PYSITELIB}/hdfs/ext/kerberos.pyc
+${PYSITELIB}/hdfs/ext/kerberos.pyo
+${PYSITELIB}/hdfs/util.py
+${PYSITELIB}/hdfs/util.pyc
+${PYSITELIB}/hdfs/util.pyo
diff --git a/py-hdfs/distinfo b/py-hdfs/distinfo
new file mode 100644
index 0000000000..4d8754309e
--- /dev/null
+++ b/py-hdfs/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hdfs-2.5.8.tar.gz) = 8761f85a7ad14234f2f2e81086e6aeb28010c01b
+RMD160 (hdfs-2.5.8.tar.gz) = 21c5aff4d3b154c68c31462b170e34a30a5fd2c5
+SHA512 (hdfs-2.5.8.tar.gz) = db4bb1e90e5b4cb5e4f1ced6db4c6bb9174e27d582c567edbd324ec39304741ccca6ef43b63319656242ba53e9427a01e118b0343b10dab0fcc58f79fc8d2e70
+Size (hdfs-2.5.8.tar.gz) = 41903 bytes
Home |
Main Index |
Thread Index |
Old Index