public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/nitrokey/
@ 2025-07-19 17:28 Mattéo Rossillol‑‑Laruelle
  0 siblings, 0 replies; 3+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-07-19 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c1775d8167ad75f4690bb147d7f4478f44fc33ff
Author:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Sat Jul 19 10:09:27 2025 +0000
Commit:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Sat Jul 19 17:21:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1775d81

dev-python/nitrokey: new package, add 0.2.4, add 0.3.2

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>

 dev-python/nitrokey/Manifest              |  2 ++
 dev-python/nitrokey/metadata.xml          | 24 +++++++++++++++++++++
 dev-python/nitrokey/nitrokey-0.2.4.ebuild | 35 +++++++++++++++++++++++++++++++
 dev-python/nitrokey/nitrokey-0.3.2.ebuild | 35 +++++++++++++++++++++++++++++++
 4 files changed, 96 insertions(+)

diff --git a/dev-python/nitrokey/Manifest b/dev-python/nitrokey/Manifest
new file mode 100644
index 0000000000..5c18935b7e
--- /dev/null
+++ b/dev-python/nitrokey/Manifest
@@ -0,0 +1,2 @@
+DIST nitrokey-0.2.4.gh.tar.gz 1228955 BLAKE2B 3284bd8bd52d075445e544099d70080e25c429485fc0e0a3ce7adc7ea4dfadc2de74422720cdc59939818eedbd4336f05ea398c49216daf465b4474856e9629e SHA512 b66dac46c6fc400a4d3bff0d2aa45bcda364d092797b70c1e273413600080e4dbb74634d0bf3886fe9717c2b1419ac9e5b8852147c9fa29c64eb826f37bfde7e
+DIST nitrokey-0.3.2.gh.tar.gz 1234369 BLAKE2B f4024eacc4974710a6754e2091835b0d7b533d1ce44ee08d9d0287a2fc794d8c0feb8f5a5f99152c553546f740d47bbcdf11e19b4a28b88e2c13a8384de17fd4 SHA512 f49788388dda6a9f06e09fca7b68b34dfb70693e323982db92fc96a8775c67d49447cabd57d77cf2fc9075eeb5901d8260c608b5b2b3a222f9b06605d074932f

