dev-python/olm: Import from SonicFrog
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
12cac95407
commit
24bae974a4
1
dev-python/olm/Manifest
Normal file
1
dev-python/olm/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST olm-3.1.4.tar.bz2 461540 BLAKE2B fa69b1543330c5da37c04227b51197ba57968ef24def40df621b85c0988eac91f8a155f600ab26849f2cd213059c97c7035be6dcca0943245cd4e4895da314b3 SHA512 87265d835ca7332d162bd3573dffdd09c8337c464dd673f100db9193e8ea4cedd8cb2a92cf2c34ad1b552a55bbbce8f87a47559ccfba03fa69b32fc7ff07f5f0
|
7
dev-python/olm/metadata.xml
Normal file
7
dev-python/olm/metadata.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ogier@bouvier.family</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
24
dev-python/olm/olm-3.1.4.ebuild
Normal file
24
dev-python/olm/olm-3.1.4.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_7 python3_8)
|
||||
|
||||
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}"
|
Loading…
Reference in a new issue