python3Packages.django-jinja: normalize package directory and cleanup
This commit is contained in:
+2
-5
@@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
fetchFromGitHub,
|
||||
|
||||
# build-system
|
||||
@@ -13,7 +12,7 @@
|
||||
|
||||
# tests
|
||||
pytest-django,
|
||||
pytestCheckHook
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -21,8 +20,6 @@ buildPythonPackage rec {
|
||||
version = "2.11.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "niwinz";
|
||||
repo = "django-jinja";
|
||||
@@ -32,7 +29,7 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
django
|
||||
jinja2
|
||||
];
|
||||
@@ -4093,7 +4093,7 @@ self: super: with self; {
|
||||
|
||||
django-ipware = callPackage ../development/python-modules/django-ipware { };
|
||||
|
||||
django-jinja = callPackage ../development/python-modules/django-jinja2 { };
|
||||
django-jinja = callPackage ../development/python-modules/django-jinja { };
|
||||
|
||||
django-jquery-js = callPackage ../development/python-modules/django-jquery-js { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user