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

2023-05-26 Thread Arthur Zamarin
commit: c254cc8cadd91b412a1a0b197cb43be626ca44b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 20:12:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 20:26:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c254cc8c

dev-python/ansicolor: enable py3.12

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild | 2 +-
 dev-python/ansicolor/ansicolor-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild 
b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
index 8e64f84b7ac5..7af100c04efc 100644
--- a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1

diff --git a/dev-python/ansicolor/ansicolor-.ebuild 
b/dev-python/ansicolor/ansicolor-.ebuild
index 70525bf9ef55..4d55e8a5e08c 100644
--- a/dev-python/ansicolor/ansicolor-.ebuild
+++ b/dev-python/ansicolor/ansicolor-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1



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

2022-06-22 Thread Michał Górny
commit: 2c27f383b71908c878fe97fda3c7fa24905c84ff
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 22 07:38:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 22 07:38:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c27f383

dev-python/ansicolor: Remove old

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

 dev-python/ansicolor/ansicolor-0.3.2.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.3.2.ebuild 
b/dev-python/ansicolor/ansicolor-0.3.2.ebuild
deleted file mode 100644
index 6151096e6f14..
--- a/dev-python/ansicolor/ansicolor-0.3.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansicolor/;
-SRC_URI="
-   https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-distutils_enable_tests pytest



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

2022-06-21 Thread Joonas Niilola
commit: 2aab6f6ce4a186bf7569be3eb9cec63e48a2e9e7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jun 22 05:27:30 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jun 22 05:27:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aab6f6c

dev-python/ansicolor: Stabilize 0.3.2-r1 ALLARCHES, #853589

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild 
b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
index ceb39bf7b7df..efd13944e8ac 100644
--- a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="
https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Produce ansi color output and colored highlighting and diffing"



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

2022-05-18 Thread Andrew Ammerlaan
commit: a52206a7038e5ee992f0e811760c73433835ae66
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed May 18 10:26:45 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed May 18 10:46:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52206a7

dev-python/ansicolor: EAPI8, py3.11, PEP517

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

 .../{ansicolor-.ebuild => ansicolor-0.3.2-r1.ebuild} | 16 ++--
 dev-python/ansicolor/ansicolor-.ebuild   | 16 ++--
 2 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-.ebuild 
b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
similarity index 70%
copy from dev-python/ansicolor/ansicolor-.ebuild
copy to dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
index d678863551e3..ceb39bf7b7df 100644
--- a/dev-python/ansicolor/ansicolor-.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 
 if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git;
+else
# pypi tars don't include tests and github repo is missing release tags,
# so only enabling tests for  at this time
-   distutils_enable_tests pytest
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   SRC_URI="
+   https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -23,3 +25,5 @@ HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansico
 
 LICENSE="Apache-2.0"
 SLOT="0"
+
+distutils_enable_tests pytest

diff --git a/dev-python/ansicolor/ansicolor-.ebuild 
b/dev-python/ansicolor/ansicolor-.ebuild
index d678863551e3..ceb39bf7b7df 100644
--- a/dev-python/ansicolor/ansicolor-.ebuild
+++ b/dev-python/ansicolor/ansicolor-.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 
 if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git;
+else
# pypi tars don't include tests and github repo is missing release tags,
# so only enabling tests for  at this time
-   distutils_enable_tests pytest
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   SRC_URI="
+   https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -23,3 +25,5 @@ HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansico
 
 LICENSE="Apache-2.0"
 SLOT="0"
+
+distutils_enable_tests pytest



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

2021-06-05 Thread Michał Górny
commit: b152ea8f2661ea79cbc191e0e076fa21b590d0f0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 20:54:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 20:55:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b152ea8f

dev-python/ansicolor: Remove old

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

 dev-python/ansicolor/Manifest  |  1 -
 dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest
index d75f114fc9f..fe3b67070d1 100644
--- a/dev-python/ansicolor/Manifest
+++ b/dev-python/ansicolor/Manifest
@@ -1,2 +1 @@
-DIST ansicolor-0.2.6.tar.gz 6224 BLAKE2B 
38ffd0e9a88c886ebad25c4f0072f2f8f833e028c3bc14eb89252c1c0b501f973c9b3e371b4c605a3b98df33eb7203a963797d3ee56cf87b0afb927b19096fd5
 SHA512 
