diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-05-19 15:40:57 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-05-19 15:40:57 +0000 |
commit | 49f690ce50e8a601fb8434de7ebce43f3918741d (patch) | |
tree | 2e4b77973aae4d4c113e5be505990752ee572fa0 | |
parent | Update script (diff) | |
download | gentoo-2-49f690ce50e8a601fb8434de7ebce43f3918741d.tar.gz gentoo-2-49f690ce50e8a601fb8434de7ebce43f3918741d.tar.bz2 gentoo-2-49f690ce50e8a601fb8434de7ebce43f3918741d.zip |
drop old form, revbump, migration -> distutils-r1
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r-- | dev-python/dingus/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/dingus/dingus-0.3.4-r1.ebuild (renamed from dev-python/dingus/dingus-0.3.4.ebuild) | 20 |
2 files changed, 16 insertions, 14 deletions
diff --git a/dev-python/dingus/ChangeLog b/dev-python/dingus/ChangeLog index 92b5e347b718..c51b9ceafebe 100644 --- a/dev-python/dingus/ChangeLog +++ b/dev-python/dingus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/dingus -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dingus/ChangeLog,v 1.3 2012/11/13 11:28:38 idella4 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dingus/ChangeLog,v 1.4 2013/05/19 15:40:57 idella4 Exp $ + +*dingus-0.3.4-r1 (19 May 2013) + + 19 May 2013; Ian Delaney <idella4@gentoo.org> +dingus-0.3.4-r1.ebuild, + -dingus-0.3.4.ebuild: + drop old form, revbump, migration -> distutils-r1 14 Nov 2012; Ian Delaney <idella4@gentoo.org> metadata.xml: Updating maintainer, metadata.xml diff --git a/dev-python/dingus/dingus-0.3.4.ebuild b/dev-python/dingus/dingus-0.3.4-r1.ebuild index 8f73fe7e1717..647a6e6ddfc2 100644 --- a/dev-python/dingus/dingus-0.3.4.ebuild +++ b/dev-python/dingus/dingus-0.3.4-r1.ebuild @@ -1,13 +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/dingus/dingus-0.3.4.ebuild,v 1.2 2012/04/28 19:35:17 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dingus/dingus-0.3.4-r1.ebuild,v 1.1 2013/05/19 15:40:57 idella4 Exp $ -EAPI=4 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="3.*" +EAPI=5 +PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 ) -inherit distutils +inherit distutils-r1 DESCRIPTION="A record-then-assert mocking library" HOMEPAGE="http://pypi.python.org/pypi/dingus/" @@ -18,12 +16,10 @@ SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" -DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1" - -DEPEND="dev-python/setuptools" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" -src_prepare() { +python_prepare_all() { sed -i -e '/data_files/d' setup.py || die #413769 - distutils_src_prepare + distutils-r1_python_prepare_all } |