From Fedora Project Wiki

No edit summary
(List on python26 packages.)
Line 7: Line 7:




== BouncyCastle in EPEL for EL5==
== python26 rpms for EPEL5 ==
A lot of java grid components depend upon having EPEL contain
Since python26 is about to be added to EPEL5 there are bunch of python packages
bouncycastle. A quick check so a long missing dependency chain
that I'm interested to see appear. Some of these will I'm sure never happen
so here is list of packages and their status that are required
but recorded here anyway.
to get BouncyCastle in to EPEL5




{|
=== Django ===
|-
=== mod_python ===
! F11 Package !! EL5 Build Status !! Notes
=== plone ===
|-
=== python-fpconst ===
| bouncycastle-1.43-3.fc11.src.rpm || Missing Dependencies || Missing junit4
=== python-nose ===
|-
=== python-simplejson ===
| junit4-4.5-4.1.fc11.src.rpm || Missing Dependencies || package-utils >= 0:1.7.4 , RHEL version to old :-(
=== python-soap ===
|}
=== python-cherrypy ===
 
=== cx_Oracle ===
=== Steps to Build Each RPM ===
* Will never be added to EPEL but here since I will do for my own purposes.
 
=== python-sqlite ===
 
* Probably already included in python26 distribution
Unpack the .fc11.src.rpm and rebuild as an md5 one before giving in to mock.
=== setuptools ===
 
=== SOAPpy ===
<pre>
=== ZSI ===
#!/bin/bash
=== virtualenv ===
 
=== python-curl ===
RPM=$1
=== 4Suite-XML ===
CUR=`pwd`
=== scipy ===
TOP=`mktemp -d`
=== matplotlib ===
echo $TOP
( cd $TOP && rpm2cpio $CUR/$RPM | cpio -ivd  )
rpmbuild-md5 -bs --nodeps --define 'dist .el5' --define "_sourcedir $TOP" --define "_srcrpmdir `pwd`"  $TOP/*.spec
</pre>

Revision as of 15:14, 23 April 2010

Email: steve.traylen@cern.ch

Employer: http://cern.ch/

Current Fedora Aims Get lots of grid software into Fedora and EPEL


python26 rpms for EPEL5

Since python26 is about to be added to EPEL5 there are bunch of python packages that I'm interested to see appear. Some of these will I'm sure never happen but recorded here anyway.


Django

mod_python

plone

python-fpconst

python-nose

python-simplejson

python-soap

python-cherrypy

cx_Oracle

  • Will never be added to EPEL but here since I will do for my own purposes.

python-sqlite

  • Probably already included in python26 distribution

setuptools

SOAPpy

ZSI

virtualenv

python-curl

4Suite-XML

scipy

matplotlib