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

2024-02-14 Thread Sam James
commit: 694e271803d3ed7a2b681f66c22cc4e9406234ff
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 14 16:43:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 14 16:43:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694e2718

dev-python/coloredlogs: Stabilize 15.0.1-r1 amd64, #924522

Signed-off-by: Sam James  gentoo.org>

 dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild 
b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
index 085a60f852de..a7f88b2d71c3 100644
--- a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
+++ b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/humanfriendly-9.1[${PYTHON_USEDEP}]"



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

2024-01-30 Thread Marek Szuba
commit: 674b547894402500de7667d8391914be53b85705
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Jan 30 15:12:18 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Jan 30 15:14:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674b5478

dev-python/coloredlogs: enable py3.12

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild 
b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
index dedae4c72d72..085a60f852de 100644
--- a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
+++ b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 



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

2023-03-15 Thread Michał Górny
commit: 687c0c372f7bd62851cc5bb04ca64a4ffd54d712
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:45:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:45:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687c0c37

dev-python/coloredlogs: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild 
b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
index 694622a16404..dedae4c72d72 100644
--- a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
+++ b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Colored stream handler for the logging module"
 HOMEPAGE="
@@ -13,7 +13,6 @@ HOMEPAGE="
https://github.com/xolox/python-coloredlogs
https://coloredlogs.readthedocs.io/en/latest/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-11-13 Thread Michał Górny
commit: cf7b03e221d8ef2b2edc48ae12870a4492bf3b24
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 04:34:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 04:34:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7b03e2

dev-python/coloredlogs: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/coloredlogs/coloredlogs-15.0.1.ebuild | 43 
 1 file changed, 43 deletions(-)

diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild 
b/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild
deleted file mode 100644
index 3374e42daed6..
--- a/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Colored stream handler for the logging module"
-HOMEPAGE="
-   https://pypi.org/project/coloredlogs/
-   https://github.com/xolox/python-coloredlogs
-   https://coloredlogs.readthedocs.io/en/latest/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/humanfriendly-9.1[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/capturer[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/verboselogs[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}/coloredlogs-14.0-fix-install-prefix.patch" )
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_test() {
-   # test_cli_conversion requires the package to be installed
-   distutils_install_for_testing
-   # test_auto_install fails because the pth file isn't being loaded
-   epytest coloredlogs/tests.py \
-   --deselect 
coloredlogs/tests.py::ColoredLogsTestCase::test_auto_install
-}



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

2022-11-08 Thread Andrew Ammerlaan
commit: a2f7f2523b9fe739bb67df101c6b01c856e81cbb
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Nov  8 09:16:58 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Nov  8 09:18:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f7f252

dev-python/coloredlogs: update EAPI 7 -> 8, pep517, enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../coloredlogs/coloredlogs-15.0.1-r1.ebuild   | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild 
b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
new file mode 100644
index ..6512b8283079
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-15.0.1-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="
+   https://pypi.org/project/coloredlogs/
+   https://github.com/xolox/python-coloredlogs
+   https://coloredlogs.readthedocs.io/en/latest/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/humanfriendly-9.1[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}/coloredlogs-14.0-fix-install-prefix.patch" )
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # test_auto_install fails because the pth file isn't being loaded
+   coloredlogs/tests.py::ColoredLogsTestCase::test_auto_install
+)
+
+python_test() {
+   epytest coloredlogs/tests.py
+}



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

2021-10-17 Thread Michał Górny
commit: ac5567520a526285ffd222848927dce8e0a26f1f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 07:34:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 07:41:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac556752

dev-python/coloredlogs: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/coloredlogs/Manifest|  1 -
 dev-python/coloredlogs/coloredlogs-14.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index b338c23d8ef..db81430ab4e 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1,2 +1 @@
-DIST coloredlogs-14.0.tar.gz 275863 BLAKE2B 
0a8c026220955397378ad2b43a69c89c5710a09e2d9ed81a3f25408c60e171f4b8f78239696a0bc1b51fc3dd9bfca80df63e1f1d7afb6bee0046209a089e0d6d
 SHA512 
3434a95f3216d19af5d7a48324e5afd5e975f92d9f6b99f40df2c0a635f1738e0bc6d7277a549a42a0fec5a8601f82908c4b0205ceeb3666f49210f66fe58671
 DIST coloredlogs-15.0.1.tar.gz 278520 BLAKE2B 
446aea9adfc8a1ea7f2e5b4a0279d124a3e174feec4a6d9346059fa00fbcb2717d6480392051cc44f0c1f66e022cfc03238acae59b9496e9f70695d99143dfd6
 SHA512 
577af26af8d27bca3f10e6aaa257245aba608cc3832985ba57bcb2b590b10bf054796a2210749c15ee1b1a17623e007e4ac3ba17bed6af95544f85f5dfafaf21

diff --git a/dev-python/coloredlogs/coloredlogs-14.0.ebuild 
b/dev-python/coloredlogs/coloredlogs-14.0.ebuild
deleted file mode 100644
index 10619bd8729..000
--- a/dev-python/coloredlogs/coloredlogs-14.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Colored stream handler for the logging module"
-HOMEPAGE="
-   https://pypi.org/project/coloredlogs/
-   https://github.com/xolox/python-coloredlogs
-   https://coloredlogs.readthedocs.io/en/latest/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-python/humanfriendly[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/capturer[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/verboselogs[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}/${P}-fix-install-prefix.patch" )
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_test() {
-   # test_cli_conversion requires the package to be installed
-   distutils_install_for_testing
-   # test_auto_install fails because the pth file isn't being loaded
-   pytest -vv ${PN}/tests.py \
-   --deselect 
${PN}/tests.py::ColoredLogsTestCase::test_auto_install \
-   || die "Tests fail with ${EPYTHON}"
-}



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

2021-08-08 Thread Louis Sautier
commit: 779591dd9d3d9de6ef27cfba32791d3365e02253
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Aug  8 13:12:31 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Aug  8 13:18:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779591dd

dev-python/coloredlogs: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild 
b/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild
index 806bf1c5c1a..3374e42daed 100644
--- a/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild
+++ b/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{8..9} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Colored stream handler for the logging module"



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

2021-06-12 Thread Michał Górny
commit: bc667cdf16fc0f38395f9168b4942449698f6938
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 12 06:12:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 12 06:39:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc667cdf

dev-python/coloredlogs: Bump to 15.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/coloredlogs/Manifest  |  1 +
 dev-python/coloredlogs/coloredlogs-15.0.1.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index 33c860803bc..b338c23d8ef 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1 +1,2 @@
 DIST coloredlogs-14.0.tar.gz 275863 BLAKE2B 
0a8c026220955397378ad2b43a69c89c5710a09e2d9ed81a3f25408c60e171f4b8f78239696a0bc1b51fc3dd9bfca80df63e1f1d7afb6bee0046209a089e0d6d
 SHA512 
