7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.7";
14 src = fetchFromGitHub {
15 owner = "sissaschool";
17 rev = "refs/tags/v${version}";
18 hash = "sha256-+NCsWPt5yMXe+GR9nEBU7byYhKrH/6xghQioj9AOGm4=";
21 # avoid circular dependency with xmlschema which directly depends on this
24 pythonImportsCheck = [
29 description = "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml";
30 homepage = "https://github.com/sissaschool/elementpath";
31 license = licenses.mit;
32 maintainers = with maintainers; [ jonringer ];