summaryrefslogtreecommitdiff
path: root/dev-python/ansicolor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-08 21:45:04 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-08 21:45:04 +0000
commit65737cf14a7220bd9a487aa2af4ae0e79bd23e86 (patch)
tree625754b14ae80ac167d1b150c2314b647cd008e6 /dev-python/ansicolor
parent5001a6c7b6da2956f5b17c695b1e0059dc7b8de5 (diff)
gentoo resync : 08.01.2018
Diffstat (limited to 'dev-python/ansicolor')
-rw-r--r--dev-python/ansicolor/Manifest6
-rw-r--r--dev-python/ansicolor/ansicolor-0.2.1.ebuild21
-rw-r--r--dev-python/ansicolor/ansicolor-0.2.4.ebuild7
-rw-r--r--dev-python/ansicolor/metadata.xml17
4 files changed, 18 insertions, 33 deletions
diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest
index 8489c71fbcbb..3e0202bdf488 100644
--- a/dev-python/ansicolor/Manifest
+++ b/dev-python/ansicolor/Manifest
@@ -1,5 +1,3 @@
-DIST ansicolor-0.2.1.tar.gz 5678 BLAKE2B 538c4223ede3263cc46e52da53cc75e2a3c3ea4685020262b7efe13050d6f33ab307f190f83b4bd44f0e99a5228651ef18afe61c960a5e355584196df44434c9 SHA512 334b90eaf3f21469062ff4f70043fa902c1cfd53e7d73d22e4df63dbeb55db1f33d71b5a88ef6ba4481a9144ee7652ea68d9554f5155e129f462872d064430b5
DIST ansicolor-0.2.4.tar.gz 5971 BLAKE2B 95be4af04df9ec9104872fa1a97dfe48174032f22cd5c0e2f9cd8292f2fb1a391476b93985df227cb7b15ef2c6998c912976c3f071ca88e74835032acb138307 SHA512 1f20955a5ddf6a2125146fab220884b3dace2faef5b06c637c396b1769ad60e69ef7ae8a4ae3ecd49d0b849efdbd388b611eb738dc7c1b7f19027afc3f30e57c
-EBUILD ansicolor-0.2.1.ebuild 565 BLAKE2B 83bb21aadd973f3e09a9f721e8c0bbacbb0d5d359cbbe92b35bda044d2a54b2152d2aa7ddaf302e750ba22d1ea5920dadfc05c737ac03e271fc3818041afcf36 SHA512 73a812bb0baf9eaceb625967ca2433cf71f73d977c2309ef829e60546e48e71668b048afb6534eb7c9f15bba6a873897da5de7abac183287318c517e59878f31
-EBUILD ansicolor-0.2.4.ebuild 573 BLAKE2B 4bc9498aa85090f3d7b1aeffdce4fbeecf6cf7dba89f891c6f46d43beadc28e79b17216e2d040af2b9722e2f4aead229115ace72ae610560dd13d44bfef6fc47 SHA512 caf3fd1ebbc8c6bac308bcee477e3cdf14ad3f0ed531b01be34102b5f96a5e37f3f75fff0c2cad99532767bac4c9d655169110028b3ca6f3e435e042828a7336
-MISC metadata.xml 305 BLAKE2B e1328867725ae4514e5b0202e26cf5021d0c85edb5eea6d61e453b31c42876aac2cee451208f9575b3e4905db670b40b950fd9ca407a18232c88aee1efd09c24 SHA512 9de4b49f53061b8ed45073bbad59a8f577ca075f271eba90c1822655da1310e212b31774ade66a9e318478f92aad2e863e46bff4ab067288e7d8c2b4f37e6913
+EBUILD ansicolor-0.2.4.ebuild 578 BLAKE2B 6e992717a80c4f93407abf4c8d7382917207c0584b05671cba124e6ef679ffafcf3e2efaf5d512cdb76bec4134b2e4f1608630e34fa82b58072011a1768b318e SHA512 53a17a624ea5ac2c48b74edc46acb7fea0a4d681b346503f19bc5a8f2c9c86b594ecdf948598052620cbe8dda8e37ccd61f16aa2895e5b126198bc1589df415b
+MISC metadata.xml 497 BLAKE2B ce249e4bcd8f3e7eacfbe1ce27ee5fc2746173417a81dc51ea3234632e436c256bb5be663d9a8e0a514378c084a6beffda8b30112d82be96c1f6d1748f78d8a7 SHA512 539ed7d24279e0c9a23166e4c2a19326c6bbeeebc17b5d55b0ebf45621005c47bb6cd7f434a30d93c585b7444b327f9e87389f0a63cdf000ea8e13ae23625400
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 e042e1b6f104..000000000000
--- 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}]"
diff --git a/dev-python/ansicolor/ansicolor-0.2.4.ebuild b/dev-python/ansicolor/ansicolor-0.2.4.ebuild
index 552bcb87be0f..fc1f9fea09fc 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
@@ -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=""
diff --git a/dev-python/ansicolor/metadata.xml b/dev-python/ansicolor/metadata.xml
index 74b262541d0c..6baace5d033a 100644
--- a/dev-python/ansicolor/metadata.xml
+++ b/dev-python/ansicolor/metadata.xml
@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">ansicolor</remote-id>
- <remote-id type="github">numerodix/ansicolor</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>itumaykin+gentoo@gmail.com</email>
+ <name>Coacher</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">numerodix/ansicolor</remote-id>
+ <remote-id type="pypi">ansicolor</remote-id>
+ </upstream>
</pkgmetadata>