Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112451 - [new ebuild] dev-python/json-py
Summary: [new ebuild] dev-python/json-py
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://json.org
Whiteboard:
Keywords: EBUILD
: 339273 (view as bug list)
Depends on:
Blocks: 229991
  Show dependency tree
 
Reported: 2005-11-13 13:40 UTC by Björn Michaelsen
Modified: 2018-06-07 18:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed ebuild (json-py-3.4.ebuild,506 bytes, text/plain)
2005-11-13 13:46 UTC, Björn Michaelsen
Details
distutils setup script (json-py-3.4-setup.py,824 bytes, text/plain)
2005-11-13 13:47 UTC, Björn Michaelsen
Details
fixed ebuild (json-py-3.4.ebuild,508 bytes, text/plain)
2005-11-13 14:12 UTC, Björn Michaelsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Michaelsen 2005-11-13 13:40:21 UTC
JSON (JavaScript Object Notation) is a lightweight data-interchange format
This is the python implementation. Its also a part of http://turbogears.org and
a requirement for it.

Reproducible: Always
Steps to Reproduce:
Comment 1 Björn Michaelsen 2005-11-13 13:46:16 UTC
Created attachment 72843 [details]
proposed ebuild

proposed ebuild. it needs the json-py-3.4-setup.py attachment in the
${FILESDIR}.
Comment 2 Björn Michaelsen 2005-11-13 13:47:59 UTC
Created attachment 72844 [details]
distutils setup script

this file is needed for the ebuild in:
http://bugs.gentoo.org/attachment.cgi?id=72843
Comment 3 Björn Michaelsen 2005-11-13 14:12:36 UTC
Created attachment 72845 [details]
fixed ebuild

fixed license and some minor stuff
Comment 4 Rob Cakebread (RETIRED) gentoo-dev 2005-11-22 11:13:09 UTC
Thanks, Bj
Comment 5 Rob Cakebread (RETIRED) gentoo-dev 2005-11-22 11:13:09 UTC
Thanks, Björn.

I'm working on integrating eggs with our distutils.eclass, so you may be
interested in the ebuilds I have for TurboGears here if you haven't seen them:
https://eggs.gentooexperimental.org/wiki

Comment 6 Björn Michaelsen 2005-11-22 14:29:49 UTC
Yeah, I know. I'll try them soon enough. But as long as the project (json-py)
doesnt use eggs themselves, I prefered not using a eggs-ebuild.
Comment 7 Patrick Lauer gentoo-dev 2009-04-01 15:07:02 UTC
As far as I can tell this is the same as "simplejson", which is in the tree for a while now. So I'm closing this, reopen if it is not the same.
Comment 8 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-10-01 08:08:28 UTC
It's not the same, reopening.
Comment 9 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2010-10-01 08:08:50 UTC
*** Bug 339273 has been marked as a duplicate of this bug. ***
Comment 10 montjoie 2010-10-14 08:59:29 UTC
w3af upstream have dropped json-py dependencie for simplejson.
So i dont need anymore json-py
Sorry.