Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/batinfo/
Date: Sun, 05 Aug 2018 13:53:27
Message-Id: 1533477181.3013a2a62742bb31924f93561933b2af3ba6e1ad.monsieurp@gentoo
1 commit: 3013a2a62742bb31924f93561933b2af3ba6e1ad
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 13:27:10 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 13:53:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3013a2a6
7
8 dev-python/batinfo: version bump.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/batinfo/Manifest | 1 +
13 dev-python/batinfo/batinfo-0.4.2.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-python/batinfo/Manifest b/dev-python/batinfo/Manifest
17 index c2c8e10f1ff..b07b8fe2095 100644
18 --- a/dev-python/batinfo/Manifest
19 +++ b/dev-python/batinfo/Manifest
20 @@ -1 +1,2 @@
21 DIST batinfo-0.3.tar.gz 3951 BLAKE2B 11360a3322866b084294b930569d3c2e424b8bb56e0484aba81085b68707287ad7be9a65b0bf5188c030384d70fbbefd30886ef73d03e7c29801a0e5ce49a3d8 SHA512 822e8e70f14a7f08713028ebc8b41aef6d9256984a6a381af11e5b36980a355636bc21d8b21753f4dabd20e38becf6152c623134a65109593ccba019afe3f3f3
22 +DIST batinfo-0.4.2.tar.gz 6497 BLAKE2B 24efbd63f25bbd743e02ea04bf656d24b3132b6ce7e2754359a84648c357fb40967c3bb2a0aa27a3938489f2fb64c9b712718c8a5ede0869f83a19eaa82a74e1 SHA512 c45232cdd79d2d10d814019bbfc167ef54c3d970c74320a5a007d3b603e62fbdfeaf53f88074cf53a7865293181707e2e63e5a565219c094a77be2adc5d53876
23
24 diff --git a/dev-python/batinfo/batinfo-0.4.2.ebuild b/dev-python/batinfo/batinfo-0.4.2.ebuild
25 new file mode 100644
26 index 00000000000..28cd559c9ba
27 --- /dev/null
28 +++ b/dev-python/batinfo/batinfo-0.4.2.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A simple Python lib to retreive battery information"
40 +HOMEPAGE="https://github.com/nicolargo/batinfo https://pypi.org/project/batinfo/"
41 +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="LGPL-2.1"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 +
47 +RDEPEND=""
48 +DEPEND="
49 + ${RDEPEND}
50 + dev-python/setuptools[${PYTHON_USEDEP}]"