commit: 214529ec75cff26097dfe486c5abedefd4753524
Author: Kim Sindalsen <gentoo <AT> vlh <DOT> dk>
AuthorDate: Sat Jan 6 16:55:32 2024 +0000
Commit: Kim Sindalsen <gentoo <AT> vlh <DOT> dk>
CommitDate: Sat Jan 6 16:55:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=214529ec
app-crypt/PBinCLI: add 0.3.5
Signed-off-by: Kim Sindalsen <gentoo <AT> vlh.dk>
app-crypt/PBinCLI/Manifest | 1 +
app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/app-crypt/PBinCLI/Manifest b/app-crypt/PBinCLI/Manifest
index 3547ced856..6928c73881 100644
--- a/app-crypt/PBinCLI/Manifest
+++ b/app-crypt/PBinCLI/Manifest
@@ -1 +1,2 @@
DIST PBinCLI-0.3.2.tar.gz 12821 BLAKE2B
dff2283f925de2a0fb26fbc1b1588943824b2613791d63dae5b921e18d9d312acbb2a61de64352706db652335bd2f18a0456c14068042743049ebe8aebba3045
SHA512
939ca5db57a1970cbed3d05d59fa50df71928c5d11566679b9eaf1a59cf53678eff9e8814f0fa15a18f086210efd5d5b1c7d8c3df9d6af254d82f91a4b4c2dfc
+DIST PBinCLI-0.3.5.tar.gz 17883 BLAKE2B
9ac35c5fc62353f43caf81cd76d6524f28787c2189f6b33b2dcc16a1004718f21a68a4e2a564d8c7ae6a0705237ffa0ca561515f1ac51c58170b3bd63b4dff5a
SHA512
b239471d1cdd44748a60a20a275be1bc9452f1f81116b93626aae2154590c50dabd30d3699abd6805579e7d9e8debb08fa8eb598dc884f01993cd6564fdfa8a7
diff --git a/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild
b/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild
new file mode 100644
index 0000000000..cad6ee9007
--- /dev/null
+++ b/app-crypt/PBinCLI/PBinCLI-0.3.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="PBinCLI is a command line client for PrivateBin written in Python
3."
+HOMEPAGE="https://github.com/r4sas/PBinCLI"
+SRC_URI="https://github.com/r4sas/PBinCLI/archive/refs/tags/${PV}.tar.gz ->
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/sjcl[${PYTHON_USEDEP}]
+ dev-python/base58[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"