Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 17:17:47 +0100] rev 67
use system-specific path separators
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 17:17:22 +0100] rev 66
read version from setup.cfg
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 16:47:39 +0100] rev 65
Merge 2.6.3
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 15:20:28 +0100] rev 64
make main(), easier merge
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:47:36 +0100] rev 63
Release 2.6.3
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 16:45:02 +0100] rev 62
Merge 2.6.3
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 14:54:23 +0100] rev 61
ignore setup.py stuff in .hgignore
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 14:53:28 +0100] rev 60
make PyPI package
Claudio Luck <claudio.luck@pep.foundation> [Wed, 18 Mar 2020 19:32:02 +0100] rev 59
fix version
Claudio Luck <claudio.luck@pep.foundation> [Wed, 18 Mar 2020 19:20:01 +0100] rev 58
pypackage: Merge 2.6.2
Claudio Luck <claudio.luck@pep.foundation> [Wed, 27 Feb 2019 14:43:35 +0100] rev 57
Track changes of 2.5.10
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:09:43 +0200] rev 56
wip: add setup.py, README.md and debian packaging
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:00:00 +0200] rev 55
rename binaries but add compat symlinks (for prep for setup.py)
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:57:05 +0200] rev 54
move module body into main()
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:52:30 +0200] rev 53
prepare to move body code into main function
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:48:59 +0200] rev 52
move python code into new package dir
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:42:20 +0100] rev 51
Bump version to 2.6.3.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:41:45 +0100] rev 50
Update copyright year.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 14:37:23 +0200] rev 49
Makefile: Add target `install`.
This makes distribution packagers live even easier.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:29:04 +0100] rev 48
Makefile: Add target `dist`.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:13:21 +0100] rev 47
Update .hgignore.
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:09:43 +0200] rev 46
Add a README.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:05:51 +0100] rev 45
Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 13:33:48 +0200] rev 44
docs: Include files are always searched at standard location, too.
This removes the need to specify the location where yml2 was unpacked or
installed as YML_PATH. So this now works:
YML_PATH=/foo ./yml2proc --xml2yml
The standard system location <prefix>/share/yml2 is now always appended to
the include search path. If this path does not exist, the directory one
above the `backend.py` file is added, allowing the same behaviour for
uninstalled yml2.
In the Makefile enforce the .ysl2 files to be searched in the current
directory first.