public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/keyring: ChangeLog keyring-1.0.ebuild
@ 2012-12-28  5:34 Matt Thode (prometheanfire)
  0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2012-12-28  5:34 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    12/12/28 05:34:58

  Modified:             ChangeLog keyring-1.0.ebuild
  Log:
  updated license and fixed bug 448730
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.2                  dev-python/keyring/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	19 Dec 2012 20:47:59 -0000	1.1
+++ ChangeLog	28 Dec 2012 05:34:57 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/keyring
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v 1.1 2012/12/19 20:47:59 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/ChangeLog,v 1.2 2012/12/28 05:34:57 prometheanfire Exp $
+
+  28 Dec 2012; Matthew Thode <prometheanfire@gentoo.org> keyring-1.0.ebuild,
+  +files/setup-1.0.patch:
+  updating for license update and to fix bug 448730
 
 *keyring-1.0 (19 Dec 2012)
 



1.2                  dev-python/keyring/keyring-1.0.ebuild

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

Index: keyring-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keyring-1.0.ebuild	19 Dec 2012 20:47:59 -0000	1.1
+++ keyring-1.0.ebuild	28 Dec 2012 05:34:57 -0000	1.2
@@ -1,25 +1,39 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild,v 1.1 2012/12/19 20:47:59 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keyring/keyring-1.0.ebuild,v 1.2 2012/12/28 05:34:57 prometheanfire Exp $
 # Ebuild generated by g-pypi 0.2.2 (rev. 214)
 
 EAPI=4
 
-inherit distutils
+inherit distutils eutils
 
 MY_PN=${PN#python-}
 S="${WORKDIR}/${MY_PN}-${PV}"
 DESCRIPTION="Provides a easy way to access the system keyring service from
 python."
-HOMEPAGE="http://pypi.python.org/pypi/keyring"
+HOMEPAGE="https://bitbucket.org/kang/python-keyring-lib"
 SRC_URI="mirror://pypi/k/${MY_PN}/${MY_PN}-${PV}.zip"
-LICENSE="BSD-2"
+LICENSE="PSF-2"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
-IUSE=""
-DEPEND="dev-python/setuptools"
+IUSE="test"
+DEPEND="dev-python/setuptools
+		test? ( dev-python/pytest
+				dev-python/pytest-runner
+				dev-python/unittest2 )"
 RDEPEND=""
 
+src_prepare() {
+	epatch "${FILESDIR}/setup-1.0.patch"
+}
+
+src_test() {
+	PYTHONPATH="build/lib" "$(PYTHON)" keyring/tests/test_util.py
+	PYTHONPATH="build/lib" "$(PYTHON)" keyring/tests/test_backend.py
+	PYTHONPATH="build/lib" "$(PYTHON)" keyring/tests/test_core.py
+	PYTHONPATH="build/lib" "$(PYTHON)" keyring/tests/test_cli.py
+}
+
 src_install() {
 	distutils_src_install
 }





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

only message in thread, other threads:[~2012-12-28  5:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-28  5:34 [gentoo-commits] gentoo-x86 commit in dev-python/keyring: ChangeLog keyring-1.0.ebuild 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