pythonPackages.boto_1_9: remove
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
pythonPath = with pythonPackages;
|
pythonPath = with pythonPackages;
|
||||||
[ setuptools eventlet greenlet gflags netaddr sqlalchemy carrot routes
|
[ setuptools eventlet greenlet gflags netaddr sqlalchemy carrot routes
|
||||||
paste_deploy m2crypto ipy boto_1_9 twisted sqlalchemy_migrate
|
paste_deploy m2crypto ipy twisted sqlalchemy_migrate
|
||||||
distutils_extra simplejson readline glance cheetah lockfile httplib2
|
distutils_extra simplejson readline glance cheetah lockfile httplib2
|
||||||
# !!! should libvirt be a build-time dependency? Note that
|
# !!! should libvirt be a build-time dependency? Note that
|
||||||
# libxml2Python is a dependency of libvirt.py.
|
# libxml2Python is a dependency of libvirt.py.
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
[ eventlet greenlet gflags netaddr sqlalchemy carrot routes
|
[ eventlet greenlet gflags netaddr sqlalchemy carrot routes
|
||||||
paste_deploy m2crypto ipy boto_1_9 twisted sqlalchemy_migrate
|
paste_deploy m2crypto ipy twisted sqlalchemy_migrate
|
||||||
distutils_extra simplejson readline glance cheetah lockfile httplib2
|
distutils_extra simplejson readline glance cheetah lockfile httplib2
|
||||||
urlgrabber virtinst pyGtkGlade pythonDBus gnome_python pygobject3
|
urlgrabber virtinst pyGtkGlade pythonDBus gnome_python pygobject3
|
||||||
libvirt libxml2Python ipaddr vte
|
libvirt libxml2Python ipaddr vte
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
pythonPath = with pythonPackages;
|
pythonPath = with pythonPackages;
|
||||||
[ setuptools eventlet greenlet gflags netaddr sqlalchemy carrot routes
|
[ setuptools eventlet greenlet gflags netaddr sqlalchemy carrot routes
|
||||||
paste_deploy m2crypto ipy boto_1_9 twisted sqlalchemy_migrate
|
paste_deploy m2crypto ipy twisted sqlalchemy_migrate
|
||||||
distutils_extra simplejson readline glance cheetah lockfile httplib2
|
distutils_extra simplejson readline glance cheetah lockfile httplib2
|
||||||
# !!! should libvirt be a build-time dependency? Note that
|
# !!! should libvirt be a build-time dependency? Note that
|
||||||
# libxml2Python is a dependency of libvirt.py.
|
# libxml2Python is a dependency of libvirt.py.
|
||||||
|
|||||||
@@ -900,33 +900,6 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# euca2ools (and maybe Nova) needs boto 1.9, 2.0 doesn't work.
|
|
||||||
boto_1_9 = buildPythonPackage (rec {
|
|
||||||
name = "boto-1.9b";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "http://boto.googlecode.com/files/${name}.tar.gz";
|
|
||||||
sha1 = "00a033b0a593c3ca82927867950f73d88b831155";
|
|
||||||
};
|
|
||||||
|
|
||||||
patches = [ ../development/python-modules/boto-1.9-python-2.7.patch ];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = http://code.google.com/p/boto/;
|
|
||||||
|
|
||||||
license = "bsd";
|
|
||||||
|
|
||||||
description = "Python interface to Amazon Web Services";
|
|
||||||
|
|
||||||
longDescription = ''
|
|
||||||
The boto module is an integrated interface to current and
|
|
||||||
future infrastructural services offered by Amazon Web
|
|
||||||
Services. This includes S3, SQS, EC2, among others.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
boto = buildPythonPackage rec {
|
boto = buildPythonPackage rec {
|
||||||
name = "boto-${version}";
|
name = "boto-${version}";
|
||||||
version = "2.32.0";
|
version = "2.32.0";
|
||||||
|
|||||||
Reference in New Issue
Block a user