[ptxdist] [PATCH 2/4] host-swig: version bump 2.0.9 -> 3.0.8

2019-08-28 Thread Roland Hieber
Update version and make support for Java, Python 2 and Python 3 code generation selectable so that it doesn't pull in too many dependencies, but target packages can still select it if needed. Based on a patch by Niklas Reisser. Cc: Niklas Reisser Signed-off-by: Roland Hieber ---

[ptxdist] [PATCH 4/4] python-pyro: new package

2019-08-28 Thread Roland Hieber
Based on a patch by Niklas Reisser. Cc: Niklas Reisser Signed-off-by: Roland Hieber --- rules/python-pyro.in | 20 +++ rules/python-pyro.make | 56 ++ 2 files changed, 76 insertions(+) create mode 100644 rules/python-pyro.in create mode

[ptxdist] [PATCH 3/4] host-python-setuptools: version bump 17.0 -> 41.2.0

2019-08-28 Thread Roland Hieber
python-pyro (which we will package in the next commit) needs a newer setuptools version. Based on a patch by Niklas Reisser. Cc: Niklas Reisser Signed-off-by: Roland Hieber --- rules/host-python-setuptools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH 1/4] sqlitecpp: new package

2019-08-28 Thread Roland Hieber
SQLiteC++ offers an encapsulation around the native C APIs of SQLite, with a few intuitive and well documented C++ classes. The library is only built statically, so there is no need to targetinstall anything. Based on a patch by Chetan Dayananda. Cc: Chetan Dayananda Signed-off-by: Roland

[ptxdist] [PATCH] mc: dependency fix & version bump 4.8.20 -> 4.8.23

2019-08-28 Thread Ulrich Ölmann
In current toolchains the dependency to libnsl is gone. Signed-off-by: Ulrich Ölmann --- rules/mc.in | 1 - rules/mc.make | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/mc.in b/rules/mc.in index 17e4dd454cb1..42adeaf07db9 100644 --- a/rules/mc.in +++