Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2026 13:15:01 +0000
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d63201dfbd3 - main - security/py-slip10: Add new port
Message-ID:  <69931855.40105.cdc46d6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d63201dfbd3799c9098dafaf91d4013a108b590

commit 4d63201dfbd3799c9098dafaf91d4013a108b590
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2026-02-16 13:11:52 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2026-02-16 13:14:56 +0000

    security/py-slip10: Add new port
    
    slip10 is a reference implementation of the SLIP-0010 specification,
    which generalizes BIP-0032 hierarchical deterministic key derivation for
    multiple curves, including secp256k1, NIST P-256, ed25519, and
    curve25519.
    
    It supports deriving extended private and public keys along standard
    paths and can operate from either seed material or serialized extended
    keys.
---
 security/py-slip10/Makefile  | 24 ++++++++++++++++++++++++
 security/py-slip10/distinfo  |  3 +++
 security/py-slip10/pkg-descr |  8 ++++++++
 3 files changed, 35 insertions(+)

diff --git a/security/py-slip10/Makefile b/security/py-slip10/Makefile
new file mode 100644
index 000000000000..cc1e6ee9befc
--- /dev/null
+++ b/security/py-slip10/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	slip10
+DISTVERSION=	1.1.0
+CATEGORIES=	security python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	Reference implementation of SLIP-0010 key derivation
+WWW=		https://github.com/trezor/python-slip10 \
+		https://pypi.org/project/slip10/
+
+LICENSE=	BSD3CLAUSE MIT
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/LICENCE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent pep517
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/security/py-slip10/distinfo b/security/py-slip10/distinfo
new file mode 100644
index 000000000000..f61099e52c1f
--- /dev/null
+++ b/security/py-slip10/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1771246831
+SHA256 (slip10-1.1.0.tar.gz) = d248d3df26f123f08474339c45f0f264254f74ae9a5657234a1d5eb91f0c4d54
+SIZE (slip10-1.1.0.tar.gz) = 14541
diff --git a/security/py-slip10/pkg-descr b/security/py-slip10/pkg-descr
new file mode 100644
index 000000000000..5c1887d56c63
--- /dev/null
+++ b/security/py-slip10/pkg-descr
@@ -0,0 +1,8 @@
+slip10 is a reference implementation of the SLIP-0010 specification,
+which generalizes BIP-0032 hierarchical deterministic key derivation for
+multiple curves, including secp256k1, NIST P-256, ed25519, and
+curve25519.
+
+It supports deriving extended private and public keys along standard
+paths and can operate from either seed material or serialized extended
+keys.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69931855.40105.cdc46d6>