summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-06 00:10:48 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-06 00:10:48 +0000
commitcedc9459b29a16a39ab305041347348c3d4ceff6 (patch)
tree683a443448e37a4a5b21f002808d039425c4107d /dev-python/py
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-cedc9459b29a16a39ab305041347348c3d4ceff6.tar.gz
gentoo-2-cedc9459b29a16a39ab305041347348c3d4ceff6.tar.bz2
gentoo-2-cedc9459b29a16a39ab305041347348c3d4ceff6.zip
Version bump.
(Portage version: 14778-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/py')
-rw-r--r--dev-python/py/ChangeLog8
-rw-r--r--dev-python/py/py-0.9.1.ebuild15
-rw-r--r--dev-python/py/py-1.1.0.ebuild19
3 files changed, 26 insertions, 16 deletions
diff --git a/dev-python/py/ChangeLog b/dev-python/py/ChangeLog
index f7c40bf0dc45..13c4fc0a389c 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.17 2009/10/15 13:36:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.18 2009/11/06 00:10:48 arfrever Exp $
+
+*py-1.1.0 (06 Nov 2009)
+
+ 06 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -py-0.9.1.ebuild, +py-1.1.0.ebuild:
+ Version bump.
15 Oct 2009; Markus Meier <maekke@gentoo.org> py-1.0.2.ebuild:
amd64/x86 stable, bug #288116
diff --git a/dev-python/py/py-0.9.1.ebuild b/dev-python/py/py-0.9.1.ebuild
deleted file mode 100644
index df43a8f8b28b..000000000000
--- a/dev-python/py/py-0.9.1.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.1.ebuild,v 1.4 2009/05/23 19:17:40 nixnut 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://codespeak.net/download/${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.0.ebuild b/dev-python/py/py-1.1.0.ebuild
new file mode 100644
index 000000000000..364372f22ae4
--- /dev/null
+++ b/dev-python/py/py-1.1.0.ebuild
@@ -0,0 +1,19 @@
+# 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.0.ebuild,v 1.1 2009/11/06 00:10:48 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/"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+SLOT="0"
+LICENSE="MIT"
+IUSE=""
+
+DEPEND=">=dev-python/setuptools-0.6.2"
+RDEPEND=""