pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-slip10: add new package 1.0.1
Module Name: pkgsrc-wip
Committed By: Stepan Ipatov <st.ipatov%gmail.com@localhost>
Pushed By: st.ipatov
Date: Wed Nov 5 01:59:33 2025 +0000
Changeset: d2b77bbd5aeea44e0fa5ca174703f49014ca1dd7
Modified Files:
Makefile
Added Files:
py-slip10/COMMIT_MSG
py-slip10/DESCR
py-slip10/Makefile
py-slip10/PLIST
py-slip10/distinfo
Log Message:
py-slip10: add new package 1.0.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d2b77bbd5aeea44e0fa5ca174703f49014ca1dd7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-slip10/COMMIT_MSG | 3 +++
py-slip10/DESCR | 4 ++++
py-slip10/Makefile | 24 ++++++++++++++++++++++++
py-slip10/PLIST | 16 ++++++++++++++++
py-slip10/distinfo | 5 +++++
6 files changed, 53 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 58e945654d..ab8464951b 100644
--- a/Makefile
+++ b/Makefile
@@ -4729,6 +4729,7 @@ SUBDIR+= py-singer-target-csv
SUBDIR+= py-singletonify
SUBDIR+= py-sip4
SUBDIR+= py-sipvicious
+SUBDIR+= py-slip10
SUBDIR+= py-slixmpp
SUBDIR+= py-smart-open
SUBDIR+= py-smcp
diff --git a/py-slip10/COMMIT_MSG b/py-slip10/COMMIT_MSG
new file mode 100644
index 0000000000..40c43a4816
--- /dev/null
+++ b/py-slip10/COMMIT_MSG
@@ -0,0 +1,3 @@
+devel/py-slip10: Add py-slip10 version 1.0.1
+
+Reference implementation of the SLIP-0010 specification
diff --git a/py-slip10/DESCR b/py-slip10/DESCR
new file mode 100644
index 0000000000..a831ffd2e4
--- /dev/null
+++ b/py-slip10/DESCR
@@ -0,0 +1,4 @@
+A reference implementation of the SLIP-0010 specification, which generalizes
+the BIP-0032 derivation scheme for private and public key pairs in hierarchical
+deterministic wallets for the curves secp256k1, NIST P-256, ed25519 and
+curve25519.
diff --git a/py-slip10/Makefile b/py-slip10/Makefile
new file mode 100644
index 0000000000..872acbac97
--- /dev/null
+++ b/py-slip10/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= slip10-1.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/slip10/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pypi.org/project/slip10/
+COMMENT= Reference implementation of the SLIP-0010 specification
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
+
+DEPENDS+= ${PYPKGPREFIX}-ecdsa>=0.9:../../security/py-ecdsa
+DEPENDS+= ${PYPKGPREFIX}-base58>=2.1.0:../../converters/py-base58
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONED_DEPENDENCIES+= cryptography
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-slip10/PLIST b/py-slip10/PLIST
new file mode 100644
index 0000000000..5a40dedbfa
--- /dev/null
+++ b/py-slip10/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/slip10/__init__.py
+${PYSITELIB}/slip10/__init__.pyc
+${PYSITELIB}/slip10/__init__.pyo
+${PYSITELIB}/slip10/ripemd160.py
+${PYSITELIB}/slip10/ripemd160.pyc
+${PYSITELIB}/slip10/ripemd160.pyo
+${PYSITELIB}/slip10/slip10.py
+${PYSITELIB}/slip10/slip10.pyc
+${PYSITELIB}/slip10/slip10.pyo
+${PYSITELIB}/slip10/utils.py
+${PYSITELIB}/slip10/utils.pyc
+${PYSITELIB}/slip10/utils.pyo
diff --git a/py-slip10/distinfo b/py-slip10/distinfo
new file mode 100644
index 0000000000..099bf0bd9a
--- /dev/null
+++ b/py-slip10/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (slip10-1.0.1.tar.gz) = d5fbb01bc5d51bc2a751464f21e1a9e59b8627adaef0fab5fde454681866d0eb
+SHA512 (slip10-1.0.1.tar.gz) = 968e8e71b7bd08e2c4cf68dbdda017a8fc7ee4dd461e8746a0f4ea0ed743336b95f6378b3c4a4c5d307565e463cadfd189ccd4eed7e69d2668749a615040457f
+Size (slip10-1.0.1.tar.gz) = 11164 bytes
Home |
Main Index |
Thread Index |
Old Index