diff --git a/dev-python/nitrokey/metadata.xml b/dev-python/nitrokey/metadata.xml
new file mode 100644
index 0000000000..edc0a142f9
--- /dev/null
+++ b/dev-python/nitrokey/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+	<maintainer type="person">
+		<email>beatussum@protonmail.com</email>
+		<name>Mattéo Rossillol‑‑Laruelle</name>
+	</maintainer>
+
+	<stabilize-allarches/>
+
+	<upstream>
+		<maintainer status="active">
+			<name>Nitrokey</name>
+			<email>pypi@nitrokey.com</email>
+		</maintainer>
+
+		<changelog>https://github.com/Nitrokey/nitrokey-sdk-py/blob/main/CHANGELOG.md</changelog>
+		<bugs-to>https://github.com/Nitrokey/nitrokey-sdk-py/issues</bugs-to>
+
+		<remote-id type="github">Nitrokey/nitrokey-sdk-py</remote-id>
+		<remote-id type="pypi">nitrokey</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/nitrokey/nitrokey-0.2.4.ebuild b/dev-python/nitrokey/nitrokey-0.2.4.ebuild
new file mode 100644
index 0000000000..33b7b7f755
--- /dev/null
+++ b/dev-python/nitrokey/nitrokey-0.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{12..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python SDK for Nitrokey devices"
+HOMEPAGE="https://github.com/Nitrokey/nitrokey-sdk-py https://pypi.org/project/nitrokey/"
+SRC_URI="https://github.com/Nitrokey/nitrokey-sdk-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/nitrokey-sdk-py-${PV}"
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
+	>=dev-python/cryptography-41[${PYTHON_USEDEP}]
+	>=dev-python/fido2-1.1.2:=[${PYTHON_USEDEP}]
+	>=dev-python/hidapi-0.14[${PYTHON_USEDEP}]
+	>=dev-python/protobuf-5.26:=[${PYTHON_USEDEP}]
+	>=dev-python/pyserial-3.5[${PYTHON_USEDEP}]
+	>=dev-python/requests-2[${PYTHON_USEDEP}]
+	>=dev-python/semver-3[${PYTHON_USEDEP}]
+	>=dev-python/tlv8-0.10[${PYTHON_USEDEP}]
+	>=dev-python/types-protobuf-5.26[${PYTHON_USEDEP}]
+	>=dev-python/types-requests-2.32[${PYTHON_USEDEP}]
+	>=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest

diff --git a/dev-python/nitrokey/nitrokey-0.3.2.ebuild b/dev-python/nitrokey/nitrokey-0.3.2.ebuild
new file mode 100644
index 0000000000..3ac1d50b52
--- /dev/null
+++ b/dev-python/nitrokey/nitrokey-0.3.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{12..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python SDK for Nitrokey devices"
+HOMEPAGE="https://github.com/Nitrokey/nitrokey-sdk-py https://pypi.org/project/nitrokey/"
+SRC_URI="https://github.com/Nitrokey/nitrokey-sdk-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/nitrokey-sdk-py-${PV}"
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
+	>=dev-python/cryptography-41[${PYTHON_USEDEP}]
+	>=dev-python/fido2-1.1.2:=[${PYTHON_USEDEP}]
+	>=dev-python/hidapi-0.14[${PYTHON_USEDEP}]
+	>=dev-python/protobuf-5.26:=[${PYTHON_USEDEP}]
+	>=dev-python/pyserial-3.5[${PYTHON_USEDEP}]
+	>=dev-python/requests-2[${PYTHON_USEDEP}]
+	>=dev-python/semver-3[${PYTHON_USEDEP}]
+	>=dev-python/tlv8-0.10[${PYTHON_USEDEP}]
+	>=dev-python/types-protobuf-5.26[${PYTHON_USEDEP}]
+	>=dev-python/types-requests-2.32[${PYTHON_USEDEP}]
+	>=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/nitrokey/
@ 2025-08-05  9:00 Mattéo Rossillol‑‑Laruelle
  0 siblings, 0 replies; 3+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-08-05  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     15bf2fc8a39317f10f3800b989332105c540a796
Author:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Tue Aug  5 08:59:24 2025 +0000
Commit:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Tue Aug  5 09:00:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15bf2fc8

dev-python/nitrokey: drop 0.2.4

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>

 dev-python/nitrokey/Manifest              |  1 -
 dev-python/nitrokey/nitrokey-0.2.4.ebuild | 35 -------------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/nitrokey/Manifest b/dev-python/nitrokey/Manifest
index 5c18935b7e..85e46440f8 100644
--- a/dev-python/nitrokey/Manifest
+++ b/dev-python/nitrokey/Manifest
@@ -1,2 +1 @@
-DIST nitrokey-0.2.4.gh.tar.gz 1228955 BLAKE2B 3284bd8bd52d075445e544099d70080e25c429485fc0e0a3ce7adc7ea4dfadc2de74422720cdc59939818eedbd4336f05ea398c49216daf465b4474856e9629e SHA512 b66dac46c6fc400a4d3bff0d2aa45bcda364d092797b70c1e273413600080e4dbb74634d0bf3886fe9717c2b1419ac9e5b8852147c9fa29c64eb826f37bfde7e
 DIST nitrokey-0.3.2.gh.tar.gz 1234369 BLAKE2B f4024eacc4974710a6754e2091835b0d7b533d1ce44ee08d9d0287a2fc794d8c0feb8f5a5f99152c553546f740d47bbcdf11e19b4a28b88e2c13a8384de17fd4 SHA512 f49788388dda6a9f06e09fca7b68b34dfb70693e323982db92fc96a8775c67d49447cabd57d77cf2fc9075eeb5901d8260c608b5b2b3a222f9b06605d074932f

diff --git a/dev-python/nitrokey/nitrokey-0.2.4.ebuild b/dev-python/nitrokey/nitrokey-0.2.4.ebuild
deleted file mode 100644
index 33b7b7f755..0000000000
--- a/dev-python/nitrokey/nitrokey-0.2.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{12..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python SDK for Nitrokey devices"
-HOMEPAGE="https://github.com/Nitrokey/nitrokey-sdk-py https://pypi.org/project/nitrokey/"
-SRC_URI="https://github.com/Nitrokey/nitrokey-sdk-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/nitrokey-sdk-py-${PV}"
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	>=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
-	>=dev-python/cryptography-41[${PYTHON_USEDEP}]
-	>=dev-python/fido2-1.1.2:=[${PYTHON_USEDEP}]
-	>=dev-python/hidapi-0.14[${PYTHON_USEDEP}]
-	>=dev-python/protobuf-5.26:=[${PYTHON_USEDEP}]
-	>=dev-python/pyserial-3.5[${PYTHON_USEDEP}]
-	>=dev-python/requests-2[${PYTHON_USEDEP}]
-	>=dev-python/semver-3[${PYTHON_USEDEP}]
-	>=dev-python/tlv8-0.10[${PYTHON_USEDEP}]
-	>=dev-python/types-protobuf-5.26[${PYTHON_USEDEP}]
-	>=dev-python/types-requests-2.32[${PYTHON_USEDEP}]
-	>=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/nitrokey/
@ 2025-10-04 13:40 Mattéo Rossillol‑‑Laruelle
  0 siblings, 0 replies; 3+ messages in thread
From: Mattéo Rossillol‑‑Laruelle @ 2025-10-04 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e80b3ae60830ae0dc335bbe96ddce8ad5de75c52
Author:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Sat Oct  4 13:25:24 2025 +0000
Commit:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
CommitDate: Sat Oct  4 13:39:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e80b3ae6

dev-python/nitrokey: add 0.4.1, drop 0.3.2

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>

 dev-python/nitrokey/Manifest                          |  2 +-
 .../{nitrokey-0.3.2.ebuild => nitrokey-0.4.1.ebuild}  | 19 ++++++++++++++++---
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/dev-python/nitrokey/Manifest b/dev-python/nitrokey/Manifest
index 85e46440f8..4e32a76ebf 100644
--- a/dev-python/nitrokey/Manifest
+++ b/dev-python/nitrokey/Manifest
@@ -1 +1 @@
-DIST nitrokey-0.3.2.gh.tar.gz 1234369 BLAKE2B f4024eacc4974710a6754e2091835b0d7b533d1ce44ee08d9d0287a2fc794d8c0feb8f5a5f99152c553546f740d47bbcdf11e19b4a28b88e2c13a8384de17fd4 SHA512 f49788388dda6a9f06e09fca7b68b34dfb70693e323982db92fc96a8775c67d49447cabd57d77cf2fc9075eeb5901d8260c608b5b2b3a222f9b06605d074932f
+DIST nitrokey-0.4.1.gh.tar.gz 1234954 BLAKE2B e095673defa106072a05286a0144b8a02b581fc3836b783960ebda3c47770eeaf0761ac76111b7368d6f739e42c45191de92f652162a2b76c4b25bd6dfab7cbb SHA512 af88c7b4a59f11a5d54496c2f2cd3e808d711935b87b0fe21de62a34159f000dacf63f4a8b46be37dd6ba540c3a04d41328bf09e81f02dc2634de05e16c4d498

diff --git a/dev-python/nitrokey/nitrokey-0.3.2.ebuild b/dev-python/nitrokey/nitrokey-0.4.1.ebuild
similarity index 59%
rename from dev-python/nitrokey/nitrokey-0.3.2.ebuild
rename to dev-python/nitrokey/nitrokey-0.4.1.ebuild
index 3ac1d50b52..595972a607 100644
--- a/dev-python/nitrokey/nitrokey-0.3.2.ebuild
+++ b/dev-python/nitrokey/nitrokey-0.4.1.ebuild
@@ -12,23 +12,36 @@ DESCRIPTION="Python SDK for Nitrokey devices"
 HOMEPAGE="https://github.com/Nitrokey/nitrokey-sdk-py https://pypi.org/project/nitrokey/"
 SRC_URI="https://github.com/Nitrokey/nitrokey-sdk-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 S="${WORKDIR}/nitrokey-sdk-py-${PV}"
-LICENSE="Apache-2.0 MIT"
+LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
 	>=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
+	<dev-python/crcmod-2[${PYTHON_USEDEP}]
 	>=dev-python/cryptography-41[${PYTHON_USEDEP}]
 	>=dev-python/fido2-1.1.2:=[${PYTHON_USEDEP}]
+	<dev-python/fido2-3:=[${PYTHON_USEDEP}]
 	>=dev-python/hidapi-0.14[${PYTHON_USEDEP}]
+	<dev-python/hidapi-0.15[${PYTHON_USEDEP}]
+	>=dev-python/poetry-core-2[${PYTHON_USEDEP}]
+	<dev-python/poetry-core-3[${PYTHON_USEDEP}]
 	>=dev-python/protobuf-5.26:=[${PYTHON_USEDEP}]
+	<dev-python/protobuf-7:=[${PYTHON_USEDEP}]
 	>=dev-python/pyserial-3.5[${PYTHON_USEDEP}]
-	>=dev-python/requests-2[${PYTHON_USEDEP}]
+	<dev-python/pyserial-4[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.16[${PYTHON_USEDEP}]
+	<dev-python/requests-3[${PYTHON_USEDEP}]
 	>=dev-python/semver-3[${PYTHON_USEDEP}]
+	<dev-python/semver-4[${PYTHON_USEDEP}]
 	>=dev-python/tlv8-0.10[${PYTHON_USEDEP}]
+	<dev-python/tlv8-0.11[${PYTHON_USEDEP}]
 	>=dev-python/types-protobuf-5.26[${PYTHON_USEDEP}]
-	>=dev-python/types-requests-2.32[${PYTHON_USEDEP}]
+	<dev-python/types-protobuf-7[${PYTHON_USEDEP}]
+	>=dev-python/types-requests-2.16[${PYTHON_USEDEP}]
+	<dev-python/types-requests-3[${PYTHON_USEDEP}]
 	>=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
+	<dev-python/typing-extensions-5[${PYTHON_USEDEP}]
 "
 
 distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-10-04 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-19 17:28 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/nitrokey/ Mattéo Rossillol‑‑Laruelle
  -- strict thread matches above, loose matches on Subject: below --
2025-08-05  9:00 Mattéo Rossillol‑‑Laruelle
2025-10-04 13:40 Mattéo Rossillol‑‑Laruelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox