Re: subliminal

2017-09-23 Thread Diane Trout
On Thu, 2017-09-14 at 18:35 -0300, drebs wrote:
> Hi, I am interested in updating the subliminal[2] package[1]. Is
> there
> someone else already working on that? If not, what would be the
> process
> for having it uploaded? (i am not a dm or dd) Should i send the
> source
> package to this list? Would someone sponsor it? :)

You might want to check to see whats going on with the previous
uploaders.

If they aren't then yes once you have it updated, you'd probably submit
it to mentors.debian.net and ask either in this list or in the #debian-
python IRC to find a sponsor.

Diane



Re: Python 3 Statsmodels & Pandas

2017-09-23 Thread Yaroslav Halchenko

On Fri, 22 Sep 2017, Andreas Tille wrote:
> > diff -Nru pandas-0.20.3/debian/changelog pandas-0.20.3/debian/changelog
> > --- pandas-0.20.3/debian/changelog  2017-07-10 20:00:59.0 -0400
> > +++ pandas-0.20.3/debian/changelog  2017-09-21 16:11:29.0 -0400
> > @@ -1,3 +1,14 @@
> > +pandas (0.20.3-2) unstable; urgency=medium
> > +
> > +  * debian/control
> > +- boosted policy to 4.0.0 (I think we should be ok)

> Current is 4.1.0 (despite lintian claims 4.0.0)

yeap, noted

> > I could also add you to pkg-exppsy team under which we still have the 
> > "active"
> > vcs for pandas.

> I would prefer to move pandas to Debian Science or Debian Python.  I
> fail to see the specific use in NeuroDebian field.

I ould repeat that I don't mind having it moved under -science or
-python teams maintenance.  But it shouldn't make it more difficult for
me to maintain it.

-- 
Yaroslav O. Halchenko
Center for Open Neuroscience http://centerforopenneuroscience.org
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik



Re: Python 3 Statsmodels & Pandas

2017-09-23 Thread Yaroslav Halchenko

On Fri, 22 Sep 2017, Piotr Ożarowski wrote:

> [Diane Trout, 2017-09-21]
> > I made larger changes to statsmodels, by using pybuild instead of the
> > previous multiple targets in debian/rules.

> you can simplify it even further by using pybuild's --ext-dest-dir:
> (I didn't test as this branch FTBFS for me)

how recent is that feature?

one of the concerns of mine to be paid attention to is being able to
easily backport this package for older debian/ubuntus (we could patch,
by per-release patching  is somewhat tedious) for the upload to
NeuroDebian.  Current state of things (I will now upload that
fresh -2 build now for where it built) is at
http://neuro.debian.net/pkgs/python-pandas.html

-- 
Yaroslav O. Halchenko
Center for Open Neuroscience http://centerforopenneuroscience.org
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834   Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik



subliminal

2017-09-23 Thread drebs
Hi, I am interested in updating the subliminal[2] package[1]. Is there
someone else already working on that? If not, what would be the process
for having it uploaded? (i am not a dm or dd) Should i send the source
package to this list? Would someone sponsor it? :)

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851535
[2] https://tracker.debian.org/pkg/subliminal

Thanks!
drebs.

--
gpg --recv-key B2B397904D39F3B3D4BA511EA5E6BCA629BA4127



Re: Python 3 Statsmodels & Pandas

2017-09-23 Thread Ghislain Vaillant

On 22/09/17 20:32, Diane Trout wrote:

On Fri, 2017-09-22 at 10:57 +0200, Piotr Ożarowski wrote:

[Diane Trout, 2017-09-21]

I made larger changes to statsmodels, by using pybuild instead of
the
previous multiple targets in debian/rules.


you can simplify it even further by using pybuild's --ext-dest-dir:
(I didn't test as this branch FTBFS for me)


Ooh. I didn't know about PYBUILD_EXT_DEST_DIR_python3

that's useful.

Where should that option be documented?


In pybuild's manpage for a start?