From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/colorlog/
Date: Tue, 2 May 2017 16:41:15 +0000 (UTC) [thread overview]
Message-ID: <1493743262.bee73f45408a0cd4a5b5140abada90c58f00bb04.mgorny@gentoo> (raw)
commit: bee73f45408a0cd4a5b5140abada90c58f00bb04
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 16:06:28 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 2 16:41:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee73f45
dev-python/colorlog: Clean old versions up
dev-python/colorlog/Manifest | 2 --
dev-python/colorlog/colorlog-2.6.0.ebuild | 31 -------------------------------
dev-python/colorlog/colorlog-2.6.1.ebuild | 31 -------------------------------
3 files changed, 64 deletions(-)
diff --git a/dev-python/colorlog/Manifest b/dev-python/colorlog/Manifest
index b842e9fb8e8..d43f994a21d 100644
--- a/dev-python/colorlog/Manifest
+++ b/dev-python/colorlog/Manifest
@@ -1,3 +1 @@
-DIST colorlog-2.6.0.tar.gz 7079 SHA256 0f03ae0128a1ac2e22ec6a6617efbd36ab00d4b2e1c49c497e11854cf24f1fe9 SHA512 be0fbdb617f2edede0d7076a7d9bb0f32578d8f8e688734cf2f29a3bad8e95a8cd2ee32abd680289602a8fb5fb3da728a134ac0f9eb7bcf645a3220c9e02dbf0 WHIRLPOOL 64565c351e6e36b3c20882b9c73a36a2d8aed5866b92d447bbe95dbbff30f15f3d9d68b6840916738d5eb943246f1ec5c9548505e6e2df2e09057c20c564da7c
-DIST colorlog-2.6.1.tar.gz 7721 SHA256 34891e2f914903ecbbdba1666f0946e8ce141ebd888f0468d0484c1ffc345b36 SHA512 ca30eee4352d20e8aa5b1d3b38e03d0a14f7c8fd4370bb312857b1fb1909a704c87f81f3ee790defc33fc7688126e6f4776a561e2ca05a8c9fb20fae5f7430c7 WHIRLPOOL 67256d7a452e2b503f6e86fa6090692246703e3e4c774f7208b5e9f1be2aac2796eb013f96d12796d110f974e4806f624485f7efaa226e2ef0993be8d49f445d
DIST colorlog-2.7.0.tar.gz 10153 SHA256 8e197dae35398049965293021dd69a9db068efe97133597f128e5ef69392f33e SHA512 765923004a2e2b0c0e34f7cbf2d79ac7232a13e9aba68166c8ba295303cd7187317d9a34a405a78cc5f7ca0281fc3b653848e419c0b3a0dd473ad0b859216703 WHIRLPOOL 1369aef4535b75e48218e4f3b6884a1718af014d31a9e5408d001f40b01194824a0e14589e168ac6d53faf252635e2e9d3324a7138578a65510d6df279423311
diff --git a/dev-python/colorlog/colorlog-2.6.0.ebuild b/dev-python/colorlog/colorlog-2.6.0.ebuild
deleted file mode 100644
index 504413af969..00000000000
--- a/dev-python/colorlog/colorlog-2.6.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Log formatting with colors"
-HOMEPAGE="https://pypi.python.org/pypi/colorlog https://github.com/borntyping/python-colorlog"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-DOCS=( README.rst )
-
-# https://github.com/borntyping/python-colorlog/issues/28
-RESTRICT=test
-
-python_test() {
- py.test -v -v || die
-}
diff --git a/dev-python/colorlog/colorlog-2.6.1.ebuild b/dev-python/colorlog/colorlog-2.6.1.ebuild
deleted file mode 100644
index e200b070529..00000000000
--- a/dev-python/colorlog/colorlog-2.6.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Log formatting with colors"
-HOMEPAGE="https://pypi.python.org/pypi/colorlog https://github.com/borntyping/python-colorlog"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-DOCS=( README.md )
-
-# https://github.com/borntyping/python-colorlog/issues/28
-RESTRICT=test
-
-python_test() {
- py.test -v -v || die
-}
next reply other threads:[~2017-05-02 16:41 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-02 16:41 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/colorlog/ Michał Górny
2024-11-16 8:09 Michał Górny
2024-10-30 3:41 Michał Górny
2024-02-11 13:10 Michał Górny
2024-02-11 11:11 Sam James
2024-01-26 16:27 Michał Górny
2023-12-20 16:15 Michał Górny
2023-12-03 4:20 Michał Górny
2023-11-24 18:47 Michał Górny
2023-05-26 20:26 Arthur Zamarin
2023-03-16 3:47 Michał Górny
2022-10-03 6:50 Michał Górny
2022-08-29 18:04 Arthur Zamarin
2022-05-12 19:21 Arthur Zamarin
2022-04-24 18:44 Jakov Smolić
2022-02-11 20:25 Arthur Zamarin
2021-12-10 17:46 Michał Górny
2021-12-10 12:02 Jakov Smolić
2021-11-09 10:23 Michał Górny
2021-09-25 22:00 Michał Górny
2021-09-25 19:56 Sam James
2021-08-24 6:59 Michał Górny
2021-06-15 5:40 Michał Górny
2021-06-15 4:06 Sam James
2021-05-09 11:35 Michał Górny
2021-04-28 17:47 Michał Górny
2021-04-28 17:00 Sam James
2021-04-14 7:19 Michał Górny
2021-03-22 21:33 Michał Górny
2021-03-02 8:48 Michał Górny
2021-03-02 3:49 Sam James
2021-03-02 1:01 Michał Górny
2021-01-14 21:30 Michał Górny
2020-11-17 0:08 Michał Górny
2020-03-26 14:51 Michał Górny
2020-02-04 15:48 Michał Górny
2018-08-24 6:24 Michał Górny
2017-05-15 17:01 Manuel Rüger
2016-07-17 21:03 Patrick Lauer
2016-02-01 22:21 Justin Lecher
2016-02-01 15:44 Justin Lecher
2016-01-17 23:10 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1493743262.bee73f45408a0cd4a5b5140abada90c58f00bb04.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox