Thu, 27 Oct 2016 14:37:23 +0200Makefile: Add target `install`.
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.

Tue, 17 Mar 2020 11:29:04 +0100Makefile: Add target `dist`.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:29:04 +0100] rev 48
Makefile: Add target `dist`.

Tue, 17 Mar 2020 11:13:21 +0100Update .hgignore.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:13:21 +0100] rev 47
Update .hgignore.

Tue, 04 Sep 2018 17:09:43 +0200Add a README.
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:09:43 +0200] rev 46
Add a README.

Tue, 17 Mar 2020 11:05:51 +0100Add setup.py, setup.cfg and MANIFEST.in.
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.

Thu, 27 Oct 2016 13:33:48 +0200docs: Include files are always searched at standard location, too.
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.

Tue, 17 Mar 2020 10:26:38 +0100Move data files into the Python package.
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.

Thu, 27 Oct 2016 12:51:47 +0200Catch missing xml2yml.ysl2 early.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 12:51:47 +0200] rev 42
Catch missing xml2yml.ysl2 early.

Tue, 17 Mar 2020 10:12:14 +0100Convert yml2 into a Python package.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 10:12:14 +0100] rev 41
Convert yml2 into a Python package.

* Rename yml2.py -> yml2/__init__.py
* Rename backend.py -> yml2/backend.py
* Rename pyPEG.py -> yml2/pyPEG.py
* Use relative imports where appropriate.
* Change imports in yml2c, yml2proc.
* Update make target `clean`.

Mon, 04 Nov 2019 11:38:34 +0100date
Volker Birk <vb@pep-project.org> [Mon, 04 Nov 2019 11:38:34 +0100] rev 40
date