diff options
author | 2009-11-28 00:58:53 +0000 | |
---|---|---|
committer | 2009-11-28 00:58:53 +0000 | |
commit | e05e5541248ce052656aeb39950d517e5dd92ac1 (patch) | |
tree | b1140f826b383effbf281b3f51adff9bc81bc742 /dev-python/py | |
parent | Version bump per bug #277990. (diff) | |
download | gentoo-2-e05e5541248ce052656aeb39950d517e5dd92ac1.tar.gz gentoo-2-e05e5541248ce052656aeb39950d517e5dd92ac1.tar.bz2 gentoo-2-e05e5541248ce052656aeb39950d517e5dd92ac1.zip |
Version bump.
(Portage version: 14912-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/py')
-rw-r--r-- | dev-python/py/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/py/py-0.9.2.ebuild | 15 | ||||
-rw-r--r-- | dev-python/py/py-1.1.1.ebuild | 20 |
3 files changed, 27 insertions, 16 deletions
diff --git a/dev-python/py/ChangeLog b/dev-python/py/ChangeLog index 12a77993b406..d0d6a2767dbb 100644 --- a/dev-python/py/ChangeLog +++ b/dev-python/py/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/py # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.19 2009/11/18 18:43:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.20 2009/11/28 00:58:53 arfrever Exp $ + +*py-1.1.1 (28 Nov 2009) + + 28 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -py-0.9.2.ebuild, +py-1.1.1.ebuild: + Version bump. 18 Nov 2009; Raúl Porcel <armin76@gentoo.org> py-1.0.2.ebuild: sparc stable wrt #288116 diff --git a/dev-python/py/py-0.9.2.ebuild b/dev-python/py/py-0.9.2.ebuild deleted file mode 100644 index d767769816e1..000000000000 --- a/dev-python/py/py-0.9.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-0.9.2.ebuild,v 1.3 2009/06/09 15:15:31 armin76 Exp $ - -NEED_PYTHON=2.3 - -inherit distutils - -DESCRIPTION="A library aiming to support agile and test-driven python development on various levels." -SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" -HOMEPAGE="http://codespeak.net/py/" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86" -SLOT="0" -LICENSE="MIT" -IUSE="" diff --git a/dev-python/py/py-1.1.1.ebuild b/dev-python/py/py-1.1.1.ebuild new file mode 100644 index 000000000000..4bb50bc2d3e5 --- /dev/null +++ b/dev-python/py/py-1.1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.1.1.ebuild,v 1.1 2009/11/28 00:58:53 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="A library aiming to support agile and test-driven python development on various levels." +SRC_URI="http://pypi.python.org/packages/source/p/${PN}/${P}.tar.gz" +HOMEPAGE="http://codespeak.net/py/ http://pypi.python.org/pypi/py" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +DEPEND=">=dev-python/setuptools-0.6.2" +RDEPEND="" |