Re: [pkg-go] package naming for kingpin.v3

2018-04-16 Thread Martín Ferrari
On 16/04/18 12:19, Shengjing Zhu wrote:

>> I was getting ready to upload this same package, which I did not find
>> because of the -unstable suffix.
> 
> but you can't import gopkg.in/alecthomas/kingpin.v3

That is true, but the v3-unstable name should not be used either, as it
is not released (see https://gopkg.in/alecthomas/kingpin.v3-unstable).

I am going to provide the compatiblity symlink, but I think it does not
make sense to have a package with a name that needs to change as soon as
it is released.

-- 
Martín Ferrari (Tincho)

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Re: [pkg-go] package naming for kingpin.v3

2018-04-16 Thread Shengjing Zhu
On Mon, Apr 16, 2018 at 7:02 PM Martín Ferrari  wrote:

> I was getting ready to upload this same package, which I did not find
> because of the -unstable suffix.

but you can't import gopkg.in/alecthomas/kingpin.v3

go get -d gopkg.in/alecthomas/kingpin.v3
package gopkg.in/alecthomas/kingpin.v3: unrecognized import path "
gopkg.in/alecthomas/kingpin.v3" (parse
https://gopkg.in/alecthomas/kingpin.v3?go
-get=1: no go-import meta tags ())

--
Best regards,
Shengjing Zhu

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] package naming for kingpin.v3

2018-04-16 Thread Martín Ferrari
I was getting ready to upload this same package, which I did not find
because of the -unstable suffix.

I think this was a bad idea, as now we will need renaming and transition
packages when v3 is finally released... Same issue with the repo name.

Plus, it is not following current practices, like following upstream git
history.

So, unless anybody sees this as a problem, I will take it over with a
package using the v3 name, a repo with that name, etc.

-- 
Martín Ferrari (Tincho)

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers