From 061db65d844c2f7ffbfbae16cba7fe38ee582190 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 19 Jan 2023 18:37:39 -0500 Subject: dev-python/olm: new package, add 3.2.14 Signed-off-by: Julien Roy --- dev-python/olm/olm-3.2.14.ebuild | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dev-python/olm/olm-3.2.14.ebuild (limited to 'dev-python/olm/olm-3.2.14.ebuild') diff --git a/dev-python/olm/olm-3.2.14.ebuild b/dev-python/olm/olm-3.2.14.ebuild new file mode 100644 index 0000000..0a1853e --- /dev/null +++ b/dev-python/olm/olm-3.2.14.ebuild @@ -0,0 +1,35 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..10} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for dev-libs/olm" +HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm/" +SRC_URI="https://gitlab.matrix.org/matrix-org/olm/-/archive/${PV}/${P}.tar.bz2" +S="${WORKDIR}/${P}/python" +RESTRICT="!test? ( test )" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-libs/olm + dev-python/cffi[${PYTHON_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] + test? ( + dev-python/aspectlib[${PYTHON_USEDEP}] + dev-python/pytest-benchmark[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + dev-python/pytest-flake8[${PYTHON_USEDEP}] + dev-python/pytest-isort[${PYTHON_USEDEP}] + ) +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest -- cgit v1.2.3