diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-13 22:52:15 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-13 22:52:15 +0000 |
commit | f211c4793b2fe18856f377b98dab28fb79e4b549 (patch) | |
tree | 6d806aba8ba2b6ec69f072f8c1d77bfb8b1dd1e4 /dev-python/simplejson | |
parent | adding python-markdown, is actually a optional dep for django but useful for ... (diff) | |
download | liquidx-f211c4793b2fe18856f377b98dab28fb79e4b549.tar.gz liquidx-f211c4793b2fe18856f377b98dab28fb79e4b549.tar.bz2 liquidx-f211c4793b2fe18856f377b98dab28fb79e4b549.zip |
adding simplejson, it is a (better) alternative to json-py, but really there isn't that much diff.
svn path=/; revision=52
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/Manifest | 8 | ||||
-rw-r--r-- | dev-python/simplejson/files/digest-simplejson-1.4 | 3 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-1.4.ebuild | 16 |
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest new file mode 100644 index 0000000..a4e6030 --- /dev/null +++ b/dev-python/simplejson/Manifest @@ -0,0 +1,8 @@ +DIST simplejson-1.4.tar.gz 50065 RMD160 3adabb83eec2dbdef7c590394334d6e38d0f1920 SHA1 3f3da3bb45b4b308259ddf8e4bc6933c87577664 SHA256 2fedfe38e6046da334c713202d814811952a00813773c7e1e23cc8d15d157623 +EBUILD simplejson-1.4.ebuild 512 RMD160 4de1c1424ce8512d9140c666aef4a2e1c3f1955c SHA1 ef19713c50869e872de4fd87cd933238c1ab81ac SHA256 7a41a6e37e40ac96b5adc4c63cba5ca76d39262b055955f48f68b8697e0a69ed +MD5 a42833191ab9dffa7c4ee9b563593bd7 simplejson-1.4.ebuild 512 +RMD160 4de1c1424ce8512d9140c666aef4a2e1c3f1955c simplejson-1.4.ebuild 512 +SHA256 7a41a6e37e40ac96b5adc4c63cba5ca76d39262b055955f48f68b8697e0a69ed simplejson-1.4.ebuild 512 +MD5 0ae02448c4a6099ef8b783a42ed6b441 files/digest-simplejson-1.4 241 +RMD160 974c7dd874e474103aeff1158ee6e416abbe3948 files/digest-simplejson-1.4 241 +SHA256 8a9f8048c64e0d98a4516c6079ca08a1874c05418f32af467c4107118fa06d5a files/digest-simplejson-1.4 241 diff --git a/dev-python/simplejson/files/digest-simplejson-1.4 b/dev-python/simplejson/files/digest-simplejson-1.4 new file mode 100644 index 0000000..9fac9c6 --- /dev/null +++ b/dev-python/simplejson/files/digest-simplejson-1.4 @@ -0,0 +1,3 @@ +MD5 5fbad786a4b151d44a9b1e1e157e5510 simplejson-1.4.tar.gz 50065 +RMD160 3adabb83eec2dbdef7c590394334d6e38d0f1920 simplejson-1.4.tar.gz 50065 +SHA256 2fedfe38e6046da334c713202d814811952a00813773c7e1e23cc8d15d157623 simplejson-1.4.tar.gz 50065 diff --git a/dev-python/simplejson/simplejson-1.4.ebuild b/dev-python/simplejson/simplejson-1.4.ebuild new file mode 100644 index 0000000..6c22582 --- /dev/null +++ b/dev-python/simplejson/simplejson-1.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.7.1.ebuild,v 1.2 2005/08/26 16:04:58 agriffis Exp $ + +inherit distutils + +DESCRIPTION="Python implementation of a JSON reader/writer" +HOMEPAGE="http://undefined.org/python/#simplejson" +SRC_URI="http://cheeseshop.python.org/packages/source/s/simplejson/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.3" |