44c7dc6f621fc3044d4a52acb96e7e497578e025090633bfc8cbf686d7461da018f64502b477a6090e60747481f320cebaad00ee0776c9f4c52d4abbb1812121
 DIST ansicolor-0.3.2.gh.tar.gz 118221 BLAKE2B 
f3f621298858974522dd05665c66ffebfc335291b61c6f0e6f835aaddf099559412f12979ad2a43001690b430125c8e1a8fd5427ad3268393d75bd736353d598
 SHA512 
de1e1bc9d8a02accaa57a64e5d2ea1f510545b3ab83218c47c7a1861e8438862c222147c9dcab0fcb1ec4055dcee07d6cde6d7bfecfbf9ac55c3bb76ac0fb0ab

diff --git a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
deleted file mode 100644
index 8ea693a0aa4..000
--- a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git;
-   # pypi tars don't include tests and github repo is missing release tags,
-   # so only enabling tests for  at this time
-   distutils_enable_tests pytest
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansicolor/;
-
-LICENSE="Apache-2.0"
-SLOT="0"



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

2021-06-05 Thread Michał Górny
commit: fb1850529869e1afb9aaa4d7bec9a3ab1cf3cec7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 12:34:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 12:36:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb185052

dev-python/ansicolor: Enable py3.10

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

 dev-python/ansicolor/ansicolor-0.3.2.ebuild | 2 +-
 dev-python/ansicolor/ansicolor-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.3.2.ebuild 
b/dev-python/ansicolor/ansicolor-0.3.2.ebuild
index 510a58e663b..2529688dc17 100644
--- a/dev-python/ansicolor/ansicolor-0.3.2.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 

diff --git a/dev-python/ansicolor/ansicolor-.ebuild 
b/dev-python/ansicolor/ansicolor-.ebuild
index 82e29392ef6..d678863551e 100644
--- a/dev-python/ansicolor/ansicolor-.ebuild
+++ b/dev-python/ansicolor/ansicolor-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-05-05 Thread Michał Górny
commit: 6876c5749c44a363e9846520d95eeedc2caff594
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  5 07:28:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  5 09:25:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6876c574

dev-python/ansicolor: Bump to 0.3.2

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

 dev-python/ansicolor/Manifest   |  1 +
 dev-python/ansicolor/ansicolor-0.3.2.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest
index 01708bb5bf7..d75f114fc9f 100644
--- a/dev-python/ansicolor/Manifest
+++ b/dev-python/ansicolor/Manifest
@@ -1 +1,2 @@
 DIST ansicolor-0.2.6.tar.gz 6224 BLAKE2B 
38ffd0e9a88c886ebad25c4f0072f2f8f833e028c3bc14eb89252c1c0b501f973c9b3e371b4c605a3b98df33eb7203a963797d3ee56cf87b0afb927b19096fd5
 SHA512 
44c7dc6f621fc3044d4a52acb96e7e497578e025090633bfc8cbf686d7461da018f64502b477a6090e60747481f320cebaad00ee0776c9f4c52d4abbb1812121
+DIST ansicolor-0.3.2.gh.tar.gz 118221 BLAKE2B 
f3f621298858974522dd05665c66ffebfc335291b61c6f0e6f835aaddf099559412f12979ad2a43001690b430125c8e1a8fd5427ad3268393d75bd736353d598
 SHA512 
de1e1bc9d8a02accaa57a64e5d2ea1f510545b3ab83218c47c7a1861e8438862c222147c9dcab0fcb1ec4055dcee07d6cde6d7bfecfbf9ac55c3bb76ac0fb0ab

