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

jlec        15/06/22 07:25:50

  Modified:             ChangeLog
  Added:                backports-shutil_get_terminal_size-1.0.0-r1.ebuild
  Removed:              backports-shutil_get_terminal_size-1.0.0.ebuild
  Log:
  Avoid filecollision and fix dependencies, thanks radhermit pointing me to this
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.2                  dev-python/backports-shutil_get_terminal_size/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/backports-shutil_get_terminal_size/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Jun 2015 18:37:09 -0000	1.1
+++ ChangeLog	22 Jun 2015 07:25:50 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/backports-shutil_get_terminal_size
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/backports-shutil_get_terminal_size/ChangeLog,v 1.1 2015/06/20 18:37:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/backports-shutil_get_terminal_size/ChangeLog,v 1.2 2015/06/22 07:25:50 jlec Exp $
+
+*backports-shutil_get_terminal_size-1.0.0-r1 (22 Jun 2015)
+
+  22 Jun 2015; Justin Lecher <jlec@gentoo.org>
+  +backports-shutil_get_terminal_size-1.0.0-r1.ebuild,
+  -backports-shutil_get_terminal_size-1.0.0.ebuild:
+  Avoid filecollision and fix dependencies, thanks radhermit pointing me to this
 
 *backports-shutil_get_terminal_size-1.0.0 (20 Jun 2015)
 



1.1                  dev-python/backports-shutil_get_terminal_size/backports-shutil_get_terminal_size-1.0.0-r1.ebuild

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

Index: backports-shutil_get_terminal_size-1.0.0-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/backports-shutil_get_terminal_size/backports-shutil_get_terminal_size-1.0.0-r1.ebuild,v 1.1 2015/06/22 07:25:50 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_PN="backports.shutil_get_terminal_size"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A backport of the get_terminal_size function from Python 3.3's shutil"
HOMEPAGE="https://pypi.python.org/pypi/backports.shutil_get_terminal_size/ https://github.com/chrippa/backports.shutil_get_terminal_size"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"

S=${WORKDIR}/${MY_P}

python_install() {
	distutils-r1_python_install

	# main namespace provided by dev-python/backports
	rm "${ED}$(python_get_sitedir)"/backports/__init__.py* || die
}





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

only message in thread, other threads:[~2015-06-22  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-22  7:25 [gentoo-commits] gentoo-x86 commit in dev-python/backports-shutil_get_terminal_size: backports-shutil_get_terminal_size-1.0.0-r1.ebuild ChangeLog backports-shutil_get_terminal_size-1.0.0.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