65 lines
1.6 KiB
JSON
65 lines
1.6 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!
|
|
"rhel-6": {
|
|
"python-greenlet": {
|
|
"version": "0.3.1*",
|
|
"removable": true,
|
|
"meta": {
|
|
"epel" : true
|
|
}
|
|
},
|
|
"python-eventlet": {
|
|
"version": "0.9*",
|
|
"removable": true,
|
|
"meta": {
|
|
"epel" : true
|
|
}
|
|
},
|
|
"python-gflags": {
|
|
"version": "1.4*",
|
|
"removable": true,
|
|
"meta": {
|
|
"epel" : true
|
|
}
|
|
},
|
|
"libxml2-python": {
|
|
"version": "2.7*",
|
|
"removable": false
|
|
}
|
|
},
|
|
"fedora-16": {
|
|
"python-eventlet": {
|
|
"version": "0.9*",
|
|
"removable": true
|
|
},
|
|
"python-greenlet": {
|
|
"version": "0.3*",
|
|
"removable": true
|
|
},
|
|
"python-routes": {
|
|
"version": "1.12*",
|
|
"removable": true
|
|
},
|
|
"python-lxml": {
|
|
"version": "2.3*",
|
|
"removable": true
|
|
},
|
|
"python-paste": {
|
|
"version": "1.7*",
|
|
"removable": true
|
|
},
|
|
"python-gflags": {
|
|
"version": "1.5*",
|
|
"removable": true
|
|
},
|
|
"python-paste-deploy": {
|
|
"version": "1.5*",
|
|
"removable": true
|
|
}
|
|
}
|
|
}
|