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,
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
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/
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
>
> 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
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
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
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.