summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-02-08 08:26:33 +0000
committeradam <adam@pkgsrc.org>2021-02-08 08:26:33 +0000
commit2c58def586129d0b7862a80dd9a4eae764044d4a (patch)
tree80a6cb77c89f51899f84eff7b8e879e832e4a21b /devel
parentbbb0922e5261d1194b4cf4da8639d66938784511 (diff)
downloadpkgsrc-2c58def586129d0b7862a80dd9a4eae764044d4a.tar.gz
py-hexbytes: added version 0.2.1
Python bytes subclass that decodes hex, with a readable console output.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/py-hexbytes/DESCR1
-rw-r--r--devel/py-hexbytes/Makefile18
-rw-r--r--devel/py-hexbytes/PLIST16
-rw-r--r--devel/py-hexbytes/distinfo6
5 files changed, 43 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6f07f0516e8..9e57962fea4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3331 2021/02/08 06:57:04 adam Exp $
+# $NetBSD: Makefile,v 1.3332 2021/02/08 08:26:33 adam Exp $
#
COMMENT= Development utilities
@@ -2346,6 +2346,7 @@ SUBDIR+= py-guppy3
SUBDIR+= py-h5py
SUBDIR+= py-hamcrest
SUBDIR+= py-hash
+SUBDIR+= py-hexbytes
SUBDIR+= py-hg-evolve
SUBDIR+= py-hg-fastimport
SUBDIR+= py-hg-git
diff --git a/devel/py-hexbytes/DESCR b/devel/py-hexbytes/DESCR
new file mode 100644
index 00000000000..70a1d832925
--- /dev/null
+++ b/devel/py-hexbytes/DESCR
@@ -0,0 +1 @@
+Python bytes subclass that decodes hex, with a readable console output.
diff --git a/devel/py-hexbytes/Makefile b/devel/py-hexbytes/Makefile
new file mode 100644
index 00000000000..30e0b65cc16
--- /dev/null
+++ b/devel/py-hexbytes/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2021/02/08 08:26:34 adam Exp $
+
+DISTNAME= hexbytes-0.2.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/hexbytes/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/ethereum/hexbytes
+COMMENT= Python bytes subclass that decodes hex
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-hexbytes/PLIST b/devel/py-hexbytes/PLIST
new file mode 100644
index 00000000000..6044ebf7616
--- /dev/null
+++ b/devel/py-hexbytes/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/08 08:26:34 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/hexbytes/__init__.py
+${PYSITELIB}/hexbytes/__init__.pyc
+${PYSITELIB}/hexbytes/__init__.pyo
+${PYSITELIB}/hexbytes/_utils.py
+${PYSITELIB}/hexbytes/_utils.pyc
+${PYSITELIB}/hexbytes/_utils.pyo
+${PYSITELIB}/hexbytes/main.py
+${PYSITELIB}/hexbytes/main.pyc
+${PYSITELIB}/hexbytes/main.pyo
diff --git a/devel/py-hexbytes/distinfo b/devel/py-hexbytes/distinfo
new file mode 100644
index 00000000000..ddf3c6db335
--- /dev/null
+++ b/devel/py-hexbytes/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/08 08:26:34 adam Exp $
+
+SHA1 (hexbytes-0.2.1.tar.gz) = 10bd86d65aa98acc48cf85189da6b8cb6334cb5e
+RMD160 (hexbytes-0.2.1.tar.gz) = e8b1b249d13500e73bdc09a5638a80548c753348
+SHA512 (hexbytes-0.2.1.tar.gz) = 317e0a0ccfce0a3db3618be60045826c8f98f26f16bd2fecabfc43dceff8395a7d62785700e35911afb4508fe96701eefbb746f29c9991455f166801ed5b2e40
+Size (hexbytes-0.2.1.tar.gz) = 1521935 bytes