public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/coloredlogs: coloredlogs-1.0.1-r1.ebuild ChangeLog coloredlogs-1.0.ebuild coloredlogs-1.0.1.ebuild
@ 2015-06-06  9:43 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-06-06  9:43 UTC (permalink / raw
  To: gentoo-commits

jlec        15/06/06 09:43:42

  Modified:             ChangeLog
  Added:                coloredlogs-1.0.1-r1.ebuild
  Removed:              coloredlogs-1.0.ebuild coloredlogs-1.0.1.ebuild
  Log:
  drop ansi2html script due to filecollision (https://github.com/xolox/python-coloredlogs/issues/8), bug #551298
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.3                  dev-python/coloredlogs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/coloredlogs/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/coloredlogs/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/coloredlogs/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/coloredlogs/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	3 Jun 2015 09:11:39 -0000	1.2
+++ ChangeLog	6 Jun 2015 09:43:42 -0000	1.3
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/coloredlogs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/coloredlogs/ChangeLog,v 1.2 2015/06/03 09:11:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/coloredlogs/ChangeLog,v 1.3 2015/06/06 09:43:42 jlec Exp $
+
+*coloredlogs-1.0.1-r1 (06 Jun 2015)
+
+  06 Jun 2015; Justin Lecher <jlec@gentoo.org> +coloredlogs-1.0.1-r1.ebuild,
+  +files/coloredlogs-1.0.1-ansi2html.patch, -coloredlogs-1.0.1.ebuild,
+  -coloredlogs-1.0.ebuild:
+  drop ansi2html script due to filecollision (https://github.com/xolox/python-
+  coloredlogs/issues/8), bug #551298
 
 *coloredlogs-1.0.1 (03 Jun 2015)
 



1.1                  dev-python/coloredlogs/coloredlogs-1.0.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/coloredlogs/coloredlogs-1.0.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/coloredlogs/coloredlogs-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: coloredlogs-1.0.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/coloredlogs/coloredlogs-1.0.1-r1.ebuild,v 1.1 2015/06/06 09:43:42 jlec Exp $

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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-06  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-06  9:43 [gentoo-commits] gentoo-x86 commit in dev-python/coloredlogs: coloredlogs-1.0.1-r1.ebuild ChangeLog coloredlogs-1.0.ebuild coloredlogs-1.0.1.ebuild Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox