Merge pull request #17963 from lancelotsix/update_django_raster_0_3
django_raster: 0.2 -> 0.3
This commit is contained in:
@@ -9010,16 +9010,6 @@ in modules // {
|
|||||||
|
|
||||||
django = self.django_1_10;
|
django = self.django_1_10;
|
||||||
|
|
||||||
django_gis = self.django.override rec {
|
|
||||||
patches = [
|
|
||||||
(pkgs.substituteAll {
|
|
||||||
src = ../development/python-modules/django/1.10-gis-libs.template.patch;
|
|
||||||
geos = pkgs.geos;
|
|
||||||
gdal = pkgs.gdal;
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
django_1_10 = buildPythonPackage rec {
|
django_1_10 = buildPythonPackage rec {
|
||||||
name = "Django-${version}";
|
name = "Django-${version}";
|
||||||
version = "1.10";
|
version = "1.10";
|
||||||
@@ -9030,6 +9020,14 @@ in modules // {
|
|||||||
sha256 = "01bh5yra6zyxcpqacahbwfbn0y4ivw07j2jsw3crvmjzivb6if26";
|
sha256 = "01bh5yra6zyxcpqacahbwfbn0y4ivw07j2jsw3crvmjzivb6if26";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(pkgs.substituteAll {
|
||||||
|
src = ../development/python-modules/django/1.10-gis-libs.template.patch;
|
||||||
|
geos = pkgs.geos;
|
||||||
|
gdal = self.gdal;
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
# patch only $out/bin to avoid problems with starter templates (see #3134)
|
# patch only $out/bin to avoid problems with starter templates (see #3134)
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
||||||
@@ -9442,11 +9440,11 @@ in modules // {
|
|||||||
|
|
||||||
django_raster = buildPythonPackage rec {
|
django_raster = buildPythonPackage rec {
|
||||||
name = "django-raster-${version}";
|
name = "django-raster-${version}";
|
||||||
version = "0.2";
|
version = "0.3";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/d/django-raster/${name}.tar.gz";
|
url = "mirror://pypi/d/django-raster/${name}.tar.gz";
|
||||||
sha256 = "1zdcxzj43qrv7cl6q9nb2dkfnsyn74dzf2igpnd6nbbfdnkif9bm";
|
sha256 = "0vn11y07wag7yvjzrk7m99xs3cqyaaaklwcsik9zbvw0kwp2khni";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self ; [ numpy django_colorful pillow psycopg2
|
propagatedBuildInputs = with self ; [ numpy django_colorful pillow psycopg2
|
||||||
@@ -10850,6 +10848,12 @@ in modules // {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gdal = (pkgs.gdal.overrideDerivation (oldattrs: {
|
||||||
|
name = "${python.libPrefix}-" + oldattrs.name;
|
||||||
|
})).override {
|
||||||
|
pythonPackages = self;
|
||||||
|
};
|
||||||
|
|
||||||
gdrivefs = buildPythonPackage rec {
|
gdrivefs = buildPythonPackage rec {
|
||||||
version = "0.14.3";
|
version = "0.14.3";
|
||||||
name = "gdrivefs-${version}";
|
name = "gdrivefs-${version}";
|
||||||
@@ -19180,11 +19184,11 @@ in modules // {
|
|||||||
|
|
||||||
pyparsing = buildPythonPackage rec {
|
pyparsing = buildPythonPackage rec {
|
||||||
name = "pyparsing-${version}";
|
name = "pyparsing-${version}";
|
||||||
version = "2.1.4";
|
version = "2.1.8";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/pyparsing/${name}.tar.gz";
|
url = "mirror://pypi/p/pyparsing/${name}.tar.gz";
|
||||||
sha256 = "0z3rn5cl22kglrvlkfbdjgrp7s443k6k4hcr5awlj3dmg7m4s8x9";
|
sha256 = "0sy5fxhsvhf0fwk9h6nqlhn1lsjpdmg41jziw5z814rlkydqd903";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Not everything necessary to run the tests is included in the distribution
|
# Not everything necessary to run the tests is included in the distribution
|
||||||
|
|||||||
Reference in New Issue
Block a user