3434a95f3216d19af5d7a48324e5afd5e975f92d9f6b99f40df2c0a635f1738e0bc6d7277a549a42a0fec5a8601f82908c4b0205ceeb3666f49210f66fe58671
+DIST coloredlogs-15.0.1.tar.gz 278520 BLAKE2B 
446aea9adfc8a1ea7f2e5b4a0279d124a3e174feec4a6d9346059fa00fbcb2717d6480392051cc44f0c1f66e022cfc03238acae59b9496e9f70695d99143dfd6
 SHA512 
577af26af8d27bca3f10e6aaa257245aba608cc3832985ba57bcb2b590b10bf054796a2210749c15ee1b1a17623e007e4ac3ba17bed6af95544f85f5dfafaf21

diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild 
b/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild
new file mode 100644
index 000..806bf1c5c1a
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="
+   https://pypi.org/project/coloredlogs/
+   https://github.com/xolox/python-coloredlogs
+   https://coloredlogs.readthedocs.io/en/latest/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/humanfriendly-9.1[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}/coloredlogs-14.0-fix-install-prefix.patch" )
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_test() {
+   # test_cli_conversion requires the package to be installed
+   distutils_install_for_testing
+   # test_auto_install fails because the pth file isn't being loaded
+   epytest coloredlogs/tests.py \
+   --deselect 
coloredlogs/tests.py::ColoredLogsTestCase::test_auto_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/coloredlogs/, dev-python/coloredlogs/files/

2020-09-28 Thread Louis Sautier
commit: 3201627b559b469bc9d1f88140a08586a6f16384
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Sep 28 16:29:50 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Sep 28 17:03:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3201627b

dev-python/coloredlogs: bump to 14.0, add PyPy3+Python 3.9 support

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/coloredlogs/Manifest|  1 +
 dev-python/coloredlogs/coloredlogs-14.0.ebuild | 46 ++
 .../coloredlogs-14.0-fix-install-prefix.patch  | 35 
 3 files changed, 82 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index ed2a550127e..7e04c31b3a2 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1 +1,2 @@
 DIST coloredlogs-10.0.tar.gz 273273 BLAKE2B 
775b12718d780da396d74c7f960cdbbd4858c793bf3eefb53d29e9f6b415f682110ae2c7ac631be230578946a2fab8d75e0c3aa487ccd952bb05443f0a85700c
 SHA512 
f4a51fd8fa92ea4e2ef0b58305dcc4bbe12851e722fc85cfd4f48a9388002efced52bcf027f6dc4c525b095f3f953970e73928fdce3245ab4f9d13ae36b9d498
+DIST coloredlogs-14.0.tar.gz 275863 BLAKE2B 
0a8c026220955397378ad2b43a69c89c5710a09e2d9ed81a3f25408c60e171f4b8f78239696a0bc1b51fc3dd9bfca80df63e1f1d7afb6bee0046209a089e0d6d
 SHA512 
3434a95f3216d19af5d7a48324e5afd5e975f92d9f6b99f40df2c0a635f1738e0bc6d7277a549a42a0fec5a8601f82908c4b0205ceeb3666f49210f66fe58671

diff --git a/dev-python/coloredlogs/coloredlogs-14.0.ebuild 
b/dev-python/coloredlogs/coloredlogs-14.0.ebuild
new file mode 100644
index 000..89c3d911e9f
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-14.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="
+   https://pypi.org/project/coloredlogs/
+   https://github.com/xolox/python-coloredlogs
+   https://coloredlogs.readthedocs.io/en/latest/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-python/humanfriendly[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}/${P}-fix-install-prefix.patch" )
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_test() {
+   # test_cli_conversion requires the package to be installed
+   distutils_install_for_testing
+   # test_auto_install fails because the pth file isn't being loaded
+   pytest -vv ${PN}/tests.py \
+   --deselect 
${PN}/tests.py::ColoredLogsTestCase::test_auto_install \
+   || die "Tests fail with ${EPYTHON}"
+}

diff --git 
a/dev-python/coloredlogs/files/coloredlogs-14.0-fix-install-prefix.patch 
b/dev-python/coloredlogs/files/coloredlogs-14.0-fix-install-prefix.patch
new file mode 100644
index 000..d6b60c3bdf5
--- /dev/null
+++ b/dev-python/coloredlogs/files/coloredlogs-14.0-fix-install-prefix.patch
@@ -0,0 +1,35 @@
+commit 6f566c799323feb3b8dc2b82e62953040a6a5129
+Author: Louis Sautier 
+Date:   Sat Sep 26 10:30:37 2020 +0200
+
+setup.py: use absolute paths for pth files
+
+On some systems (such as PyPy3 on Gentoo), distutils' `data` path is not
+`sys.prefix`, which means that we cannot rely on relative paths.
+
+diff --git a/setup.py b/setup.py
+index 057dd80..7674adc 100755
+--- a/setup.py
 b/setup.py
+@@ -66,9 +66,9 @@ def find_pth_directory():
+ Determine the correct directory pathname for installing ``*.pth`` files.
+ 
+ To install a ``*.pth`` file using a source distribution archive (created
+-when ``python setup.py sdist`` is called) the relative directory pathname
+-``lib/pythonX.Y/site-packages`` needs to be passed to the ``data_files``
+-option to ``setup()``.
++when ``python setup.py sdist`` is called) the directory pathname
++``/usr/lib/pythonX.Y/site-packages`` needs to be passed to the 
``data_files``
++option of ``setup()``.
+ 
+ Unfortunately this breaks universal wheel archives (created when ``python
+ setup.py bdist_wheel --universal`` is called) because a specific Python
+@@ -81,7 +81,7 @@ def find_pth_directory():
+ directory without hard coding its location.
+ """
+ return ('/' if 'bdist_wheel' in sys.argv
+-else os.path.relpath(distutils.sysconfig.get_python_lib(), 
sys.prefix))
++else distutils.sysconfig.get_python_lib())
+ 
+ 
+ setup(name='coloredlogs',



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

2020-06-09 Thread Michał Górny
commit: e9493e89d3c1e8d588aea6ef9367c3df7b544609
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  8 11:07:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  9 20:06:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9493e89

dev-python/coloredlogs: arm keyworded (bug #661600)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/coloredlogs/coloredlogs-10.0.ebuild 
b/dev-python/coloredlogs/coloredlogs-10.0.ebuild
index 6c4a97d80c7..04f2dc1c7d4 100644
--- a/dev-python/coloredlogs/coloredlogs-10.0.ebuild
+++ b/dev-python/coloredlogs/coloredlogs-10.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/humanfriendly[${PYTHON_USEDEP}]"
 



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

2020-06-01 Thread Aaron Bauman
commit: 3f77952aa5f8a3cbe70605658885e1988460d2a7
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue May 19 19:15:27 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 04:27:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f77952a

dev-python/coloredlogs: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/coloredlogs-2.0-skip-cli-test.patch| 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/coloredlogs/files/coloredlogs-2.0-skip-cli-test.patch 
b/dev-python/coloredlogs/files/coloredlogs-2.0-skip-cli-test.patch
deleted file mode 100644
index cacd016159e..000
--- a/dev-python/coloredlogs/files/coloredlogs-2.0-skip-cli-test.patch
+++ /dev/null
@@ -1,20 +0,0 @@
- coloredlogs/tests.py | 6 --
- 1 file changed, 6 deletions(-)
-
-diff --git a/coloredlogs/tests.py b/coloredlogs/tests.py
-index 2010b12..7ab18a8 100644
 a/coloredlogs/tests.py
-+++ b/coloredlogs/tests.py
-@@ -160,12 +160,6 @@ class ColoredLogsTestCase(unittest.TestCase):
- for name in 'debug', 'info', 'warning', 'error', 'critical':
- assert name.upper() in output
- 
--def test_cli_conversion(self):
--"""Test the command line HTML conversion."""
--output = main('coloredlogs', '--convert', 'coloredlogs', '--demo', 
capture=True)
--# Make sure the output is encoded as HTML.
--assert '

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

2020-05-14 Thread Aaron Bauman
commit: b98e956bff8ccb01de249537591525a7e342cf24
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Feb  6 12:11:45 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu May 14 22:19:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98e956b

dev-python/coloredlogs: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14578
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/coloredlogs-10.0-skip-cli-test.patch  | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-python/coloredlogs/files/coloredlogs-10.0-skip-cli-test.patch 
b/dev-python/coloredlogs/files/coloredlogs-10.0-skip-cli-test.patch
deleted file mode 100644
index ba03612f7ae..000
--- a/dev-python/coloredlogs/files/coloredlogs-10.0-skip-cli-test.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/coloredlogs/tests.py b/coloredlogs/tests.py
-index 38f2d97..8d1ae36 100644
 a/coloredlogs/tests.py
-+++ b/coloredlogs/tests.py
-@@ -503,12 +503,6 @@ class ColoredLogsTestCase(TestCase):
- for name in 'debug', 'info', 'warning', 'error', 'critical':
- assert name.upper() in output
- 
--def test_cli_conversion(self):
--"""Test the command line HTML conversion."""
--output = main('coloredlogs', '--convert', 'coloredlogs', '--demo', 
capture=True)
--# Make sure the output is encoded as HTML.
--assert '

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

2020-03-26 Thread Michał Górny
commit: e8d7600c3b028a91c5af34bf94fc8bd6a402d175
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 14:38:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 14:50:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d7600c

dev-python/coloredlogs: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/coloredlogs/Manifest   |  1 -
 dev-python/coloredlogs/coloredlogs-6.1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index 004a6b8528b..ed2a550127e 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1,2 +1 @@
 DIST coloredlogs-10.0.tar.gz 273273 BLAKE2B 
775b12718d780da396d74c7f960cdbbd4858c793bf3eefb53d29e9f6b415f682110ae2c7ac631be230578946a2fab8d75e0c3aa487ccd952bb05443f0a85700c
 SHA512 
f4a51fd8fa92ea4e2ef0b58305dcc4bbe12851e722fc85cfd4f48a9388002efced52bcf027f6dc4c525b095f3f953970e73928fdce3245ab4f9d13ae36b9d498
-DIST coloredlogs-6.1.tar.gz 28057 BLAKE2B 
bbb5946db3e6cbfae0b9947d2aa29769858833e35213a44a5be4ceb434021ee8c583ff00c980b9ab4fc533f6fec80e151895097b6a87c44257ef0fd5c7ab0bab
 SHA512 
834cf993e7ffd3328644d334912fcf5a5156a441c6184643b38e5f356d46d7b5c48e02ee1e1b432265052c7a5ab1071ba456e575217a4a762f8387131059c405

diff --git a/dev-python/coloredlogs/coloredlogs-6.1.ebuild 
b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
deleted file mode 100644
index 74ef59cebf3..000
--- a/dev-python/coloredlogs/coloredlogs-6.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Colored stream handler for the logging module"
-HOMEPAGE="
-   https://pypi.org/project/coloredlogs/
-   https://github.com/xolox/python-coloredlogs
-   https://coloredlogs.readthedocs.io/en/latest/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/humanfriendly-2.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/capturer-2.2[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.2[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-cov-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/verboselogs-1.5[${PYTHON_USEDEP}]
-   )"
-
-DOCS=( README.rst )
-
-PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
-
-python_test() {
-   # Sandbox violations
-   sed \
-   -e 's:test_system_logging:_&:g' \
-   -e 's:test_syslog_shortcut_simple:_&:g' \
-   -e 's:test_syslog_shortcut_enhanced:_&:g' \
-   -i ${PN}/tests.py || die
-   esetup.py test
-}



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

2020-02-04 Thread Michał Górny
commit: 18c06e96c06787093de3ef4fd8f3f3f8bca9862a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 13:38:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 13:42:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c06e96

dev-python/coloredlogs: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/coloredlogs/coloredlogs-6.1.ebuild 
b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
index e5f3a194fa4..74ef59cebf3 100644
--- a/dev-python/coloredlogs/coloredlogs-6.1.ebuild
+++ b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/coloredlogs/, dev-python/coloredlogs/files/

2020-01-23 Thread Joonas Niilola
commit: 3ee04ae97b8aabf8c061aff3c44be7cb8313
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jan 15 08:45:23 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jan 23 09:53:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee0

dev-python/coloredlogs: Version bump 10.0 and add py3_7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/14342
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/coloredlogs/Manifest|   1 +
 dev-python/coloredlogs/coloredlogs-10.0.ebuild |  38 
 .../files/coloredlogs-10.0-skip-cli-test.patch |  17 
 ...redlogs-10.0-skip-sandbox-violation-tests.patch | 101 +
 4 files changed, 157 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index ba1aee5cbbc..004a6b8528b 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1 +1,2 @@
+DIST coloredlogs-10.0.tar.gz 273273 BLAKE2B 
775b12718d780da396d74c7f960cdbbd4858c793bf3eefb53d29e9f6b415f682110ae2c7ac631be230578946a2fab8d75e0c3aa487ccd952bb05443f0a85700c
 SHA512 
f4a51fd8fa92ea4e2ef0b58305dcc4bbe12851e722fc85cfd4f48a9388002efced52bcf027f6dc4c525b095f3f953970e73928fdce3245ab4f9d13ae36b9d498
 DIST coloredlogs-6.1.tar.gz 28057 BLAKE2B 
bbb5946db3e6cbfae0b9947d2aa29769858833e35213a44a5be4ceb434021ee8c583ff00c980b9ab4fc533f6fec80e151895097b6a87c44257ef0fd5c7ab0bab
 SHA512 
834cf993e7ffd3328644d334912fcf5a5156a441c6184643b38e5f356d46d7b5c48e02ee1e1b432265052c7a5ab1071ba456e575217a4a762f8387131059c405

diff --git a/dev-python/coloredlogs/coloredlogs-10.0.ebuild 
b/dev-python/coloredlogs/coloredlogs-10.0.ebuild
new file mode 100644
index 000..6c4a97d80c7
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-10.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="
+   https://pypi.org/project/coloredlogs/
+   https://github.com/xolox/python-coloredlogs
+   https://coloredlogs.readthedocs.io/en/latest/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-python/humanfriendly[${PYTHON_USEDEP}]"
+
+DEPEND="test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}] )"
+
+PATCHES="${FILESDIR}/${P}-skip-sandbox-violation-tests.patch"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_test() {
+   pytest -vv ${PN}/tests.py || die "Tests fail with ${EPYTHON}"
+}

diff --git a/dev-python/coloredlogs/files/coloredlogs-10.0-skip-cli-test.patch 
b/dev-python/coloredlogs/files/coloredlogs-10.0-skip-cli-test.patch
new file mode 100644
index 000..ba03612f7ae
--- /dev/null
+++ b/dev-python/coloredlogs/files/coloredlogs-10.0-skip-cli-test.patch
@@ -0,0 +1,17 @@
+diff --git a/coloredlogs/tests.py b/coloredlogs/tests.py
+index 38f2d97..8d1ae36 100644
+--- a/coloredlogs/tests.py
 b/coloredlogs/tests.py
+@@ -503,12 +503,6 @@ class ColoredLogsTestCase(TestCase):
+ for name in 'debug', 'info', 'warning', 'error', 'critical':
+ assert name.upper() in output
+ 
+-def test_cli_conversion(self):
+-"""Test the command line HTML conversion."""
+-output = main('coloredlogs', '--convert', 'coloredlogs', '--demo', 
capture=True)
+-# Make sure the output is encoded as HTML.
+-assert 'https://travis-ci.org/xolox/python-coloredlogs/jobs/325245853
+-retry(lambda: check_contents(system_log_file, expected_message, True))
+-
+-def test_syslog_shortcut_simple(self):
+-"""Make sure that ``coloredlogs.install(syslog=True)`` works."""
+-system_log_file = self.find_system_log()
+-expected_message = random_string(50)
+-with cleanup_handlers():
+-# See test_system_logging() for the importance of this log level.
+-coloredlogs.install(syslog=True)
+-logging.error("%s", expected_message)
+-# See the comments in test_system_logging() on why this is retried.
+-retry(lambda: check_contents(system_log_file, expected_message, True))
+-
+-def test_syslog_shortcut_enhanced(self):
+-"""Make sure that ``coloredlogs.install(syslog='warning')`` works."""
+-system_log_file = self.find_system_log()
+-the_expected_message = random_string(50)
+-not_an_expected_message = random_string(50)
+-with cleanup_handlers():
+-# See test_system_logging() for 

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

2018-04-29 Thread Michał Górny
commit: f598b5ae73f8c9a886353c560a574cbdcee59171
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Apr 27 17:42:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 29 07:35:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f598b5ae

dev-python/coloredlogs: use HTTPS

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

diff --git a/dev-python/coloredlogs/coloredlogs-6.1.ebuild 
b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
index f8a2c00c34c..12bcf1711a2 100644
--- a/dev-python/coloredlogs/coloredlogs-6.1.ebuild
+++ b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="Colored stream handler for the logging module"
 HOMEPAGE="
https://pypi.org/project/coloredlogs/
https://github.com/xolox/python-coloredlogs
-   http://coloredlogs.readthedocs.org;
+   https://coloredlogs.readthedocs.io/en/latest/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2017-05-03 Thread Michał Górny
commit: d81dd2e2cdb9808fa54c65c4b0320669673349dd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  3 06:20:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  3 07:37:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81dd2e2

dev-python/coloredlogs: Clean old versions up

 dev-python/coloredlogs/Manifest |  2 --
 dev-python/coloredlogs/coloredlogs-3.1.4.ebuild | 33 --
 dev-python/coloredlogs/coloredlogs-5.0.ebuild   | 37 -
 3 files changed, 72 deletions(-)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index dcfd6de692f..fcb648e58e9 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1,3 +1 @@
-DIST coloredlogs-3.1.4.tar.gz 23038 SHA256 
c906ef520d55b94ace4f0aad8625a89fc1d324f24ed2892cc1ac5d479183a14c SHA512 
0ee97d0b0e12351c006686418b09a951c3f4c04b6533437e41ffd54f9c427c2b9e5a35c486a37c54565d7cb0c4150b1656a87fed5a86f3ed08b3cd2595d59bd5
 WHIRLPOOL 
caeb81a34e2c832a0d75e8123bb0d9d7e9071269b44e103031ab31657225f43a578f4eb10c6f5aaccce24feba08460fceb8bce9e0bba8eb873df2daa65338fa0
-DIST coloredlogs-5.0.tar.gz 24933 SHA256 
612354a11acd2e1d603c24fe7be21d736c53a23ad27f244cd9e3fdb4a99661d4 SHA512 
f20a18779964b0bd4d48b51b6df81a57e3918f0097108510c50d27d88386ae89bc4e6abcb6263e757148c5094aa02edb6fe8829caecae13ed4fe7596db488763
 WHIRLPOOL 
e23012b14689125ac09d3c16dfe32823e7f792030e3be77899f6aa8bbc1c757c23f9fd739907e67ae3a24304bda036e7e690f95ccf6e7793ca75379bff11f726
 DIST coloredlogs-6.1.tar.gz 28057 SHA256 
4cc35158baab0a495736eca84020a1a29f8ea470b98133bb94aabd3212d7f3f7 SHA512 
834cf993e7ffd3328644d334912fcf5a5156a441c6184643b38e5f356d46d7b5c48e02ee1e1b432265052c7a5ab1071ba456e575217a4a762f8387131059c405
 WHIRLPOOL 
71f8632736c0c280bd19d1662d9cebfa04c85e70058953f0ff88d5e45c0e9daa189447e9b2053cbf4293e1a3708ddaea6a2b51d7688b2182617a38a6b2cbcf1c

diff --git a/dev-python/coloredlogs/coloredlogs-3.1.4.ebuild 
b/dev-python/coloredlogs/coloredlogs-3.1.4.ebuild
deleted file mode 100644
index c7bdcd1fa97..000
--- a/dev-python/coloredlogs/coloredlogs-3.1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Colored stream handler for the logging module"
-HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/humanfriendly-1.42[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/capturer[${PYTHON_USEDEP}]
-   dev-python/verboselogs[${PYTHON_USEDEP}]
-   )"
-
-DOCS=( README.rst )
-
-PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/coloredlogs/coloredlogs-5.0.ebuild 
b/dev-python/coloredlogs/coloredlogs-5.0.ebuild
deleted file mode 100644
index c0eabfb857c..000
--- a/dev-python/coloredlogs/coloredlogs-5.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Colored stream handler for the logging module"
-HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/humanfriendly-1.42[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/capturer[${PYTHON_USEDEP}]
-   dev-python/verboselogs[${PYTHON_USEDEP}]
-   )"
-
-DOCS=( README.rst )
-
-PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
-
-python_test() {
-   # Sandbox violations
-   sed \
-   -e 's:test_system_logging:_&:g' \
-   -i ${PN}/tests.py || die
-   esetup.py test
-}



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

2017-04-29 Thread Justin Lecher
commit: e06343dfcd25aebe6533f812e4caa0c8f1a37bfb
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Apr 29 09:45:42 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Apr 29 18:49:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06343df

dev-python/coloredlogs: Version Bump and Py3.6 support

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/coloredlogs/Manifest   |  1 +
 dev-python/coloredlogs/coloredlogs-6.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index 78b4c40a1bb..dcfd6de692f 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1,2 +1,3 @@
 DIST coloredlogs-3.1.4.tar.gz 23038 SHA256 
c906ef520d55b94ace4f0aad8625a89fc1d324f24ed2892cc1ac5d479183a14c SHA512 
0ee97d0b0e12351c006686418b09a951c3f4c04b6533437e41ffd54f9c427c2b9e5a35c486a37c54565d7cb0c4150b1656a87fed5a86f3ed08b3cd2595d59bd5
 WHIRLPOOL 
caeb81a34e2c832a0d75e8123bb0d9d7e9071269b44e103031ab31657225f43a578f4eb10c6f5aaccce24feba08460fceb8bce9e0bba8eb873df2daa65338fa0
 DIST coloredlogs-5.0.tar.gz 24933 SHA256 
612354a11acd2e1d603c24fe7be21d736c53a23ad27f244cd9e3fdb4a99661d4 SHA512 
f20a18779964b0bd4d48b51b6df81a57e3918f0097108510c50d27d88386ae89bc4e6abcb6263e757148c5094aa02edb6fe8829caecae13ed4fe7596db488763
 WHIRLPOOL 
e23012b14689125ac09d3c16dfe32823e7f792030e3be77899f6aa8bbc1c757c23f9fd739907e67ae3a24304bda036e7e690f95ccf6e7793ca75379bff11f726
+DIST coloredlogs-6.1.tar.gz 28057 SHA256 
4cc35158baab0a495736eca84020a1a29f8ea470b98133bb94aabd3212d7f3f7 SHA512 
834cf993e7ffd3328644d334912fcf5a5156a441c6184643b38e5f356d46d7b5c48e02ee1e1b432265052c7a5ab1071ba456e575217a4a762f8387131059c405
 WHIRLPOOL 
71f8632736c0c280bd19d1662d9cebfa04c85e70058953f0ff88d5e45c0e9daa189447e9b2053cbf4293e1a3708ddaea6a2b51d7688b2182617a38a6b2cbcf1c

diff --git a/dev-python/coloredlogs/coloredlogs-6.1.ebuild 
b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
new file mode 100644
index 000..49ae56fe751
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-6.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="
+   https://pypi.python.org/pypi/coloredlogs
+   https://github.com/xolox/python-coloredlogs
+   http://coloredlogs.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/humanfriendly-2.1[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/capturer-2.2[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.2[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-cov-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/verboselogs-1.5[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
+
+python_test() {
+   # Sandbox violations
+   sed \
+   -e 's:test_system_logging:_&:g' \
+   -e 's:test_syslog_shortcut_simple:_&:g' \
+   -e 's:test_syslog_shortcut_enhanced:_&:g' \
+   -i ${PN}/tests.py || die
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/coloredlogs/files/, dev-python/coloredlogs/

2015-11-17 Thread Justin Lecher
commit: 44bec720e5ac6a4afb1fbe4564469746abaa1697
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Nov 17 17:06:06 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Nov 17 17:06:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bec720

dev-python/coloredlogs: Drop old

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

 dev-python/coloredlogs/Manifest|  5 
 dev-python/coloredlogs/coloredlogs-1.0.1-r1.ebuild | 31 
 dev-python/coloredlogs/coloredlogs-2.0.ebuild  | 34 --
 dev-python/coloredlogs/coloredlogs-3.1.2.ebuild| 34 --
 dev-python/coloredlogs/coloredlogs-3.1.3.ebuild| 34 --
 dev-python/coloredlogs/coloredlogs-3.1.ebuild  | 34 --
 .../files/coloredlogs-1.0.1-ansi2html.patch| 17 ---
 7 files changed, 189 deletions(-)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index fba6d80..3ffdace 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1,6 +1 @@
-DIST coloredlogs-1.0.1.tar.gz 13926 SHA256 
11067ca91532ba4a316fa53b005152a08b3e015dcb1234d393cfc25af88ebc3e SHA512 
098aa22b371ffdb6400fac7d2f000aa73f8956eae71f48ceed2110eb35a4b4d11f814f8cacca643c4deccd82da058a750c700264e7c71c2351514a6f887101a5
 WHIRLPOOL 
71b447498d5e91a0cda131046f7545230bc0c13aa814f0d79cfbd60934dee7c5cc54a729dd36b0a937451f80302384fb0733fd94e43e09c2ce9258c950fd
-DIST coloredlogs-2.0.tar.gz 15486 SHA256 
532198042eac7560f5292961bfb6f844343132fda805575684f67deeb780b2c2 SHA512 
b42e18b563caef4506377fba754e976fed31b7402d418ca79d1875504986572b36fe90b602afcb952dc8b06b9f7bc7ed6861abc2239ae5b5340e006377f9a14d
 WHIRLPOOL 
6cbec16a204f91a218428c8056e2c39d94aeaedbf3356b2548fa288a386b8583bf639a40f0c40dc596096bf44ccb28acb7c2d66403d19cf72143599ba88a82b5
-DIST coloredlogs-3.1.2.tar.gz 22914 SHA256 
ad559e2f2e08eadfb63a210344acf0d00855ba0896fc5662e8d57e1a488e3209 SHA512 
872d041f732bb30a0cc3decd5dc677cf58aad300d6cd37fc0a38dcdb24bad2e6640f332ab58e469b07e2a37d6b7fdbfdf6e804431df175c48add00d86a3b5624
 WHIRLPOOL 
6d9593d8db8eac3ec558581a0772e7264e74e3c4e084c76af58402b2627b3b97689f947ee6eb871bd1fc65c3a2855d66f9f64434b8f612d55b7cefbf3670edf2
-DIST coloredlogs-3.1.3.tar.gz 22911 SHA256 
d2195daa0e310bfaaf3dae47e22feaa3ee3631885e2ffc19aa765ad02196bf03 SHA512 
81ff3476ee44dae3b08b1849189cfd03f7eb0e3c97414b463aeba1f7c6b3a3539f234dd058a0b05a503c5e5f4490236e8145fcb8bc019abb1888d8f10f542ca9
 WHIRLPOOL 
78f668fbac2ac9c61aa82a831c1ca2fd36bbb52557677f565b495dc9ce3206f048fd6e3d6493166559f9a7111f97f9466782d7a643675cea9615303d6a9dbc53
 DIST coloredlogs-3.1.4.tar.gz 23038 SHA256 
c906ef520d55b94ace4f0aad8625a89fc1d324f24ed2892cc1ac5d479183a14c SHA512 
0ee97d0b0e12351c006686418b09a951c3f4c04b6533437e41ffd54f9c427c2b9e5a35c486a37c54565d7cb0c4150b1656a87fed5a86f3ed08b3cd2595d59bd5
 WHIRLPOOL 
caeb81a34e2c832a0d75e8123bb0d9d7e9071269b44e103031ab31657225f43a578f4eb10c6f5aaccce24feba08460fceb8bce9e0bba8eb873df2daa65338fa0
-DIST coloredlogs-3.1.tar.gz 22876 SHA256 
d3ef1ae85c3a1af335f116f634832691873dd87e5872b94bee1dd0a1e43a SHA512 
01ed7841a79278b21fc0588b527803f8092b371c866785949d57f8c04649457fbe34c98ec77d3921f05f224b6d21e1a8fc8f835e4ea542886b948124d9d02bb1
 WHIRLPOOL 
c59cbbd0e773763dcc95c45986385ca518ed9f0c59030d2421af0a4f62c9e3a08586f894e591058dc5e3cfb3a2c39c7886ec0673d59c40d1d811755bd109

diff --git a/dev-python/coloredlogs/coloredlogs-1.0.1-r1.ebuild 
b/dev-python/coloredlogs/coloredlogs-1.0.1-r1.ebuild
deleted file mode 100644
index 6d2702e..000
--- a/dev-python/coloredlogs/coloredlogs-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Colored stream handler for the logging module"
-HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/humanfriendly-1.25.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/verboselogs[${PYTHON_USEDEP}] )"
-
-DOCS=( README.rst )
-
-PATCHES=( "${FILESDIR}"/${P}-ansi2html.patch )
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/coloredlogs/coloredlogs-2.0.ebuild 
b/dev-python/coloredlogs/coloredlogs-2.0.ebuild
deleted file mode 100644
index 74cc495..000
--- a/dev-python/coloredlogs/coloredlogs-2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit 

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

2015-11-17 Thread Justin Lecher
commit: 8e6f391d59f59212c60bd407018daf7baea14370
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Nov 17 17:11:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Nov 17 17:11:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6f391d

dev-python/coloredlogs: Version Bump

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

 dev-python/coloredlogs/Manifest   |  1 +
 dev-python/coloredlogs/coloredlogs-5.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index 3ffdace..78b4c40 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1 +1,2 @@
 DIST coloredlogs-3.1.4.tar.gz 23038 SHA256 
c906ef520d55b94ace4f0aad8625a89fc1d324f24ed2892cc1ac5d479183a14c SHA512 
0ee97d0b0e12351c006686418b09a951c3f4c04b6533437e41ffd54f9c427c2b9e5a35c486a37c54565d7cb0c4150b1656a87fed5a86f3ed08b3cd2595d59bd5
 WHIRLPOOL 
caeb81a34e2c832a0d75e8123bb0d9d7e9071269b44e103031ab31657225f43a578f4eb10c6f5aaccce24feba08460fceb8bce9e0bba8eb873df2daa65338fa0
+DIST coloredlogs-5.0.tar.gz 24933 SHA256 
612354a11acd2e1d603c24fe7be21d736c53a23ad27f244cd9e3fdb4a99661d4 SHA512 
f20a18779964b0bd4d48b51b6df81a57e3918f0097108510c50d27d88386ae89bc4e6abcb6263e757148c5094aa02edb6fe8829caecae13ed4fe7596db488763
 WHIRLPOOL 
e23012b14689125ac09d3c16dfe32823e7f792030e3be77899f6aa8bbc1c757c23f9fd739907e67ae3a24304bda036e7e690f95ccf6e7793ca75379bff11f726

diff --git a/dev-python/coloredlogs/coloredlogs-5.0.ebuild 
b/dev-python/coloredlogs/coloredlogs-5.0.ebuild
new file mode 100644
index 000..ec7bcb0
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/humanfriendly-1.42[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
+
+python_test() {
+   # Sandbox violations
+   sed \
+   -e 's:test_system_logging:_&:g' \
+   -i ${PN}/tests.py || die
+   esetup.py test
+}



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

2015-11-01 Thread Justin Lecher
commit: ae3242b90371abd78b5bebef810d8202aefa35dd
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Nov  1 06:56:52 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Nov  1 06:56:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3242b9

dev-python/coloredlogs: Version Bump

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

 dev-python/coloredlogs/Manifest |  1 +
 dev-python/coloredlogs/coloredlogs-3.1.4.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index b1d422e..fba6d80 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -2,4 +2,5 @@ DIST coloredlogs-1.0.1.tar.gz 13926 SHA256 
11067ca91532ba4a316fa53b005152a08b3e0
 DIST coloredlogs-2.0.tar.gz 15486 SHA256 
532198042eac7560f5292961bfb6f844343132fda805575684f67deeb780b2c2 SHA512 
b42e18b563caef4506377fba754e976fed31b7402d418ca79d1875504986572b36fe90b602afcb952dc8b06b9f7bc7ed6861abc2239ae5b5340e006377f9a14d
 WHIRLPOOL 
6cbec16a204f91a218428c8056e2c39d94aeaedbf3356b2548fa288a386b8583bf639a40f0c40dc596096bf44ccb28acb7c2d66403d19cf72143599ba88a82b5
 DIST coloredlogs-3.1.2.tar.gz 22914 SHA256 
ad559e2f2e08eadfb63a210344acf0d00855ba0896fc5662e8d57e1a488e3209 SHA512 
872d041f732bb30a0cc3decd5dc677cf58aad300d6cd37fc0a38dcdb24bad2e6640f332ab58e469b07e2a37d6b7fdbfdf6e804431df175c48add00d86a3b5624
 WHIRLPOOL 
6d9593d8db8eac3ec558581a0772e7264e74e3c4e084c76af58402b2627b3b97689f947ee6eb871bd1fc65c3a2855d66f9f64434b8f612d55b7cefbf3670edf2
 DIST coloredlogs-3.1.3.tar.gz 22911 SHA256 
d2195daa0e310bfaaf3dae47e22feaa3ee3631885e2ffc19aa765ad02196bf03 SHA512 
81ff3476ee44dae3b08b1849189cfd03f7eb0e3c97414b463aeba1f7c6b3a3539f234dd058a0b05a503c5e5f4490236e8145fcb8bc019abb1888d8f10f542ca9
 WHIRLPOOL 
78f668fbac2ac9c61aa82a831c1ca2fd36bbb52557677f565b495dc9ce3206f048fd6e3d6493166559f9a7111f97f9466782d7a643675cea9615303d6a9dbc53
+DIST coloredlogs-3.1.4.tar.gz 23038 SHA256 
c906ef520d55b94ace4f0aad8625a89fc1d324f24ed2892cc1ac5d479183a14c SHA512 
0ee97d0b0e12351c006686418b09a951c3f4c04b6533437e41ffd54f9c427c2b9e5a35c486a37c54565d7cb0c4150b1656a87fed5a86f3ed08b3cd2595d59bd5
 WHIRLPOOL 
caeb81a34e2c832a0d75e8123bb0d9d7e9071269b44e103031ab31657225f43a578f4eb10c6f5aaccce24feba08460fceb8bce9e0bba8eb873df2daa65338fa0
 DIST coloredlogs-3.1.tar.gz 22876 SHA256 
d3ef1ae85c3a1af335f116f634832691873dd87e5872b94bee1dd0a1e43a SHA512 
01ed7841a79278b21fc0588b527803f8092b371c866785949d57f8c04649457fbe34c98ec77d3921f05f224b6d21e1a8fc8f835e4ea542886b948124d9d02bb1
 WHIRLPOOL 
c59cbbd0e773763dcc95c45986385ca518ed9f0c59030d2421af0a4f62c9e3a08586f894e591058dc5e3cfb3a2c39c7886ec0673d59c40d1d811755bd109

diff --git a/dev-python/coloredlogs/coloredlogs-3.1.4.ebuild 
b/dev-python/coloredlogs/coloredlogs-3.1.4.ebuild
new file mode 100644
index 000..5145699
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-3.1.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/humanfriendly-1.42[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
+
+python_test() {
+   esetup.py test
+}



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

2015-10-28 Thread Justin Lecher
commit: 08e9e965f325352323f8a17a1013cb851038abd9
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 28 09:36:19 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 28 09:36:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e9e965

dev-python/coloredlogs: Version Bump

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

 dev-python/coloredlogs/Manifest |  1 +
 dev-python/coloredlogs/coloredlogs-3.1.3.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index 2f22371..b1d422e 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1,4 +1,5 @@
 DIST coloredlogs-1.0.1.tar.gz 13926 SHA256 
11067ca91532ba4a316fa53b005152a08b3e015dcb1234d393cfc25af88ebc3e SHA512 
098aa22b371ffdb6400fac7d2f000aa73f8956eae71f48ceed2110eb35a4b4d11f814f8cacca643c4deccd82da058a750c700264e7c71c2351514a6f887101a5
 WHIRLPOOL 
71b447498d5e91a0cda131046f7545230bc0c13aa814f0d79cfbd60934dee7c5cc54a729dd36b0a937451f80302384fb0733fd94e43e09c2ce9258c950fd
 DIST coloredlogs-2.0.tar.gz 15486 SHA256 
532198042eac7560f5292961bfb6f844343132fda805575684f67deeb780b2c2 SHA512 
b42e18b563caef4506377fba754e976fed31b7402d418ca79d1875504986572b36fe90b602afcb952dc8b06b9f7bc7ed6861abc2239ae5b5340e006377f9a14d
 WHIRLPOOL 
6cbec16a204f91a218428c8056e2c39d94aeaedbf3356b2548fa288a386b8583bf639a40f0c40dc596096bf44ccb28acb7c2d66403d19cf72143599ba88a82b5
 DIST coloredlogs-3.1.2.tar.gz 22914 SHA256 
ad559e2f2e08eadfb63a210344acf0d00855ba0896fc5662e8d57e1a488e3209 SHA512 
872d041f732bb30a0cc3decd5dc677cf58aad300d6cd37fc0a38dcdb24bad2e6640f332ab58e469b07e2a37d6b7fdbfdf6e804431df175c48add00d86a3b5624
 WHIRLPOOL 
6d9593d8db8eac3ec558581a0772e7264e74e3c4e084c76af58402b2627b3b97689f947ee6eb871bd1fc65c3a2855d66f9f64434b8f612d55b7cefbf3670edf2
+DIST coloredlogs-3.1.3.tar.gz 22911 SHA256 
d2195daa0e310bfaaf3dae47e22feaa3ee3631885e2ffc19aa765ad02196bf03 SHA512 
81ff3476ee44dae3b08b1849189cfd03f7eb0e3c97414b463aeba1f7c6b3a3539f234dd058a0b05a503c5e5f4490236e8145fcb8bc019abb1888d8f10f542ca9
 WHIRLPOOL 
78f668fbac2ac9c61aa82a831c1ca2fd36bbb52557677f565b495dc9ce3206f048fd6e3d6493166559f9a7111f97f9466782d7a643675cea9615303d6a9dbc53
 DIST coloredlogs-3.1.tar.gz 22876 SHA256 
d3ef1ae85c3a1af335f116f634832691873dd87e5872b94bee1dd0a1e43a SHA512 
01ed7841a79278b21fc0588b527803f8092b371c866785949d57f8c04649457fbe34c98ec77d3921f05f224b6d21e1a8fc8f835e4ea542886b948124d9d02bb1
 WHIRLPOOL 
c59cbbd0e773763dcc95c45986385ca518ed9f0c59030d2421af0a4f62c9e3a08586f894e591058dc5e3cfb3a2c39c7886ec0673d59c40d1d811755bd109

diff --git a/dev-python/coloredlogs/coloredlogs-3.1.3.ebuild 
b/dev-python/coloredlogs/coloredlogs-3.1.3.ebuild
new file mode 100644
index 000..5145699
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-3.1.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/humanfriendly-1.42[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
+
+python_test() {
+   esetup.py test
+}



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

2015-10-26 Thread Justin Lecher
commit: 1dd142ec2072491db4ace9864d36c54e2167f9af
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Oct 26 11:15:16 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Oct 26 13:35:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd142ec

dev-python/coloredlogs: Version Bump

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

 dev-python/coloredlogs/Manifest |  1 +
 dev-python/coloredlogs/coloredlogs-3.1.2.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index e447da8..2f22371 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1,3 +1,4 @@
 DIST coloredlogs-1.0.1.tar.gz 13926 SHA256 
11067ca91532ba4a316fa53b005152a08b3e015dcb1234d393cfc25af88ebc3e SHA512 
098aa22b371ffdb6400fac7d2f000aa73f8956eae71f48ceed2110eb35a4b4d11f814f8cacca643c4deccd82da058a750c700264e7c71c2351514a6f887101a5
 WHIRLPOOL 
71b447498d5e91a0cda131046f7545230bc0c13aa814f0d79cfbd60934dee7c5cc54a729dd36b0a937451f80302384fb0733fd94e43e09c2ce9258c950fd
 DIST coloredlogs-2.0.tar.gz 15486 SHA256 
532198042eac7560f5292961bfb6f844343132fda805575684f67deeb780b2c2 SHA512 
b42e18b563caef4506377fba754e976fed31b7402d418ca79d1875504986572b36fe90b602afcb952dc8b06b9f7bc7ed6861abc2239ae5b5340e006377f9a14d
 WHIRLPOOL 
6cbec16a204f91a218428c8056e2c39d94aeaedbf3356b2548fa288a386b8583bf639a40f0c40dc596096bf44ccb28acb7c2d66403d19cf72143599ba88a82b5
+DIST coloredlogs-3.1.2.tar.gz 22914 SHA256 
ad559e2f2e08eadfb63a210344acf0d00855ba0896fc5662e8d57e1a488e3209 SHA512 
872d041f732bb30a0cc3decd5dc677cf58aad300d6cd37fc0a38dcdb24bad2e6640f332ab58e469b07e2a37d6b7fdbfdf6e804431df175c48add00d86a3b5624
 WHIRLPOOL 
6d9593d8db8eac3ec558581a0772e7264e74e3c4e084c76af58402b2627b3b97689f947ee6eb871bd1fc65c3a2855d66f9f64434b8f612d55b7cefbf3670edf2
 DIST coloredlogs-3.1.tar.gz 22876 SHA256 
d3ef1ae85c3a1af335f116f634832691873dd87e5872b94bee1dd0a1e43a SHA512 
01ed7841a79278b21fc0588b527803f8092b371c866785949d57f8c04649457fbe34c98ec77d3921f05f224b6d21e1a8fc8f835e4ea542886b948124d9d02bb1
 WHIRLPOOL 
c59cbbd0e773763dcc95c45986385ca518ed9f0c59030d2421af0a4f62c9e3a08586f894e591058dc5e3cfb3a2c39c7886ec0673d59c40d1d811755bd109

diff --git a/dev-python/coloredlogs/coloredlogs-3.1.2.ebuild 
b/dev-python/coloredlogs/coloredlogs-3.1.2.ebuild
new file mode 100644
index 000..5145699
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-3.1.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/humanfriendly-1.42[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
+
+python_test() {
+   esetup.py test
+}



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

2015-10-23 Thread Justin Lecher
commit: d2edfe009623a0bd6c7fabaed591801c2dfad551
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Oct 23 11:54:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Oct 23 13:13:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2edfe00

dev-python/coloredlogs: Version Bump

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

 dev-python/coloredlogs/Manifest   |  1 +
 dev-python/coloredlogs/coloredlogs-3.1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index f33b1f3..e447da8 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1,2 +1,3 @@
 DIST coloredlogs-1.0.1.tar.gz 13926 SHA256 
11067ca91532ba4a316fa53b005152a08b3e015dcb1234d393cfc25af88ebc3e SHA512 
098aa22b371ffdb6400fac7d2f000aa73f8956eae71f48ceed2110eb35a4b4d11f814f8cacca643c4deccd82da058a750c700264e7c71c2351514a6f887101a5
 WHIRLPOOL 
71b447498d5e91a0cda131046f7545230bc0c13aa814f0d79cfbd60934dee7c5cc54a729dd36b0a937451f80302384fb0733fd94e43e09c2ce9258c950fd
 DIST coloredlogs-2.0.tar.gz 15486 SHA256 
532198042eac7560f5292961bfb6f844343132fda805575684f67deeb780b2c2 SHA512 
b42e18b563caef4506377fba754e976fed31b7402d418ca79d1875504986572b36fe90b602afcb952dc8b06b9f7bc7ed6861abc2239ae5b5340e006377f9a14d
 WHIRLPOOL 
6cbec16a204f91a218428c8056e2c39d94aeaedbf3356b2548fa288a386b8583bf639a40f0c40dc596096bf44ccb28acb7c2d66403d19cf72143599ba88a82b5
+DIST coloredlogs-3.1.tar.gz 22876 SHA256 
d3ef1ae85c3a1af335f116f634832691873dd87e5872b94bee1dd0a1e43a SHA512 
01ed7841a79278b21fc0588b527803f8092b371c866785949d57f8c04649457fbe34c98ec77d3921f05f224b6d21e1a8fc8f835e4ea542886b948124d9d02bb1
 WHIRLPOOL 
c59cbbd0e773763dcc95c45986385ca518ed9f0c59030d2421af0a4f62c9e3a08586f894e591058dc5e3cfb3a2c39c7886ec0673d59c40d1d811755bd109

diff --git a/dev-python/coloredlogs/coloredlogs-3.1.ebuild 
b/dev-python/coloredlogs/coloredlogs-3.1.ebuild
new file mode 100644
index 000..5145699
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/humanfriendly-1.42[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+PATCHES=( "${FILESDIR}"/${PN}-2.0-skip-cli-test.patch )
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/coloredlogs/, dev-python/coloredlogs/files/

2015-10-15 Thread Justin Lecher
commit: abc56484100f3d8457f0f2babed3f4cebde054d2
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 15 08:18:02 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 15 08:18:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc56484

dev-python/coloredlogs: Version Bump

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

 dev-python/coloredlogs/Manifest|  1 +
 dev-python/coloredlogs/coloredlogs-2.0.ebuild  | 34 ++
 .../files/coloredlogs-2.0-skip-cli-test.patch  | 20 +
 3 files changed, 55 insertions(+)

diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index b184f86..f33b1f3 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1 +1,2 @@
 DIST coloredlogs-1.0.1.tar.gz 13926 SHA256 
11067ca91532ba4a316fa53b005152a08b3e015dcb1234d393cfc25af88ebc3e SHA512 
098aa22b371ffdb6400fac7d2f000aa73f8956eae71f48ceed2110eb35a4b4d11f814f8cacca643c4deccd82da058a750c700264e7c71c2351514a6f887101a5
 WHIRLPOOL 
71b447498d5e91a0cda131046f7545230bc0c13aa814f0d79cfbd60934dee7c5cc54a729dd36b0a937451f80302384fb0733fd94e43e09c2ce9258c950fd
+DIST coloredlogs-2.0.tar.gz 15486 SHA256 
532198042eac7560f5292961bfb6f844343132fda805575684f67deeb780b2c2 SHA512 
b42e18b563caef4506377fba754e976fed31b7402d418ca79d1875504986572b36fe90b602afcb952dc8b06b9f7bc7ed6861abc2239ae5b5340e006377f9a14d
 WHIRLPOOL 
6cbec16a204f91a218428c8056e2c39d94aeaedbf3356b2548fa288a386b8583bf639a40f0c40dc596096bf44ccb28acb7c2d66403d19cf72143599ba88a82b5

diff --git a/dev-python/coloredlogs/coloredlogs-2.0.ebuild 
b/dev-python/coloredlogs/coloredlogs-2.0.ebuild
new file mode 100644
index 000..74cc495
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="https://pypi.python.org/pypi/coloredlogs 
https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/humanfriendly-1.25.1[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/capturer[${PYTHON_USEDEP}]
+   dev-python/verboselogs[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( README.rst )
+
+PATCHES=( "${FILESDIR}"/${P}-skip-cli-test.patch )
+
+python_test() {
+   esetup.py test
+}

diff --git a/dev-python/coloredlogs/files/coloredlogs-2.0-skip-cli-test.patch 
b/dev-python/coloredlogs/files/coloredlogs-2.0-skip-cli-test.patch
new file mode 100644
index 000..cacd016
--- /dev/null
+++ b/dev-python/coloredlogs/files/coloredlogs-2.0-skip-cli-test.patch
@@ -0,0 +1,20 @@
+ coloredlogs/tests.py | 6 --
+ 1 file changed, 6 deletions(-)
+
+diff --git a/coloredlogs/tests.py b/coloredlogs/tests.py
+index 2010b12..7ab18a8 100644
+--- a/coloredlogs/tests.py
 b/coloredlogs/tests.py
+@@ -160,12 +160,6 @@ class ColoredLogsTestCase(unittest.TestCase):
+ for name in 'debug', 'info', 'warning', 'error', 'critical':
+ assert name.upper() in output
+ 
+-def test_cli_conversion(self):
+-"""Test the command line HTML conversion."""
+-output = main('coloredlogs', '--convert', 'coloredlogs', '--demo', 
capture=True)
+-# Make sure the output is encoded as HTML.
+-assert '