[gentoo-dev] Last rites: dev-python/dataclasses

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-02) # Py3.6 backport for dataclasses. No rdeps left. # Removal in 30 days dev-python/dataclasses -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/cloudlib

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py3.6 only. Dead upstream. # Removal in 30 days. Bug #718898 dev-python/cloudlib -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: app-arch/{cfv,ipkg-utils}

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. # Removal in 30 days. Bug #722060 app-arch/cfv app-arch/ipkg-utils -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: app-accessibility/{SphinxTrain,sphinx3,sphinxbase}

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. # Removal in 30 days # Bug #568602,#340164,#560840,#716420,#560254 # #476424,#643982 app-accessibility/SphinxTrain app-accessibility/sphinx3 app-accessibility/sphinxbase -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: www-apps/scgi www-apache/mod_scgi

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Upstream has py3 versions # m-n. Removal in 30 days. www-apps/scgi www-apache/mod_scgi -- Cheers, Aaron signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH] mate.eclass: drop static-libs whenever possible

2020-08-01 Thread Adam Feldman
On 8/1/20 4:25 PM, Michał Górny wrote: > On Sat, 2020-08-01 at 14:32 -0400, Adam Feldman wrote: >> Whenever package doesn't have static-libs available and selected, >> if configure script has static-libs selectable, explicitly disable >> >> Bug: https://bugs.gentoo.org/695878 >> --- >> eclass/mate

[gentoo-dev] Last rites: app-crypt/{openssl-blacklist,ssh-multiadd}

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. # Removal in 30 days app-crypt/openssl-blacklist app-crypt/ssh-multiadd -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: media-gfx/printrun

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Upstream has py3 version # Removal in 30 days. Bug #709278 media-gfx/printrun -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/pyvorbis

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. # Removal in 30 days dev-python/pyvorbis -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/pyrex

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. # Removal in 30 days dev-python/pyrex -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] last rites: dev-python/pyode

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. Fails to build # Removal in 30 days. Bug #662572,#730328 dev-python/pyode -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/pylzma

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. # Removal in 30 days dev-python/pylzma -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/pyid3lib

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream # Removal in 30 days dev-python/pyid3lib -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/pupynere

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream # Removal in 30 days dev-python/pupynere -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/id3-py

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream # Removal in 30 days dev-python/id3-py -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/flup

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Dead upstream. # Removal in 30 days. Bug #706238 dev-python/flup -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: dev-python/backports-lzma

2020-08-01 Thread Michał Górny
# Michał Górny (2020-08-01) # Python 2 backport, not used by anything anymore. # Removal in 30 days. dev-python/backports-lzma -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: dev-python/backports-abc

2020-08-01 Thread Michał Górny
# Michał Górny (2020-08-01) # Python 2 backport, not used by anything anymore. # Removal in 30 days. dev-python/backports-abc -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] Last rites: dev-python/elementtree

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Use dev-python/lxml instead. # Removal in 30 days dev-python/elementtree -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] [PATCH] distutils-r1.eclass: Set PATH in distutils_install_for_testing

2020-08-01 Thread Michał Górny
Make distutils_install_for_testing set PATH so that newly-installed scripts are available in the testing environment. Make PATH local in all sub-phases to make modifications safe. Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 6 ++ 1 file changed, 6 insertions(+) diff --git

Re: [gentoo-dev] Last rites: dev-python/cddb-py

2020-08-01 Thread Aaron Bauman
On Sat, Aug 01, 2020 at 03:37:22PM -0400, Aaron Bauman wrote: > # Aaron Bauman (2020-08-01) > # Py2 only. Last upstream release 2013. > # Removal in 30 days > dev-python/cddb-py > > -- > Cheers, > Aaron add in which have deps on dev-python/cddb-py media-sound/exaile media-sound/jack [2] [1]:

Re: [gentoo-dev] [PATCH] mate.eclass: drop static-libs whenever possible

2020-08-01 Thread Michał Górny
On Sat, 2020-08-01 at 14:32 -0400, Adam Feldman wrote: > Whenever package doesn't have static-libs available and selected, > if configure script has static-libs selectable, explicitly disable > > Bug: https://bugs.gentoo.org/695878 > --- > eclass/mate.eclass | 12 +++- > 1 file changed, 1

Re: [gentoo-dev] Last rites: app-pda/{jpilot,pilot-link}

2020-08-01 Thread Aaron Bauman
On Sat, Aug 01, 2020 at 03:23:58PM -0400, Aaron Bauman wrote: > # Aaron Bauman (2020-08-01) > > # Multiple build failure bugs. Py2 only > > # Removal in 30 days

[gentoo-dev] Last rites: dev-python/cddb-py

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Py2 only. Last upstream release 2013. # Removal in 30 days dev-python/cddb-py -- Cheers, Aaron signature.asc Description: PGP signature

[gentoo-dev] Last rites: app-pda/{jpilot,pilot-link}

2020-08-01 Thread Aaron Bauman
# Aaron Bauman (2020-08-01) # Multiple build failure bugs. Py2 only # Removal in 30 days # Bug #709790, #672872, #714828

[gentoo-dev] [PATCH] mate.eclass: #637786, adj {MATE,GNOME}_LA_PUNT to fix eclassdoc gen

