mgorny      14/04/09 10:23:20

  Modified:             ChangeLog
  Added:                gpyutils-0.1.3.ebuild
  Log:
  Version bump. Fixes prepending to PYTHON_COMPAT and handling 
python.eclass-unsupported implementations. Reads implementation support state 
from the repository. gpy-upgrade-impl updates both live and non-live ebuilds, 
bug #506246. gpy-showimpls marks keywords and exact eclass used.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.13                 app-portage/gpyutils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/gpyutils/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 Apr 2014 09:26:05 -0000       1.12
+++ ChangeLog   9 Apr 2014 10:23:19 -0000       1.13
@@ -1,6 +1,14 @@
 # ChangeLog for app-portage/gpyutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gpyutils/ChangeLog,v 1.12 
2014/04/09 09:26:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gpyutils/ChangeLog,v 1.13 
2014/04/09 10:23:19 mgorny Exp $
+
+*gpyutils-0.1.3 (09 Apr 2014)
+
+  09 Apr 2014; Michał Górny <[email protected]> +gpyutils-0.1.3.ebuild:
+  Version bump. Fixes prepending to PYTHON_COMPAT and handling python.eclass-
+  unsupported implementations. Reads implementation support state from the
+  repository. gpy-upgrade-impl updates both live and non-live ebuilds, bug
+  #506246. gpy-showimpls marks keywords and exact eclass used.
 
   09 Apr 2014; Michał Górny <[email protected]> files/implementations.txt:
   Update status on PyPy support.



1.1                  app-portage/gpyutils/gpyutils-0.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/gpyutils-0.1.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gpyutils/gpyutils-0.1.3.ebuild?rev=1.1&content-type=text/plain

Index: gpyutils-0.1.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gpyutils/gpyutils-0.1.3.ebuild,v 
1.1 2014/04/09 10:23:19 mgorny Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )

inherit distutils-r1

DESCRIPTION="Utitilies for maintaining Python packages"
HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/";
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"

python_test() {
        esetup.py test
}




Reply via email to