diff options
author | 2015-03-06 22:36:20 +0000 | |
---|---|---|
committer | 2015-03-06 22:36:20 +0000 | |
commit | 58e75c365656ca641b7d5ed31531d982deef7409 (patch) | |
tree | 4f42ae434b935e75cbca8ed8399b7be906b689cc /dev-python/requests-mock | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-58e75c365656ca641b7d5ed31531d982deef7409.tar.gz gentoo-2-58e75c365656ca641b7d5ed31531d982deef7409.tar.bz2 gentoo-2-58e75c365656ca641b7d5ed31531d982deef7409.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/requests-mock')
-rw-r--r-- | dev-python/requests-mock/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/requests-mock/requests-mock-0.5.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/requests-mock/ChangeLog b/dev-python/requests-mock/ChangeLog index 1e2687681039..8be4689084b7 100644 --- a/dev-python/requests-mock/ChangeLog +++ b/dev-python/requests-mock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/requests-mock -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-mock/ChangeLog,v 1.2 2014/12/21 02:09:39 alunduil Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-mock/ChangeLog,v 1.3 2015/03/06 22:36:20 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> requests-mock-0.5.1.ebuild: + amd64 stable, bug 540290 21 Dec 2014; Alex Brandt <alunduil@gentoo.org> requests-mock-0.5.1.ebuild, metadata.xml: @@ -11,4 +14,3 @@ 27 Sep 2014; Alex Brandt <alunduil@gentoo.org> +requests-mock-0.5.1.ebuild, +metadata.xml: new ebuild written by me—dependency for python-keystoneclient - diff --git a/dev-python/requests-mock/requests-mock-0.5.1.ebuild b/dev-python/requests-mock/requests-mock-0.5.1.ebuild index ad3d2936beea..4f3920dc6c5e 100644 --- a/dev-python/requests-mock/requests-mock-0.5.1.ebuild +++ b/dev-python/requests-mock/requests-mock-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-mock/requests-mock-0.5.1.ebuild,v 1.2 2014/12/21 02:09:39 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-mock/requests-mock-0.5.1.ebuild,v 1.3 2015/03/06 22:36:20 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" DEPEND=" |