From 61222229119da71a0e083a04620cffd713a46466 Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Fri, 4 Jan 2008 17:23:35 +0000 Subject: Version bump. (Portage version: 2.1.4_rc14) --- dev-python/simplejson/ChangeLog | 9 +++++-- .../simplejson/files/digest-simplejson-1.7.3 | 3 +++ dev-python/simplejson/simplejson-1.7.3.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 dev-python/simplejson/files/digest-simplejson-1.7.3 create mode 100644 dev-python/simplejson/simplejson-1.7.3.ebuild (limited to 'dev-python') diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index 82d9eb2c48d6..cfeda5d0fc48 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/simplejson -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.6 2007/10/11 11:19:21 hansmi Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.7 2008/01/04 17:23:34 hawking Exp $ + +*simplejson-1.7.3 (04 Jan 2008) + + 04 Jan 2008; Ali Polatel +simplejson-1.7.3.ebuild: + Version bump. 11 Oct 2007; Michael Hanselmann simplejson-1.7.1.ebuild: diff --git a/dev-python/simplejson/files/digest-simplejson-1.7.3 b/dev-python/simplejson/files/digest-simplejson-1.7.3 new file mode 100644 index 000000000000..9298705adbdf --- /dev/null +++ b/dev-python/simplejson/files/digest-simplejson-1.7.3 @@ -0,0 +1,3 @@ +MD5 03935eda1211f29d6856481baf6cba59 simplejson-1.7.3.tar.gz 59899 +RMD160 5665ae95a78d25faee71cd13d5763853831a5922 simplejson-1.7.3.tar.gz 59899 +SHA256 748bc8b9105580bc175f36390a10c9fcff774162fb8267e151b0c8e2c1ce077f simplejson-1.7.3.tar.gz 59899 diff --git a/dev-python/simplejson/simplejson-1.7.3.ebuild b/dev-python/simplejson/simplejson-1.7.3.ebuild new file mode 100644 index 000000000000..0bfde3a3d9fb --- /dev/null +++ b/dev-python/simplejson/simplejson-1.7.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-1.7.3.ebuild,v 1.1 2008/01/04 17:23:34 hawking Exp $ + +NEED_PYTHON=2.3 + +inherit distutils + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder." +HOMEPAGE="http://undefined.org/python/#simplejson" +SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +IUSE="test" + +DEPEND="test? ( dev-python/nose ) + dev-python/setuptools" +RDEPEND="" + +src_install() { + distutils_src_install + dohtml -r docs/* +} + +src_test() { + PYTHONPATH=. "${python}" setup.py test || die "test failed" +} -- cgit v1.2.3-65-gdbad