You are not logged in.

#1 2017-03-27 19:13:04

Bermond
Member
Registered: 2016-08-16
Posts: 5

[SOLVED] Python package naming

When a Python[2] package should be named python[2]-name or <name>[2]? Is there any rule to follow?
I need to create some AUR Python packages and I'm in doubt what naming convention should be used.

Examples of <name>[2] packages in binary repositories:
cython / cython2
ipython / ipython2

Examples of python[2]-<name> packages in binary repositories:
most of the rest, you name it.

Last edited by Bermond (2017-03-27 21:12:44)

Offline

#2 2017-03-27 19:52:04

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] Python package naming

python(2)-name is for python libraries.
name(2) is for applications.

https://wiki.archlinux.org/index.php/Py … age_naming


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2017-03-27 19:59:48

Bermond
Member
Registered: 2016-08-16
Posts: 5

Re: [SOLVED] Python package naming

Thank you.
I was not aware of that Wiki page :-)

Offline

Board footer

Powered by FluxBB