diff options
Diffstat (limited to 'dev-python/olm/olm-3.2.7.ebuild')
-rw-r--r-- | dev-python/olm/olm-3.2.7.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/olm/olm-3.2.7.ebuild b/dev-python/olm/olm-3.2.7.ebuild new file mode 100644 index 0000000..01ee479 --- /dev/null +++ b/dev-python/olm/olm-3.2.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=(python3_7 python3_8 python3_9) + +inherit distutils-r1 + +DESCRIPTION="Python CFFI binding to libolm" +HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm/" +SRC_URI="https://gitlab.matrix.org/matrix-org/olm/-/archive/${PV}/olm-${PV}.tar.bz2 -> ${P}.tar.bz2" +KEYWORDS="~amd64" +SLOT="0" +LICENSE="Apache-2.0" + +S="${S}/python" + +CDEPEND=" + >=dev-libs/olm-${PV} +" + +DEPEND="${CDEPEND}" +RDEPEND="${CDEPEND}" |