diff --git a/dev-python/ansicolor/ansicolor-0.3.2.ebuild 
b/dev-python/ansicolor/ansicolor-0.3.2.ebuild
new file mode 100644
index 000..510a58e663b
--- /dev/null
+++ b/dev-python/ansicolor/ansicolor-0.3.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
+HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansicolor/;
+SRC_URI="
+   https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2021-05-05 Thread Michał Górny
commit: ef830c7afe93dc1aa810f82cf113b499ba540f69
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  5 07:28:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  5 09:25:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef830c7a

dev-python/ansicolor: Add python@ as co-maint.

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

 dev-python/ansicolor/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/ansicolor/metadata.xml 
b/dev-python/ansicolor/metadata.xml
index dbbdd027149..6bf299c1b80 100644
--- a/dev-python/ansicolor/metadata.xml
+++ b/dev-python/ansicolor/metadata.xml
@@ -9,6 +9,10 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   pyt...@gentoo.org
+   Python
+   


numerodix/ansicolor



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

2021-03-14 Thread Sam James
commit: aa55c5e0e64e5f46b1fbf8e97b2b646a6d4513ab
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 15 02:45:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 15 02:45:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa55c5e0

dev-python/ansicolor: mark ALLARCHES

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

 dev-python/ansicolor/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/ansicolor/metadata.xml 
b/dev-python/ansicolor/metadata.xml
index 50b2ecb5367..1c45472b4e5 100644
--- a/dev-python/ansicolor/metadata.xml
+++ b/dev-python/ansicolor/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

numerodix/ansicolor
ansicolor



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

2020-05-07 Thread Mikle Kolyada
commit: 2a082d8ffd3c9219fcf8505a09badd99b8038b2d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 21:58:44 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 21:59:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a082d8f

dev-python/ansicolor: marge stable keywords

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild |  2 +-
 dev-python/ansicolor/ansicolor-0.2.6.ebuild| 19 ---
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
index 25c10321fe6..744f7665ed0 100644
--- a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
distutils_enable_tests pytest
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Produce ansi color output and colored highlighting and diffing"

diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
deleted file mode 100644
index 866117da949..000
--- a/dev-python/ansicolor/ansicolor-0.2.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansicolor/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-02-27 Thread Joonas Niilola
commit: 081c750bfac9605f03f92910a981fe3ef17281aa
Author: Lucian Poston  pm  me>
AuthorDate: Tue Feb 25 20:51:53 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 27 13:54:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081c750b

dev-python/ansicolor: Add maintainer

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lucian Poston  pm.me>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/ansicolor/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/ansicolor/metadata.xml 
b/dev-python/ansicolor/metadata.xml
index 17e74d02f0c..50b2ecb5367 100644
--- a/dev-python/ansicolor/metadata.xml
+++ b/dev-python/ansicolor/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   lucianpos...@pm.me
+   Lucian Poston
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

numerodix/ansicolor
ansicolor



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

2020-02-27 Thread Joonas Niilola
commit: 0975ddab3af4e2a65e7dbb9262a64e752fcd271b
Author: Lucian Poston  pm  me>
AuthorDate: Tue Feb 25 21:11:01 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 27 13:54:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0975ddab

dev-python/ansicolor: Add python3_{7,8}

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lucian Poston  pm.me>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild | 25 +
 dev-python/ansicolor/ansicolor-.ebuild | 30 --
 2 files changed, 39 insertions(+), 16 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
new file mode 100644
index 000..25c10321fe6
--- /dev/null
+++ b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git;
+   # pypi tars don't include tests and github repo is missing release tags,
+   # so only enabling tests for  at this time
+   distutils_enable_tests pytest
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
+HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansicolor/;
+
+LICENSE="Apache-2.0"
+SLOT="0"

diff --git a/dev-python/ansicolor/ansicolor-.ebuild 
b/dev-python/ansicolor/ansicolor-.ebuild
index e5f2a4f1961..25c10321fe6 100644
--- a/dev-python/ansicolor/ansicolor-.ebuild
+++ b/dev-python/ansicolor/ansicolor-.ebuild
@@ -1,27 +1,25 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git;
+   # pypi tars don't include tests and github repo is missing release tags,
+   # so only enabling tests for  at this time
+   distutils_enable_tests pytest
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
 
 DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
 HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansicolor/;
-EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   py.test -v || die "Test suite failed with ${EPYTHON}"
-}



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

2020-02-03 Thread Michał Górny
commit: 54dfdd874cd210ba70a3a7083b9f03ccfccc56c0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  3 20:38:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  3 20:45:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dfdd87

dev-python/ansicolor: Remove py2

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

 dev-python/ansicolor/ansicolor-0.2.6.ebuild | 2 +-
 dev-python/ansicolor/ansicolor-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
index 7ef5812453e..866117da949 100644
--- a/dev-python/ansicolor/ansicolor-0.2.6.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/ansicolor/ansicolor-.ebuild 
b/dev-python/ansicolor/ansicolor-.ebuild
index 43e3b92c5f6..e5f2a4f1961 100644
--- a/dev-python/ansicolor/ansicolor-.ebuild
+++ b/dev-python/ansicolor/ansicolor-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3
 



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

2018-06-07 Thread Michał Górny
commit: a767778f23384642f10f2a7e660cb92e87cfa591
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun May 20 12:15:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  7 07:28:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a767778f

dev-python/ansicolor: add PyPI link to HOMEPAGE

Package-Manager: Portage-2.3.38, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8491

 dev-python/ansicolor/ansicolor-0.2.6.ebuild | 2 +-
 dev-python/ansicolor/ansicolor-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
index 11b50c6859a..a3255104980 100644
--- a/dev-python/ansicolor/ansicolor-0.2.6.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor;
+HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansicolor/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/ansicolor/ansicolor-.ebuild 
b/dev-python/ansicolor/ansicolor-.ebuild
index bbb99ff83a3..2977c375d9a 100644
--- a/dev-python/ansicolor/ansicolor-.ebuild
+++ b/dev-python/ansicolor/ansicolor-.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor;
+HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansicolor/;
 EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git;
 
 LICENSE="Apache-2.0"



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

2018-03-19 Thread Michał Górny
commit: a3a8f87ad243b8da5aeaf75d7cae9b16a24290cb
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Mar 19 10:48:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 19 14:50:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a8f87a

dev-python/ansicolor: remove old

Closes: https://github.com/gentoo/gentoo/pull/7507
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/ansicolor/Manifest   |  1 -
 dev-python/ansicolor/ansicolor-0.2.4.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest
index 2ec6f716184..01708bb5bf7 100644
--- a/dev-python/ansicolor/Manifest
+++ b/dev-python/ansicolor/Manifest
@@ -1,2 +1 @@
-DIST ansicolor-0.2.4.tar.gz 5971 BLAKE2B 
95be4af04df9ec9104872fa1a97dfe48174032f22cd5c0e2f9cd8292f2fb1a391476b93985df227cb7b15ef2c6998c912976c3f071ca88e74835032acb138307
 SHA512 
1f20955a5ddf6a2125146fab220884b3dace2faef5b06c637c396b1769ad60e69ef7ae8a4ae3ecd49d0b849efdbd388b611eb738dc7c1b7f19027afc3f30e57c
 DIST ansicolor-0.2.6.tar.gz 6224 BLAKE2B 
38ffd0e9a88c886ebad25c4f0072f2f8f833e028c3bc14eb89252c1c0b501f973c9b3e371b4c605a3b98df33eb7203a963797d3ee56cf87b0afb927b19096fd5
 SHA512 
44c7dc6f621fc3044d4a52acb96e7e497578e025090633bfc8cbf686d7461da018f64502b477a6090e60747481f320cebaad00ee0776c9f4c52d4abbb1812121

diff --git a/dev-python/ansicolor/ansicolor-0.2.4.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
deleted file mode 100644
index fc1f9fea09f..000
--- a/dev-python/ansicolor/ansicolor-0.2.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor;
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz -> 
${P}.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-03-18 Thread Mikle Kolyada
commit: ac62dbbb0af8859342321bb308def8bb4f07e233
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar 18 12:46:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar 18 12:47:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac62dbbb

