6 buildPythonPackage rec {
7 pname = "distutils-extra";
12 url = "https://salsa.debian.org/python-team/modules/python-distutils-extra/-/archive/${version}/python-${pname}-${version}.tar.bz2";
13 hash = "sha256-aq5+JjlzD3fS4+CPxZNjyz2QNfqsChC0w6KRVgbTGwI=";
16 # Tests are out-dated as the last upstream release is from 2016
19 pythonImportsCheck = [
24 description = "Enhancements to Python's distutils";
25 homepage = "https://launchpad.net/python-distutils-extra";
26 license = licenses.gpl2Plus;
27 maintainers = with maintainers; [ fab ];