Bug 669825 (pypy-setuptools)

Summary: RFE: add pypy-setuptools subpackage to python-setuptools
Product: [Fedora] Fedora Reporter: Dave Malcolm <dmalcolm>
Component: python-setuptoolsAssignee: Toshio Ernie Kuratomi <a.badger>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: a.badger, dmalcolm, lmacken
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-14 23:24:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 669835, 669836    
Attachments:
Description Flags
Patch to python-setuptools.spec to add a pypy- subpackage (no changelog entry yet) none

Description Dave Malcolm 2011-01-14 21:39:06 UTC
Created attachment 473596 [details]
Patch to python-setuptools.spec to add a pypy- subpackage (no changelog entry yet)

I've packaged the PyPy python runtime for Fedora, and am hoping to eventually build out a stack of Python modules for it.  See:
   https://fedoraproject.org/wiki/Features/PyPyStack

I'm attaching a patch to python-setuptools which adds a pypy-setuptools subpackage.

As is, I don't think this is ready yet to apply, due to a couple of caveats:

(i) the site_packages location currently embeds the full PyPy version in its location: pypy-1.4.1  We probably don't want to require rebuilding all pypy packages every time we update to a new version of pypy
(ii) I'm not yet sure what upstream's plans are w.r.t. bytecode formats

but am posting here for comment.

Comment 1 Toshio Ernie Kuratomi 2011-01-14 23:24:14 UTC
I am against this.  Separate packages for these please.