diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-13 23:00:26 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-13 23:00:26 +0000 |
commit | 099aae04957393236d83c3da316af854be1b2d4e (patch) | |
tree | 31ca346eadc60282ca4b42068446f86ffd778faa | |
parent | adding simplejson, it is a (better) alternative to json-py, but really there ... (diff) | |
download | liquidx-099aae04957393236d83c3da316af854be1b2d4e.tar.gz liquidx-099aae04957393236d83c3da316af854be1b2d4e.tar.bz2 liquidx-099aae04957393236d83c3da316af854be1b2d4e.zip |
adding reference to bug and setuptools to deps
svn path=/; revision=53
-rw-r--r-- | dev-python/simplejson/Manifest | 12 | ||||
-rw-r--r-- | dev-python/simplejson/bug_129346 | 0 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-1.4.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest index a4e6030..6e945c2 100644 --- a/dev-python/simplejson/Manifest +++ b/dev-python/simplejson/Manifest @@ -1,8 +1,12 @@ 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 +EBUILD simplejson-1.4.ebuild 536 RMD160 1c7b96841f064f834b9345ee1b3151ef6b5d796f SHA1 5879f53a55a59d6d194a57164fdeb5ffa935a970 SHA256 ff8d86679503b3dd83c50600c2a197eaa7816af32283ff843defdb4d3dad7126 +MD5 35afcc24c4e947c5a7e5dee5e9eb7944 simplejson-1.4.ebuild 536 +RMD160 1c7b96841f064f834b9345ee1b3151ef6b5d796f simplejson-1.4.ebuild 536 +SHA256 ff8d86679503b3dd83c50600c2a197eaa7816af32283ff843defdb4d3dad7126 simplejson-1.4.ebuild 536 +MISC bug_129346 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 +MD5 d41d8cd98f00b204e9800998ecf8427e bug_129346 0 +RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 bug_129346 0 +SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 bug_129346 0 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/bug_129346 b/dev-python/simplejson/bug_129346 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dev-python/simplejson/bug_129346 diff --git a/dev-python/simplejson/simplejson-1.4.ebuild b/dev-python/simplejson/simplejson-1.4.ebuild index 6c22582..948320d 100644 --- a/dev-python/simplejson/simplejson-1.4.ebuild +++ b/dev-python/simplejson/simplejson-1.4.ebuild @@ -13,4 +13,6 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=dev-lang/python-2.3" +DEPEND=">=dev-lang/python-2.3 + dev-python/setuptools" + |