summaryrefslogtreecommitdiff
path: root/dev-python/omemo-dr
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-11-07 19:08:42 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-11-07 19:08:42 +0000
commitf90c7e0f85ce33c19fa102eeea9c574d65b7c565 (patch)
tree4d0bffddca3b9d5ce2b7bef6518e26b4994e7664 /dev-python/omemo-dr
parenta3aa1bb0f9ee63d24f5ec03efb26648fb1e3160d (diff)
downloadbaldeagleos-repo-f90c7e0f85ce33c19fa102eeea9c574d65b7c565.tar.gz
baldeagleos-repo-f90c7e0f85ce33c19fa102eeea9c574d65b7c565.tar.xz
baldeagleos-repo-f90c7e0f85ce33c19fa102eeea9c574d65b7c565.zip
Adding metadata
Diffstat (limited to 'dev-python/omemo-dr')
-rw-r--r--dev-python/omemo-dr/omemo-dr-1.0.1-r1.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/omemo-dr/omemo-dr-1.0.1-r1.ebuild b/dev-python/omemo-dr/omemo-dr-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..22aff80c5a20
--- /dev/null
+++ b/dev-python/omemo-dr/omemo-dr-1.0.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="OMEMO Crypto Library"
+HOMEPAGE="
+ https://pypi.org/project/omemo-dr/
+ https://dev.gajim.org/gajim/omemo-dr
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/protobuf[${PYTHON_USEDEP}]
+"
+
+PYTEST_PLUGINS=()
+distutils_enable_tests pytest