File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 # AK, 2020-12-13
7575 rm pytools/log.py
7676
77- EXTRA_INSTALL="numpy"
77+ EXTRA_INSTALL="numpy lark-parser "
7878 curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
7979 . ./build-and-test-py-project.sh
8080
Original file line number Diff line number Diff line change 77 # AK, 2020-12-13
88 rm pytools/log.py
99
10- export EXTRA_INSTALL="numpy"
10+ export EXTRA_INSTALL="numpy lark-parser "
1111 curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
1212 . ./build-and-test-py-project.sh
1313 tags :
Original file line number Diff line number Diff line change 4242 "appdirs>=1.4.0" ,
4343 "numpy>=1.6.0" ,
4444 "dataclasses>=0.7;python_version<='3.6'" ,
45- "Mako" ,
46- "lark-parser" ,
4745 ],
4846
47+ extras_require = {
48+ "tag_parsing" : ["lark-parser" ],
49+ },
50+
4951 package_data = {"pytools" : ["py.typed" ]},
5052
5153 author = "Andreas Kloeckner" ,
You can’t perform that action at this time.
0 commit comments