2020-08-01 Thread Adam Feldman
Closes: https://bugs.gentoo.org/637786 --- eclass/mate.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/mate.eclass b/eclass/mate.eclass index d6718872c05d..2bcf1f7afd63 100644 --- a/eclass/mate.eclass +++ b/eclass/mate.eclass @@ -29,7 +29,8 @@ esac # - "yes": w

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Aaron Bauman
On Sat, Aug 01, 2020 at 02:07:59PM -0400, Rich Freeman wrote: > On Sat, Aug 1, 2020 at 11:36 AM Aaron Bauman wrote: > > > > On August 1, 2020 6:25:09 AM EDT, Lars Wendler > > wrote: > > > > > >Honestly... seeing such replies from you or knowing that you do not > > >hesitate to hit other devs wit

[gentoo-dev] [PATCH] mate.eclass: drop static-libs whenever possible

2020-08-01 Thread Adam Feldman
Whenever package doesn't have static-libs available and selected, if configure script has static-libs selectable, explicitly disable Bug: https://bugs.gentoo.org/695878 --- eclass/mate.eclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/eclass/mate.eclass b/ecl

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Rich Freeman
On Sat, Aug 1, 2020 at 11:36 AM Aaron Bauman wrote: > > On August 1, 2020 6:25:09 AM EDT, Lars Wendler > wrote: > > > >Honestly... seeing such replies from you or knowing that you do not > >hesitate to hit other devs with your full QA deputy power once they > >dare to touch python packages is no

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Rich Freeman
On Sat, Aug 1, 2020 at 7:09 AM Andreas Sturmlechner wrote: > > On Samstag, 1. August 2020 12:15:18 CEST Rich Freeman wrote: > > Just based on what is already happening, it seems like most devs don't > > really care what versions of python are supported by their packages, > > let alone the dependen

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Michał Górny
On Sat, 2020-08-01 at 12:25 +0200, Lars Wendler wrote: > On Sat, 01 Aug 2020 12:19:13 +0200 Michał Górny wrote: > > > On Sat, 2020-08-01 at 06:15 -0400, Rich Freeman wrote: > > > On Sat, Aug 1, 2020 at 3:29 AM Michał Górny > > > wrote: > > > > I would like to take this as an opportunity to remind

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Aaron Bauman
On August 1, 2020 6:25:09 AM EDT, Lars Wendler wrote: >On Sat, 01 Aug 2020 12:19:13 +0200 Michał Górny wrote: > >>On Sat, 2020-08-01 at 06:15 -0400, Rich Freeman wrote: >>> On Sat, Aug 1, 2020 at 3:29 AM Michał Górny >>> wrote: >>> > I would like to take this as an opportunity to remind you to

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Andreas Sturmlechner
On Samstag, 1. August 2020 12:15:18 CEST Rich Freeman wrote: > Just based on what is already happening, it seems like most devs don't > really care what versions of python are supported by their packages, > let alone the dependencies of their packages. That's the definition of an unmaintained pack

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Michał Górny
On Sat, 2020-08-01 at 06:15 -0400, Rich Freeman wrote: > On Sat, Aug 1, 2020 at 3:29 AM Michał Górny wrote: > > I would like to take this as an opportunity to remind you to port your > > packages to Python 3.7 and 3.8. According to our timeline [1], packages > > that are not ported by the end of

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Lars Wendler
On Sat, 01 Aug 2020 12:19:13 +0200 Michał Górny wrote: >On Sat, 2020-08-01 at 06:15 -0400, Rich Freeman wrote: >> On Sat, Aug 1, 2020 at 3:29 AM Michał Górny >> wrote: >> > I would like to take this as an opportunity to remind you to port >> > your packages to Python 3.7 and 3.8. According to ou

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Michał Górny
On Sat, 2020-08-01 at 06:15 -0400, Rich Freeman wrote: > On Sat, Aug 1, 2020 at 3:29 AM Michał Górny wrote: > > I would like to take this as an opportunity to remind you to port your > > packages to Python 3.7 and 3.8. According to our timeline [1], packages > > that are not ported by the end of

Re: [gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Rich Freeman
On Sat, Aug 1, 2020 at 3:29 AM Michał Górny wrote: > > I would like to take this as an opportunity to remind you to port your > packages to Python 3.7 and 3.8. According to our timeline [1], packages > that are not ported by the end of the year are going to be last rited. > We would also like to

[gentoo-dev] Last rites: dev-python/distributed

2020-08-01 Thread Michał Górny
# Michał Górny (2020-08-01) # This package's tests are seriously broken (they access random Internet # hosts for no good reason all the time), and it has no real revdeps. # Removal in 30 days. Bug #735010. dev-python/distributed -- Best regards, Michał Górny signature.asc Description: This i

[gentoo-dev] Python team needs help cleaning up old bugs

2020-08-01 Thread Michał Górny
Hello, everyone. According to a dumb grep, Python team maintains almost 1000 packages nowadays. While the project members may seem numerous, a handful of people actually maintain the majority of the packages. I've reached the point where I need to spend 3-4 hours every day on *minimal* maintenan

[gentoo-dev] IPython 7.17 drops Python 3.6 support AKA upgrade reminder

2020-08-01 Thread Michał Górny
Hello, everyone. The most recent release of IPython removes support for Python 3.6. Unless I'm mistaken, this is the first very high profile package to become 3.7+ only. Please expect a major slay of Python 3.6 support in its reverse dependencies today. That is, when I finish the large part of