cedk        15/05/06 09:33:15

  Modified:             ChangeLog
  Added:                cached-property-1.2.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xDA62C1FB4C5A2855)

Revision  Changes    Path
1.4                  dev-python/cached-property/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cached-property/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   8 Apr 2015 08:04:55 -0000       1.3
+++ ChangeLog   6 May 2015 09:33:15 -0000       1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/cached-property
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cached-property/ChangeLog,v 1.3 
2015/04/08 08:04:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cached-property/ChangeLog,v 1.4 
2015/05/06 09:33:15 cedk Exp $
+
+*cached-property-1.2.0 (06 May 2015)
+
+  06 May 2015; Cédric Krier <c...@gentoo.org> +cached-property-1.2.0.ebuild:
+  Version bump
 
   08 Apr 2015; Michał Górny <mgo...@gentoo.org> cached-property-0.1.5.ebuild,
   cached-property-1.0.0.ebuild:



1.1                  dev-python/cached-property/cached-property-1.2.0.ebuild

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

Index: cached-property-1.2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/cached-property/cached-property-1.2.0.ebuild,v
 1.1 2015/05/06 09:33:15 cedk Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="A cached-property for decorating methods in classes"
HOMEPAGE="https://github.com/pydanny/cached-property";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

DEPEND="test? ( dev-python/pytest )"
RDEPEND=""

src_install() {
        distutils-r1_src_install
        dodoc README.rst HISTORY.rst CONTRIBUTING.rst AUTHORS.rst
}

python_test() {
        py.test || die
}




Reply via email to