dev-python/ansicolor: amd64 stable wrt bug #650658

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
index 7128b6a20dd..11b50c6859a 100644
--- a/dev-python/ansicolor/ansicolor-0.2.6.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-02-26 Thread Patrice Clement
commit: e3eaeecdc730dfec9f3858ad682068a80eb73a07
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Feb 26 16:49:39 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 26 21:53:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eaeecd

dev-python/ansicolor: add live ebuild.

It has tests!

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7285

 dev-python/ansicolor/ansicolor-.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/ansicolor/ansicolor-.ebuild 
b/dev-python/ansicolor/ansicolor-.ebuild
new file mode 100644
index 000..bbb99ff83a3
--- /dev/null
+++ b/dev-python/ansicolor/ansicolor-.ebuild
@@ -0,0 +1,26 @@
+# 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,3_5,3_6} pypy )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
+HOMEPAGE="https://github.com/numerodix/ansicolor;
+EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   py.test -v || die "Test suite failed with ${EPYTHON}"
+}



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

2018-02-02 Thread Michał Górny
commit: 0a29d03b6945ca4471d96d2449c1b668f10fb93c
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun Jan 28 15:16:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  2 23:22:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a29d03b

dev-python/ansicolor: verbump to 0.2.6

Tarball only available at PyPI.

Closes: https://github.com/gentoo/gentoo/pull/6986
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-python/ansicolor/Manifest   |  1 +
 dev-python/ansicolor/ansicolor-0.2.6.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest
index ed67bada90b..2ec6f716184 100644
--- a/dev-python/ansicolor/Manifest
+++ b/dev-python/ansicolor/Manifest
@@ -1 +1,2 @@
 DIST ansicolor-0.2.4.tar.gz 5971 BLAKE2B 
95be4af04df9ec9104872fa1a97dfe48174032f22cd5c0e2f9cd8292f2fb1a391476b93985df227cb7b15ef2c6998c912976c3f071ca88e74835032acb138307
 SHA512 
1f20955a5ddf6a2125146fab220884b3dace2faef5b06c637c396b1769ad60e69ef7ae8a4ae3ecd49d0b849efdbd388b611eb738dc7c1b7f19027afc3f30e57c
+DIST ansicolor-0.2.6.tar.gz 6224 BLAKE2B 
38ffd0e9a88c886ebad25c4f0072f2f8f833e028c3bc14eb89252c1c0b501f973c9b3e371b4c605a3b98df33eb7203a963797d3ee56cf87b0afb927b19096fd5
 SHA512 
44c7dc6f621fc3044d4a52acb96e7e497578e025090633bfc8cbf686d7461da018f64502b477a6090e60747481f320cebaad00ee0776c9f4c52d4abbb1812121

diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
new file mode 100644
index 000..440cb6da5a7
--- /dev/null
+++ b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
@@ -0,0 +1,19 @@
+# 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,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
+HOMEPAGE="https://github.com/numerodix/ansicolor;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-01-08 Thread Patrice Clement
commit: 729515a64ae1ada573742e9d0fbd4c78cc108f47
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun Dec 24 12:56:46 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  8 16:35:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729515a6

dev-python/ansicolor: add Python 3.6 support

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-python/ansicolor/ansicolor-0.2.4.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
index 6b1adbd892b..fc1f9fea09f 100644
--- a/dev-python/ansicolor/ansicolor-0.2.4.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



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

2018-01-08 Thread Patrice Clement
commit: 3d6cd9fce30c93ba0bacb40e668f963ebdf2a5b3
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun Dec 24 12:45:54 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  8 16:35:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6cd9fc

dev-python/ansicolor: assign m-n package to myself

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6686

 dev-python/ansicolor/metadata.xml | 17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-python/ansicolor/metadata.xml 
b/dev-python/ansicolor/metadata.xml
index 74b262541d0..6baace5d033 100644
--- a/dev-python/ansicolor/metadata.xml
+++ b/dev-python/ansicolor/metadata.xml
@@ -1,9 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  
-ansicolor
-numerodix/ansicolor
-  
+   
+   itumaykin+gen...@gmail.com
+   Coacher
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   numerodix/ansicolor
+   ansicolor
+   
 



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

