public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in dev-python/passlib: passlib-1.6.1.ebuild ChangeLog
@ 2013-01-01  6:22 99% Matt Thode (prometheanfire)
  0 siblings, 0 replies; 1+ results
From: Matt Thode (prometheanfire) @ 2013-01-01  6:22 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    13/01/01 06:22:20

  Modified:             passlib-1.6.1.ebuild ChangeLog
  Log:
  refactor into distutils-r1 and eapi5
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.2                  dev-python/passlib/passlib-1.6.1.ebuild

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

Index: passlib-1.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- passlib-1.6.1.ebuild	28 Nov 2012 21:48:39 -0000	1.1
+++ passlib-1.6.1.ebuild	1 Jan 2013 06:22:20 -0000	1.2
@@ -1,10 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.1.ebuild,v 1.1 2012/11/28 21:48:39 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.1.ebuild,v 1.2 2013/01/01 06:22:20 prometheanfire Exp $
 
-EAPI=4
+EAPI=5
+PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
 
-inherit distutils
+inherit distutils-r1
 
 DESCRIPTION="comprehensive password hashing framework supporting over 20
 schemes"
@@ -14,17 +15,19 @@
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="test doc"
-DEPEND="dev-python/setuptools
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 	test? ( dev-python/nose )"
 RDEPEND=""
 
-src_install() {
-	distutils_src_install
-	if use doc; then
-		dodoc "${S}"/docs/*
-	fi
+python_test() {
+	"${PYTHON}" setup.py nosetests || die
 }
 
-src_test() {
-	PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed"
+python_install() {
+	distutils-r1_python_install
+	if use doc; then
+		dodoc "${S}"/docs/*.rst
+		dodoc "${S}"/docs/requirements.txt
+		dodoc "${S}"/docs/lib/*.rst
+	fi
 }



1.2                  dev-python/passlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	28 Nov 2012 21:48:39 -0000	1.1
+++ ChangeLog	1 Jan 2013 06:22:20 -0000	1.2
@@ -1,10 +1,12 @@
 # ChangeLog for dev-python/passlib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.1 2012/11/28 21:48:39 prometheanfire Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.2 2013/01/01 06:22:20 prometheanfire Exp $
+
+  01 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> passlib-1.6.1.ebuild:
+  refactor into distutils-r1 and eapi5
 
 *passlib-1.6.1 (28 Nov 2012)
 
   28 Nov 2012; Matthew Thode <prometheanfire@gentoo.org> +passlib-1.6.1.ebuild,
   +metadata.xml:
   adding as it is needed for keystone
-





^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2013-01-01  6:22 99% [gentoo-commits] gentoo-x86 commit in dev-python/passlib: passlib-1.6.1.ebuild ChangeLog Matt Thode (prometheanfire)

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