From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/python-gammu/Manifest | 1 + dev-python/python-gammu/metadata.xml | 10 ++++++ dev-python/python-gammu/python-gammu-2.11.ebuild | 39 ++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 dev-python/python-gammu/Manifest create mode 100644 dev-python/python-gammu/metadata.xml create mode 100644 dev-python/python-gammu/python-gammu-2.11.ebuild (limited to 'dev-python/python-gammu') diff --git a/dev-python/python-gammu/Manifest b/dev-python/python-gammu/Manifest new file mode 100644 index 000000000000..fede82ec0d79 --- /dev/null +++ b/dev-python/python-gammu/Manifest @@ -0,0 +1 @@ +DIST python-gammu-2.11.tar.gz 135567 BLAKE2B 133172cfd0715ff6b5bd47b93e5d93d52af3e608459ba1158bf008da9b5f24f6d155c04334dea7ff2cacdea678f00d986838a139290d5f8ac874bb9702fcd5e6 SHA512 cdf3a54fc538fecdbe3dae63f0534094ce94a289998f9b670a0b3e12a3c571eb46ee86eae67a7a8d2428698850046d5c75569753bf77551cd395d315e6f9b70d diff --git a/dev-python/python-gammu/metadata.xml b/dev-python/python-gammu/metadata.xml new file mode 100644 index 000000000000..b508b9c7017b --- /dev/null +++ b/dev-python/python-gammu/metadata.xml @@ -0,0 +1,10 @@ + + + + + + python-gammu + gammu/python-gammu + + gentoo-staging + diff --git a/dev-python/python-gammu/python-gammu-2.11.ebuild b/dev-python/python-gammu/python-gammu-2.11.ebuild new file mode 100644 index 000000000000..f29f1e89dae2 --- /dev/null +++ b/dev-python/python-gammu/python-gammu-2.11.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) + +inherit distutils-r1 + +DESCRIPTION="Python bindings for Gammu" +HOMEPAGE="https://wammu.eu/python-gammu/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples test" +RESTRICT="!test? ( test )" + +RDEPEND=">=app-mobilephone/gammu-1.34.0" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( + $(python_gen_impl_dep sqlite) + app-mobilephone/gammu[dbi] + )" + +DOCS=( AUTHORS NEWS.rst README.rst ) + +python_test() { + esetup.py test +} + +python_install_all() { + distutils-r1_python_install_all + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + dodoc -r examples + fi +} -- cgit v1.3.1