2018-01-08 Thread Patrice Clement
commit: 3c555771def7257ac4731c39032b789698d61153
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun Dec 24 12:50:31 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  8 16:35:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c555771

dev-python/ansicolor: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/ansicolor/Manifest   |  1 -
 dev-python/ansicolor/ansicolor-0.2.1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest
index a4758fb9e1f..ed67bada90b 100644
--- a/dev-python/ansicolor/Manifest
+++ b/dev-python/ansicolor/Manifest
@@ -1,2 +1 @@
-DIST ansicolor-0.2.1.tar.gz 5678 BLAKE2B 
538c4223ede3263cc46e52da53cc75e2a3c3ea4685020262b7efe13050d6f33ab307f190f83b4bd44f0e99a5228651ef18afe61c960a5e355584196df44434c9
 SHA512 
334b90eaf3f21469062ff4f70043fa902c1cfd53e7d73d22e4df63dbeb55db1f33d71b5a88ef6ba4481a9144ee7652ea68d9554f5155e129f462872d064430b5
 DIST ansicolor-0.2.4.tar.gz 5971 BLAKE2B 
95be4af04df9ec9104872fa1a97dfe48174032f22cd5c0e2f9cd8292f2fb1a391476b93985df227cb7b15ef2c6998c912976c3f071ca88e74835032acb138307
 SHA512 
1f20955a5ddf6a2125146fab220884b3dace2faef5b06c637c396b1769ad60e69ef7ae8a4ae3ecd49d0b849efdbd388b611eb738dc7c1b7f19027afc3f30e57c

diff --git a/dev-python/ansicolor/ansicolor-0.2.1.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.1.ebuild
deleted file mode 100644
index e042e1b6f10..000
--- a/dev-python/ansicolor/ansicolor-0.2.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor;
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-01-08 Thread Patrice Clement
commit: 67adce7d61285a9edff39d99fc90d8e3f957466d
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun Dec 24 12:53:25 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  8 16:35:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67adce7d

dev-python/ansicolor: minor stylistic changes

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/ansicolor/ansicolor-0.2.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.2.4.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
index 552bcb87be0..6b1adbd892b 100644
--- a/dev-python/ansicolor/ansicolor-0.2.4.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
@@ -11,10 +11,11 @@ DESCRIPTION="Produce ansi color output and colored 
highlighting and diffing"
 HOMEPAGE="https://github.com/numerodix/ansicolor;
 SRC_URI="
mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-   https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz -> 
${P}.tar.gz
+"
 
-SLOT="0"
 LICENSE="Apache-2.0"
+SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 



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

2017-01-09 Thread David Seifert
commit: 5adc03e50ddfb37b525fb19ca78e012831967400
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sun Jan  8 10:07:10 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jan  9 20:17:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adc03e5

dev-python/ansicolor: add missing dev-python/setuptools DEPEND

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3374

 dev-python/ansicolor/ansicolor-0.2.1.ebuild | 4 +++-
 dev-python/ansicolor/ansicolor-0.2.4.ebuild | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/ansicolor/ansicolor-0.2.1.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.1.ebuild
index 9312cdc..5d7ebb7 100644
--- a/dev-python/ansicolor/ansicolor-0.2.1.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,3 +18,5 @@ SLOT="0"
 LICENSE="Apache-2.0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/ansicolor/ansicolor-0.2.4.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
index 4ec60fc..043dc92 100644
--- a/dev-python/ansicolor/ansicolor-0.2.4.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
@@ -18,3 +18,5 @@ SLOT="0"
 LICENSE="Apache-2.0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-01-07 Thread David Seifert
commit: 40aa84d7b829903e84b24554dbbd73d4ac54f977
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Fri Jan  6 18:14:26 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan  7 14:48:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40aa84d7

dev-python/ansicolor: add python3_5 support

Build succeeds, no testsuite, builtin demos work.

Gentoo-Bug: 590354

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3353

 dev-python/ansicolor/ansicolor-0.2.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.2.4.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
index a59a554..4ec60fc 100644
--- a/dev-python/ansicolor/ansicolor-0.2.4.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
 inherit distutils-r1