pythonPackages.sqlalchemy9: drop
This commit is contained in:
parent
43c60d6c7c
commit
a540d2b3a1
@ -20727,32 +20727,6 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
sqlalchemy9 = buildPythonPackage rec {
|
||||
name = "SQLAlchemy-0.9.9";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/S/SQLAlchemy/${name}.tar.gz";
|
||||
sha256 = "14az6hhrz4bgnicz4q373z119zmaf7j5zxl1jfbfl5lix5m1z9bj";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose mock ]
|
||||
++ stdenv.lib.optional doCheck pysqlite;
|
||||
propagatedBuildInputs = with self; [ modules.sqlite3 ];
|
||||
|
||||
# Test-only dependency pysqlite doesn't build on Python 3. This isn't an
|
||||
# acceptable reason to make all dependents unavailable on Python 3 as well
|
||||
doCheck = !(isPyPy || isPy3k);
|
||||
|
||||
checkPhase = ''
|
||||
${python.executable} sqla_nose.py
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://www.sqlalchemy.org/;
|
||||
description = "A Python SQL toolkit and Object Relational Mapper";
|
||||
};
|
||||
};
|
||||
|
||||
sqlalchemy = buildPythonPackage rec {
|
||||
name = "SQLAlchemy-${version}";
|
||||
version = "1.0.12";
|
||||
|
Loading…
Reference in New Issue
Block a user