pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel py-hexbytes: added version 0.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3c6cfa97998
branches:  trunk
changeset: 446406:d3c6cfa97998
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 08 08:26:33 2021 +0000

description:
py-hexbytes: added version 0.2.1

Python bytes subclass that decodes hex, with a readable console output.

diffstat:

 devel/Makefile             |   3 ++-
 devel/py-hexbytes/DESCR    |   1 +
 devel/py-hexbytes/Makefile |  18 ++++++++++++++++++
 devel/py-hexbytes/PLIST    |  16 ++++++++++++++++
 devel/py-hexbytes/distinfo |   6 ++++++
 5 files changed, 43 insertions(+), 1 deletions(-)

diffs (74 lines):

diff -r ed6f172f8184 -r d3c6cfa97998 devel/Makefile
--- a/devel/Makefile    Mon Feb 08 08:01:39 2021 +0000
+++ b/devel/Makefile    Mon Feb 08 08:26:33 2021 +0000
@@ -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-h5py
 SUBDIR+=       py-hamcrest
 SUBDIR+=       py-hash
+SUBDIR+=       py-hexbytes
 SUBDIR+=       py-hg-evolve
 SUBDIR+=       py-hg-fastimport
 SUBDIR+=       py-hg-git
diff -r ed6f172f8184 -r d3c6cfa97998 devel/py-hexbytes/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hexbytes/DESCR   Mon Feb 08 08:26:33 2021 +0000
@@ -0,0 +1,1 @@
+Python bytes subclass that decodes hex, with a readable console output.
diff -r ed6f172f8184 -r d3c6cfa97998 devel/py-hexbytes/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hexbytes/Makefile        Mon Feb 08 08:26:33 2021 +0000
@@ -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@localhost
+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 -r ed6f172f8184 -r d3c6cfa97998 devel/py-hexbytes/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hexbytes/PLIST   Mon Feb 08 08:26:33 2021 +0000
@@ -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 -r ed6f172f8184 -r d3c6cfa97998 devel/py-hexbytes/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hexbytes/distinfo        Mon Feb 08 08:26:33 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index