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.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 10:26:38 +0100] rev 43
Move data files into the Python package.
The packe directory is now always searched for include files, after
all other directoreis given in $YML_PATH.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 12:51:47 +0200] rev 42
Catch missing xml2yml.ysl2 early.