diff --git a/dev-python/batinfo/Manifest b/dev-python/batinfo/Manifest new file mode 100644 index 0000000000000..9261aaa8a19a7 --- /dev/null +++ b/dev-python/batinfo/Manifest @@ -0,0 +1 @@ +DIST batinfo-0.3.tar.gz 3951 SHA256 2991715439e7b48300eb539e2cf3faffe3c9d8a876197078c68616b97f9fdf3f SHA512 822e8e70f14a7f08713028ebc8b41aef6d9256984a6a381af11e5b36980a355636bc21d8b21753f4dabd20e38becf6152c623134a65109593ccba019afe3f3f3 WHIRLPOOL 85ce789aca7806ae07856b1e3a64afd07c2ab3a91627a7266ddfc1bde49068d62a1b970dd9dc329d6d696f923d3b019e83047329a0686ae8b26907b70d4b2883 diff --git a/dev-python/batinfo/batinfo-0.3.ebuild b/dev-python/batinfo/batinfo-0.3.ebuild new file mode 100644 index 0000000000000..0a6fd0666b546 --- /dev/null +++ b/dev-python/batinfo/batinfo-0.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A simple Python lib to retreive battery information" +HOMEPAGE="https://github.com/nicolargo/batinfo http://pypi.python.org/pypi/batinfo" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/batinfo/metadata.xml b/dev-python/batinfo/metadata.xml new file mode 100644 index 0000000000000..af930ad1e998b --- /dev/null +++ b/dev-python/batinfo/metadata.xml @@ -0,0 +1,15 @@ + + + + + python@gentoo.org + Python + + + batinfo + + nicolas@nicolargo.com + Nicolas Hennion + + +