summaryrefslogtreecommitdiff
path: root/xraylarch/remove-icons.patch
AgeCommit message (Collapse)Author
2020-08-31deleted: xraylarchErich Eckner
it builds, but is fundamentally broken: larch> print(1) None Traceback (most recent calls last): print(1) ^^^ File <stdin>, line 1 NotImplementedError: 'Constant' not supported There are too many problems to solve: 1. `setup.py install` ignores --root at most places 2. even when run as root and directly installing to /, the above error applies, e.g. the following gives a broken installation: python setup.py build python setup.py check sudo python setup.py install --skip-build --prefix=/usr It seems, nowadays, the only valid method to install anything is through `pip install` and friends.
2019-09-13xraylarch: 0.9.45-2 -> 0.9.46-1Erich Eckner
2019-06-26xraylarch: 0.9.44-3 -> 0.9.45-1Erich Eckner