pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-eth-keys



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  8 07:00:56 UTC 2021

Added Files:
        pkgsrc/finance/py-eth-keys: DESCR Makefile PLIST distinfo
        pkgsrc/finance/py-eth-keys/patches: patch-setup.py

Log Message:
py-eth-keys: added version 0.3.3

A common API for Ethereum key operations with pluggable backends.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/finance/py-eth-keys/DESCR \
    pkgsrc/finance/py-eth-keys/Makefile pkgsrc/finance/py-eth-keys/PLIST \
    pkgsrc/finance/py-eth-keys/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/finance/py-eth-keys/patches/patch-setup.py

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

Added files:

Index: pkgsrc/finance/py-eth-keys/DESCR
diff -u /dev/null pkgsrc/finance/py-eth-keys/DESCR:1.1
--- /dev/null   Mon Feb  8 07:00:56 2021
+++ pkgsrc/finance/py-eth-keys/DESCR    Mon Feb  8 07:00:56 2021
@@ -0,0 +1 @@
+A common API for Ethereum key operations with pluggable backends.
Index: pkgsrc/finance/py-eth-keys/Makefile
diff -u /dev/null pkgsrc/finance/py-eth-keys/Makefile:1.1
--- /dev/null   Mon Feb  8 07:00:56 2021
+++ pkgsrc/finance/py-eth-keys/Makefile Mon Feb  8 07:00:56 2021
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/02/08 07:00:56 adam Exp $
+
+DISTNAME=      eth-keys-0.3.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    finance python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eth-keys/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ethereum/eth-keys
+COMMENT=       Common API for Ethereum key operations
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-eth-typing>=2.2.1:../../finance/py-eth-typing
+DEPENDS+=      ${PYPKGPREFIX}-eth-utils>=1.3.0:../../finance/py-eth-utils
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/finance/py-eth-keys/PLIST
diff -u /dev/null pkgsrc/finance/py-eth-keys/PLIST:1.1
--- /dev/null   Mon Feb  8 07:00:56 2021
+++ pkgsrc/finance/py-eth-keys/PLIST    Mon Feb  8 07:00:56 2021
@@ -0,0 +1,64 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/08 07:00:56 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}/eth_keys/__init__.py
+${PYSITELIB}/eth_keys/__init__.pyc
+${PYSITELIB}/eth_keys/__init__.pyo
+${PYSITELIB}/eth_keys/backends/__init__.py
+${PYSITELIB}/eth_keys/backends/__init__.pyc
+${PYSITELIB}/eth_keys/backends/__init__.pyo
+${PYSITELIB}/eth_keys/backends/base.py
+${PYSITELIB}/eth_keys/backends/base.pyc
+${PYSITELIB}/eth_keys/backends/base.pyo
+${PYSITELIB}/eth_keys/backends/coincurve.py
+${PYSITELIB}/eth_keys/backends/coincurve.pyc
+${PYSITELIB}/eth_keys/backends/coincurve.pyo
+${PYSITELIB}/eth_keys/backends/native/__init__.py
+${PYSITELIB}/eth_keys/backends/native/__init__.pyc
+${PYSITELIB}/eth_keys/backends/native/__init__.pyo
+${PYSITELIB}/eth_keys/backends/native/ecdsa.py
+${PYSITELIB}/eth_keys/backends/native/ecdsa.pyc
+${PYSITELIB}/eth_keys/backends/native/ecdsa.pyo
+${PYSITELIB}/eth_keys/backends/native/jacobian.py
+${PYSITELIB}/eth_keys/backends/native/jacobian.pyc
+${PYSITELIB}/eth_keys/backends/native/jacobian.pyo
+${PYSITELIB}/eth_keys/backends/native/main.py
+${PYSITELIB}/eth_keys/backends/native/main.pyc
+${PYSITELIB}/eth_keys/backends/native/main.pyo
+${PYSITELIB}/eth_keys/constants.py
+${PYSITELIB}/eth_keys/constants.pyc
+${PYSITELIB}/eth_keys/constants.pyo
+${PYSITELIB}/eth_keys/datatypes.py
+${PYSITELIB}/eth_keys/datatypes.pyc
+${PYSITELIB}/eth_keys/datatypes.pyo
+${PYSITELIB}/eth_keys/exceptions.py
+${PYSITELIB}/eth_keys/exceptions.pyc
+${PYSITELIB}/eth_keys/exceptions.pyo
+${PYSITELIB}/eth_keys/main.py
+${PYSITELIB}/eth_keys/main.pyc
+${PYSITELIB}/eth_keys/main.pyo
+${PYSITELIB}/eth_keys/utils/__init__.py
+${PYSITELIB}/eth_keys/utils/__init__.pyc
+${PYSITELIB}/eth_keys/utils/__init__.pyo
+${PYSITELIB}/eth_keys/utils/address.py
+${PYSITELIB}/eth_keys/utils/address.pyc
+${PYSITELIB}/eth_keys/utils/address.pyo
+${PYSITELIB}/eth_keys/utils/der.py
+${PYSITELIB}/eth_keys/utils/der.pyc
+${PYSITELIB}/eth_keys/utils/der.pyo
+${PYSITELIB}/eth_keys/utils/module_loading.py
+${PYSITELIB}/eth_keys/utils/module_loading.pyc
+${PYSITELIB}/eth_keys/utils/module_loading.pyo
+${PYSITELIB}/eth_keys/utils/numeric.py
+${PYSITELIB}/eth_keys/utils/numeric.pyc
+${PYSITELIB}/eth_keys/utils/numeric.pyo
+${PYSITELIB}/eth_keys/utils/padding.py
+${PYSITELIB}/eth_keys/utils/padding.pyc
+${PYSITELIB}/eth_keys/utils/padding.pyo
+${PYSITELIB}/eth_keys/validation.py
+${PYSITELIB}/eth_keys/validation.pyc
+${PYSITELIB}/eth_keys/validation.pyo
Index: pkgsrc/finance/py-eth-keys/distinfo
diff -u /dev/null pkgsrc/finance/py-eth-keys/distinfo:1.1
--- /dev/null   Mon Feb  8 07:00:56 2021
+++ pkgsrc/finance/py-eth-keys/distinfo Mon Feb  8 07:00:56 2021
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2021/02/08 07:00:56 adam Exp $
+
+SHA1 (eth-keys-0.3.3.tar.gz) = 57c3ad9ef813d66941f397c38feca5262ccc10d3
+RMD160 (eth-keys-0.3.3.tar.gz) = b602875fbab09a362c0f4130a7394c698279892c
+SHA512 (eth-keys-0.3.3.tar.gz) = b074878a631c3ae026ddeb1376433fe468bd47445a00c354ea3d5c43bbe9ea5eb1627d07be7ff5b13e54095d99a3da6d2030baf7ac92fad9e6414ea38579f42a
+Size (eth-keys-0.3.3.tar.gz) = 17286 bytes
+SHA1 (patch-setup.py) = c4644da231e74ca7f114fb6911c11719f2516846

