Sebastian wrote:
Hi,
On 08/13/2016 06:37 PM, Michael Ströder wrote:
Sebastian wrote:
On 08/13/2016 10:33 AM, Michael Ströder wrote:
Since ages the convention is that a distribution package name of a Python module should be "python-<import-name>". The wiki says: https://en.opensuse.org/openSUSE:Packaging_Python#Naming_policy All Python module packages, whether pure Python or C-based, should be called python-modulename. modulename should be the name of this module on the Python Package Index, the official third-party software repository for the Python programming language. This strange SUSE-specific rule is IMO non-sense and will cause nothing than grief. Renaming existing packages will break *lots* of existing (automated) installation routines. Not if Provides and Obsoletes are used? This convention is wildly violated. I see 15 with python-python and 3 with python3-python. Of course you can find such exceptions. Aren't these the wrongly-named packages you referred to in your first mail?
Nope. Some examples: python-python-gammu imports as gammu python-python-daemon imports as daemon python-python-dateutil imports as dateutil python-python-ipmi imports as ipmi I'm pretty sure I can extend this list but I'm lazy to install the misnamed packages. Ciao, Michael.