summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-08-05 15:27:10 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-08-05 15:53:01 +0200
commit3013a2a62742bb31924f93561933b2af3ba6e1ad (patch)
tree85a77fc46204a0a5edb728b291e9300846f9b381 /dev-python/batinfo
parentdev-python/pysmi: version bump. (diff)
downloadgentoo-3013a2a62742bb31924f93561933b2af3ba6e1ad.tar.gz
gentoo-3013a2a62742bb31924f93561933b2af3ba6e1ad.tar.bz2
gentoo-3013a2a62742bb31924f93561933b2af3ba6e1ad.zip
dev-python/batinfo: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/batinfo')
-rw-r--r--dev-python/batinfo/Manifest1
-rw-r--r--dev-python/batinfo/batinfo-0.4.2.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/batinfo/Manifest b/dev-python/batinfo/Manifest
index c2c8e10f1ff2..b07b8fe2095f 100644
--- a/dev-python/batinfo/Manifest
+++ b/dev-python/batinfo/Manifest
@@ -1 +1,2 @@
DIST batinfo-0.3.tar.gz 3951 BLAKE2B 11360a3322866b084294b930569d3c2e424b8bb56e0484aba81085b68707287ad7be9a65b0bf5188c030384d70fbbefd30886ef73d03e7c29801a0e5ce49a3d8 SHA512 822e8e70f14a7f08713028ebc8b41aef6d9256984a6a381af11e5b36980a355636bc21d8b21753f4dabd20e38becf6152c623134a65109593ccba019afe3f3f3
+DIST batinfo-0.4.2.tar.gz 6497 BLAKE2B 24efbd63f25bbd743e02ea04bf656d24b3132b6ce7e2754359a84648c357fb40967c3bb2a0aa27a3938489f2fb64c9b712718c8a5ede0869f83a19eaa82a74e1 SHA512 c45232cdd79d2d10d814019bbfc167ef54c3d970c74320a5a007d3b603e62fbdfeaf53f88074cf53a7865293181707e2e63e5a565219c094a77be2adc5d53876
diff --git a/dev-python/batinfo/batinfo-0.4.2.ebuild b/dev-python/batinfo/batinfo-0.4.2.ebuild
new file mode 100644
index 000000000000..28cd559c9ba2
--- /dev/null
+++ b/dev-python/batinfo/batinfo-0.4.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple Python lib to retreive battery information"
+HOMEPAGE="https://github.com/nicolargo/batinfo https://pypi.org/project/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"
+
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"