diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-04-02 19:26:16 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-04-02 19:26:16 +0000 |
commit | 0cf6291b18f6e3556488f842a7a1e7beb5abb38e (patch) | |
tree | a0bb25ccdeda9aa2d45f19d368d985fa280d4320 /dev-python/pretend | |
parent | Add python3_4 support. (diff) | |
download | gentoo-2-0cf6291b18f6e3556488f842a7a1e7beb5abb38e.tar.gz gentoo-2-0cf6291b18f6e3556488f842a7a1e7beb5abb38e.tar.bz2 gentoo-2-0cf6291b18f6e3556488f842a7a1e7beb5abb38e.zip |
Version bump, add python3_4 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/pretend')
-rw-r--r-- | dev-python/pretend/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pretend/pretend-1.0.8.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/pretend/ChangeLog b/dev-python/pretend/ChangeLog index 693fccaadef8..f29ba03ef840 100644 --- a/dev-python/pretend/ChangeLog +++ b/dev-python/pretend/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pretend # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.7 2014/03/31 20:45:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/ChangeLog,v 1.8 2014/04/02 19:26:16 radhermit Exp $ + +*pretend-1.0.8 (02 Apr 2014) + + 02 Apr 2014; Tim Harder <radhermit@gentoo.org> +pretend-1.0.8.ebuild: + Version bump, add python3_4 support. 31 Mar 2014; Michał Górny <mgorny@gentoo.org> pretend-1.0.7.ebuild: Add support for the new PyPy slotting. diff --git a/dev-python/pretend/pretend-1.0.8.ebuild b/dev-python/pretend/pretend-1.0.8.ebuild new file mode 100644 index 000000000000..ede6b22c2412 --- /dev/null +++ b/dev-python/pretend/pretend-1.0.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pretend/pretend-1.0.8.ebuild,v 1.1 2014/04/02 19:26:16 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="A library for stubbing in Python" +HOMEPAGE="https://github.com/alex/pretend/ https://pypi.python.org/pypi/pretend/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |