Re: [Apertium-stuff] Apertium Python Module Names

2019-10-15 Thread Tino Didriksen
Ok, so source package apertium will provide python3-apertium-core (convention seems to be hyphen for underscores) and not python3-apertium - the latter name must be kept free for future packaging of apertium-python. Luckily the package isn't published under the python3-apertium name yet. For CG-3,

Re: [Apertium-stuff] Apertium Python Module Names

2019-10-14 Thread Lokendra Singh
Using an alias named apertium.py might cause conflicts with https://github.com/apertium/apertium-python/blob/74f6a3229a/apertium/analysis/__init__.py#L6-L7 and similar usage in python module. `import apertium_core as apertium` would also cause same issue. I think renaming the package to python3-a

Re: [Apertium-stuff] Apertium Python Module Names

2019-10-14 Thread Francis Tyers
El 2019-10-14 08:34, Sushain Cherivirala escribió: I'm guessing python3-apertium is the name of the new library from this GsoC. What is this other package, apertium-python? apt show gives me nothing. python3-apertium as Tino is referring to it is the SWIG/Python bindings for https://github.com/

Re: [Apertium-stuff] Apertium Python Module Names

2019-10-14 Thread Kevin Brubeck Unhammer
Sushain Cherivirala čálii: >> >> I'm guessing python3-apertium is the name of the new library from this >> GsoC. What is this other package, apertium-python? apt show gives me >> nothing. > > > python3-apertium as Tino is referring to it is the SWIG/Python bindings for > https://github.com/aperti

Re: [Apertium-stuff] Apertium Python Module Names

2019-10-14 Thread Sushain Cherivirala
> > I'm guessing python3-apertium is the name of the new library from this > GsoC. What is this other package, apertium-python? apt show gives me > nothing. python3-apertium as Tino is referring to it is the SWIG/Python bindings for https://github.com/apertium/apertium. They currently export a `a

Re: [Apertium-stuff] Apertium Python Module Names

2019-10-14 Thread Kevin Brubeck Unhammer
Tino Didriksen čálii: > https://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names > > The package python3-apertium must provide the Python module apertium, but > it provides apertium_core. I can fix this by either adding an alias > apertium.py with 'from a

Re: [Apertium-stuff] Apertium Python Module Names

2019-10-13 Thread Flammie A Pirinen
On Sun, Oct 13, 2019 at 12:27:10PM +0200, Tino Didriksen wrote: > https://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names > > The package python3-apertium must provide the Python module apertium, but > it provides apertium_core. I can fix this by either a

Re: [Apertium-stuff] Apertium Python Module Names

2019-10-13 Thread Francis Tyers
El 2019-10-13 11:27, Tino Didriksen escribió: https://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names The package python3-apertium must provide the Python module apertium, but it provides apertium_core. I can fix this by either adding an alias apertium.