14 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 sha256 = "32ce792ee9b6a0cbbec340123e229ac9f765dff8c2a4ae9247a14b2ba3a365a7";
25 patches = lib.optional withGdal
27 src = ./django_3_set_geos_gdal_lib.patch;
30 extension = stdenv.hostPlatform.extensions.sharedLibrary;
33 propagatedBuildInputs = [
39 # too complicated to setup
43 description = "A high-level Python Web framework";
44 homepage = "https://www.djangoproject.com/";
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ georgewhewell lsix ];