django_compat: init at 1.0.8
This commit is contained in:
parent
0f22f51d60
commit
fb26e993c5
@ -8002,6 +8002,28 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
django_compat = buildPythonPackage rec {
|
||||
name = "django-compat-${version}";
|
||||
version = "1.0.8";
|
||||
|
||||
# build process attempts to access a missing README.rst
|
||||
disabled = isPy35;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/d/django-compat/${name}.tar.gz";
|
||||
sha256 = "195dgr55vzpw1fbjvbw2h35k9bfhvm5zchh2p7nzbq57xmwb3sra";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ django_nose ];
|
||||
propagatedBuildInputs = with self; [ django six ];
|
||||
|
||||
meta = {
|
||||
description = "Forward and backwards compatibility layer for Django 1.4, 1.7, 1.8, and 1.9";
|
||||
homepage = https://github.com/arteria/django-compat;
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
django_evolution = buildPythonPackage rec {
|
||||
name = "django_evolution-0.7.5";
|
||||
disabled = isPy3k;
|
||||
|
Loading…
Reference in New Issue
Block a user