195 lines
4.8 KiB
JSON
195 lines
4.8 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": {
|
|
"apache2": {
|
|
"version": "2.2*",
|
|
"removable": true
|
|
},
|
|
"libapache2-mod-wsgi": {
|
|
"version": "3.3*",
|
|
"removable": true
|
|
},
|
|
"python-dateutil": {
|
|
"version": "1.4*",
|
|
"removable": true
|
|
},
|
|
"python-paste": {
|
|
"version": "1.7.5*",
|
|
"removable": true
|
|
},
|
|
"python-pastedeploy": {
|
|
"version": "1.5.0*",
|
|
"removable": true
|
|
},
|
|
"python-routes": {
|
|
"version": "1.12*",
|
|
"removable": true
|
|
},
|
|
"python-sqlalchemy": {
|
|
"version": "0.6*",
|
|
"removable": true
|
|
},
|
|
"python-webob": {
|
|
"version": "1.0*",
|
|
"removable": true
|
|
},
|
|
"python-kombu": {
|
|
"version": "1.0*",
|
|
"removable": true
|
|
},
|
|
"python-eventlet": {
|
|
"version": "0.9*",
|
|
"removable": true
|
|
},
|
|
"python-cherrypy3": {
|
|
"version": "3.1*",
|
|
"removable": true
|
|
},
|
|
"python-django": {
|
|
"version": "1.3*",
|
|
"removable": true
|
|
},
|
|
"python-django-mailer": {
|
|
"version": "0.2*",
|
|
"removable": true
|
|
},
|
|
"python-django-nose": {
|
|
"version": "0.1*",
|
|
"removable": true
|
|
},
|
|
"python-django-registration": {
|
|
"version": "0.7*",
|
|
"removable": true
|
|
},
|
|
"python-cloudfiles": {
|
|
"version": "1.7.9*",
|
|
"removable": true
|
|
},
|
|
"python-migrate": {
|
|
"version": "0.7*",
|
|
"removable": true
|
|
}
|
|
},
|
|
"rhel-6": {
|
|
"httpd": {
|
|
"version": "2.2*",
|
|
"removable": true
|
|
},
|
|
"mod_wsgi": {
|
|
"version": "3.2*",
|
|
"removable": true
|
|
},
|
|
"python-dateutil": {
|
|
"version": "1.4*",
|
|
"removable": true
|
|
},
|
|
"python-webob1.0": {
|
|
"version": "1.0*",
|
|
"removable": true,
|
|
"meta": {
|
|
"epel" : true
|
|
}
|
|
},
|
|
"python-kombu": {
|
|
"version": "1.1*",
|
|
"removable": true,
|
|
"meta": {
|
|
"epel" : true
|
|
}
|
|
},
|
|
"python-eventlet": {
|
|
"version": "0.9*",
|
|
"removable": true,
|
|
"meta": {
|
|
"epel" : true
|
|
}
|
|
}
|
|
},
|
|
# initially stolen from ubuntu-oneric
|
|
"fedora-16": {
|
|
"httpd": {
|
|
"version": "2.2*",
|
|
"removable": true
|
|
},
|
|
"mod_wsgi": {
|
|
"version": "3.3*",
|
|
"removable": true
|
|
},
|
|
"python-dateutil": {
|
|
"version": "1.5*",
|
|
"removable": true
|
|
},
|
|
"python-paste": {
|
|
"version": "1.7.5*",
|
|
"removable": true
|
|
},
|
|
"python-paste-deploy": {
|
|
"version": "1.5.0*",
|
|
"removable": true
|
|
},
|
|
"python-routes": {
|
|
"version": "1.12*",
|
|
"removable": true
|
|
},
|
|
"pyxattr": {
|
|
"version": "0.5*",
|
|
"removable": true
|
|
},
|
|
"python-sqlalchemy": {
|
|
"version": "0.7*",
|
|
"removable": true
|
|
},
|
|
"python-webob": {
|
|
"version": "1.0*",
|
|
"removable": true
|
|
},
|
|
"python-kombu": {
|
|
"version": "1.1*",
|
|
"removable": true
|
|
},
|
|
"python-eventlet": {
|
|
"version": "0.9*",
|
|
"removable": true
|
|
},
|
|
"python-sphinx": {
|
|
"version": "1.0.7*",
|
|
"removable": true
|
|
},
|
|
"python-cherrypy": {
|
|
"version": "3.2*",
|
|
"removable": true
|
|
},
|
|
"Django": {
|
|
"version": "1.3*",
|
|
"removable": true
|
|
},
|
|
# Not packaged yet
|
|
# "python-django-mailer": {
|
|
# "version": "0.2*",
|
|
# "removable": true
|
|
# },
|
|
# Is this really needed?
|
|
# Only in F16 testing repo
|
|
# "python-django-nose": {
|
|
# "version": "0.1*",
|
|
# "removable": true
|
|
# },
|
|
"django-registration": {
|
|
"version": "0.7*",
|
|
"removable": true
|
|
},
|
|
"python-cloudfiles": {
|
|
"version": "1.7.9*",
|
|
"removable": true
|
|
},
|
|
"python-migrate": {
|
|
"version": "0.7*",
|
|
"removable": true
|
|
}
|
|
}
|
|
}
|