lisa-lab/pylearn2

would it be possible to have it in a wheel on Pypi ?

Opened this issue · 6 comments

universal
or Python3.4+
or Python3.4+ windows
or a source package
or at least a page

Did you know you can install it with a one-liner anyway:

pip install -e git+https://github.com/lisa-lab/pylearn2.git#egg=Package

sure, but it's to put in a Python distro, so I would like a wheel for the build process.

TNick commented

I guess that would mean a certain commitment.
Keeping it in 1.0dev lets you get away with things...

ok, so could you at least "reserve" the pypi page, like for project lasagne ?
(or PyQt5)

TNick commented

I see no reason not to do it.
Let us wait for the higher-ups to respond. 👍

nouiz commented

This mean someone would need to update it from time to time.

This person would need to track the daily buildbot to know when it is safe
to upload a new version.

Is there such a person?

Also, if the same version is reused, I think it could cause problem. If
people try to update and we did an update with the same version, would the
update be done? Also, it would be very confusing to user.

So I think using 0.0.1dev and increment the number (keep the number the
lest significant bit and keep dev) would indicate that and allow to have
version numbers.

Fred

On Thu, Apr 23, 2015 at 10:58 AM, Nicu Tofan notifications@github.com
wrote:

I see no reason not to do it.
Let us wait for the higher-ups to respond. [image: 👍]


Reply to this email directly or view it on GitHub
#1493 (comment).