pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  8 08:26:34 UTC 2021

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-hexbytes: DESCR Makefile PLIST distinfo

Log Message:
py-hexbytes: added version 0.2.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.3331 -r1.3332 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-hexbytes/DESCR \
    pkgsrc/devel/py-hexbytes/Makefile pkgsrc/devel/py-hexbytes/PLIST \
    pkgsrc/devel/py-hexbytes/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3331 pkgsrc/devel/Makefile:1.3332
--- pkgsrc/devel/Makefile:1.3331        Mon Feb  8 06:57:04 2021
+++ pkgsrc/devel/Makefile       Mon Feb  8 08:26:33 2021
@@ -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

Added files:

Index: pkgsrc/devel/py-hexbytes/DESCR
diff -u /dev/null pkgsrc/devel/py-hexbytes/DESCR:1.1
--- /dev/null   Mon Feb  8 08:26:34 2021
+++ pkgsrc/devel/py-hexbytes/DESCR      Mon Feb  8 08:26:34 2021
@@ -0,0 +1 @@
+Python bytes subclass that decodes hex, with a readable console output.
Index: pkgsrc/devel/py-hexbytes/Makefile
diff -u /dev/null pkgsrc/devel/py-hexbytes/Makefile:1.1
--- /dev/null   Mon Feb  8 08:26:34 2021
+++ pkgsrc/devel/py-hexbytes/Makefile   Mon Feb  8 08:26:34 2021
@@ -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"
Index: pkgsrc/devel/py-hexbytes/PLIST
diff -u /dev/null pkgsrc/devel/py-hexbytes/PLIST:1.1
--- /dev/null   Mon Feb  8 08:26:34 2021
+++ pkgsrc/devel/py-hexbytes/PLIST      Mon Feb  8 08:26:34 2021
@@ -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
Index: pkgsrc/devel/py-hexbytes/distinfo
diff -u /dev/null pkgsrc/devel/py-hexbytes/distinfo:1.1
--- /dev/null   Mon Feb  8 08:26:34 2021
+++ pkgsrc/devel/py-hexbytes/distinfo   Mon Feb  8 08:26:34 2021
@@ -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