[gentoo-commits] repo/gentoo:master commit in: dev-python/batinfo/

2018-08-05 Thread Patrice Clement
commit: 3013a2a62742bb31924f93561933b2af3ba6e1ad
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug  5 13:27:10 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug  5 13:53:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3013a2a6

dev-python/batinfo: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/batinfo/Manifest |  1 +
 dev-python/batinfo/batinfo-0.4.2.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/batinfo/Manifest b/dev-python/batinfo/Manifest
index c2c8e10f1ff..b07b8fe2095 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 000..28cd559c9ba
--- /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}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/batinfo/

2018-06-27 Thread Pacho Ramos
commit: 8fb6d96e74c553b3413529bfe52ff8874e91c6b4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 20:25:44 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 20:32:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb6d96e

dev-python/batinfo: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/batinfo/batinfo-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/batinfo/batinfo-0.3.ebuild 
b/dev-python/batinfo/batinfo-0.3.ebuild
index 6e5aa6e8064..d24a58577ab 100644
--- a/dev-python/batinfo/batinfo-0.3.ebuild
+++ b/dev-python/batinfo/batinfo-0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/batinfo/

2018-03-13 Thread Michał Górny
commit: a42a3a4abed4f286e37fdb17a6ea1f630a028884
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Mar 13 19:20:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 13 19:52:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42a3a4a

dev-python/batinfo: use HTTPS

 dev-python/batinfo/batinfo-0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/batinfo/batinfo-0.3.ebuild 
b/dev-python/batinfo/batinfo-0.3.ebuild
index 9e19ade2065..091359c296f 100644
--- a/dev-python/batinfo/batinfo-0.3.ebuild
+++ b/dev-python/batinfo/batinfo-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,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";
+HOMEPAGE="https://github.com/nicolargo/batinfo 
https://pypi.python.org/pypi/batinfo";
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: dev-python/batinfo/

2016-08-26 Thread Patrice Clement
commit: f077caff0764ec822531c7e05ceed719dfc317a8
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Aug 26 19:45:29 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Aug 26 19:45:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f077caff

dev-python/batinfo: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 dev-python/batinfo/batinfo-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/batinfo/batinfo-0.3.ebuild 
b/dev-python/batinfo/batinfo-0.3.ebuild
index 0a6fd06..fa7da32 100644
--- a/dev-python/batinfo/batinfo-0.3.ebuild
+++ b/dev-python/batinfo/batinfo-0.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/batinfo/

2016-02-17 Thread Justin Lecher
commit: db29fd89cb57b1315e704644b39827f579bfe931
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Feb 17 08:28:45 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Feb 17 08:57:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db29fd89

dev-python/batinfo: New package, ebuild written by me

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/batinfo/Manifest   |  1 +
 dev-python/batinfo/batinfo-0.3.ebuild | 22 ++
 dev-python/batinfo/metadata.xml   | 15 +++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/batinfo/Manifest b/dev-python/batinfo/Manifest
new file mode 100644
index 000..9261aaa
--- /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 000..0a6fd06
--- /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 000..af930ad
--- /dev/null
+++ b/dev-python/batinfo/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+batinfo
+
+  nico...@nicolargo.com
+  Nicolas Hennion
+
+  
+