Index: pkgsrc/finance/py-eth-keys/patches/patch-setup.py
diff -u /dev/null pkgsrc/finance/py-eth-keys/patches/patch-setup.py:1.1
--- /dev/null   Mon Feb  8 07:00:56 2021
+++ pkgsrc/finance/py-eth-keys/patches/patch-setup.py   Mon Feb  8 07:00:56 2021
@@ -0,0 +1,21 @@
+$NetBSD: patch-setup.py,v 1.1 2021/02/08 07:00:56 adam Exp $
+
+setuptools-markdown is deprecated.
+
+--- setup.py.orig      2021-02-08 06:23:00.000000000 +0000
++++ setup.py
+@@ -45,12 +45,12 @@ setup(
+     # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
+     version='0.3.3',
+     description="""Common API for Ethereum key operations.""",
+-    long_description_markdown_filename='README.md',
++    long_description='README.md',
++    long_description_content_type="text/markdown",
+     author='Piper Merriam',
+     author_email='pipermerriam%gmail.com@localhost',
+     url='https://github.com/ethereum/eth-keys',
+     include_package_data=True,
+-    setup_requires=['setuptools-markdown'],
+     install_requires=deps['eth-keys'],
+     py_modules=['eth_keys'],
+     extras_require=deps,



Home | Main Index | Thread Index | Old Index