100 lines
2.5 KiB
JSON
100 lines
2.5 KiB
JSON
# This is a extended json package definition file
|
|
# We allow simple comments (lines starting with a hash symbol)
|
|
{
|
|
# This is currently our "master" repo set with versions
|
|
# that we are trying to align other distributions with.
|
|
# The versions should at least be major + minor!
|
|
"ubuntu-oneiric": {
|
|
"python-eventlet": {
|
|
"version": "0.9*",
|
|
"removable": true
|
|
},
|
|
"python-routes": {
|
|
"version": "1.12*",
|
|
"removable": true
|
|
},
|
|
"python-greenlet": {
|
|
"version": "0.3.1*",
|
|
"removable": true
|
|
},
|
|
"python-argparse": {
|
|
"version": "1.1*",
|
|
"removable": true
|
|
},
|
|
"python-prettytable": {
|
|
"version": "0.5*",
|
|
"removable": true
|
|
},
|
|
"python-mysqldb": {
|
|
"version": "1.2*",
|
|
"removable": true
|
|
},
|
|
"python-sqlalchemy": {
|
|
"version": "0.6.8*",
|
|
"removable": true
|
|
},
|
|
"python-pastedeploy": {
|
|
"version": "1.5.0*",
|
|
"removable": true
|
|
},
|
|
"python-xattr": {
|
|
"version": "0.6*",
|
|
"removable": true
|
|
},
|
|
"python-dateutil": {
|
|
"version": "1.4*",
|
|
"removable": true
|
|
},
|
|
"python-httplib2": {
|
|
"version": "0.7.1*",
|
|
"removable": true
|
|
}
|
|
},
|
|
"rhel-6": {
|
|
# Requires EPEL
|
|
"python-eventlet": {
|
|
"version": "0.9*",
|
|
"removable": true
|
|
},
|
|
"python-routes": {
|
|
"version": "1.10*",
|
|
"removable": true
|
|
},
|
|
# Requires EPEL
|
|
"python-greenlet": {
|
|
"version": "0.3.1*",
|
|
"removable": true
|
|
},
|
|
# Requires EPEL
|
|
"python-argparse": {
|
|
"version": "1.2*",
|
|
"removable": true
|
|
},
|
|
"MySQL-python": {
|
|
"version": "1.2*",
|
|
"removable": true
|
|
},
|
|
"python-dateutil": {
|
|
"version": "1.4*",
|
|
"removable": true
|
|
},
|
|
# Requires EPEL
|
|
"python-prettytable": {
|
|
"version": "0.5*",
|
|
"removable": true
|
|
},
|
|
# Requires EPEL
|
|
"python-xattr": {
|
|
# This might be way to old :(
|
|
"version": "0.5*",
|
|
"removable": true
|
|
},
|
|
# Requires EPEL
|
|
"python-httplib2": {
|
|
# This might be way to old :(
|
|
"version": "0.4*",
|
|
"removable": true
|
|
}
|
|
}
|
|
}
|