[gentoo-dev] Last rites: dev-python/astropy & revdeps (incl. sci-astronomy/astrometry, sci-astronomy/kapteyn)

2019-11-29 Thread Michał Górny
# Michał Górny (2019-11-29) # Astronomy-related Python packages and their revdeps. They are # unmaintained. Most of them are outdated. None of them were tested # on Python 3.7, some even on 3.6. The leaf packages are 2.7-only. # All of them depend on astropy which has an unconditional

[gentoo-dev] Packages up for grabs: app-admin/ngxtop, media-gfx/opencsg

2019-11-29 Thread Michał Górny
Hello, Due to the inactivity of their maintainer, the following packages are now up for grabs: app-admin/ngxtop media-gfx/opencsg The former has no bugs open, the latter has one bug and a potentially interested proxied maintainer. -- Best regards, Michał Górny signature.asc Description:

[gentoo-dev] Packages up for grabs due to dev-zero's inactivity

2019-11-29 Thread Michał Górny
Hello, The following packages are looking for a new maintainer due to dev- zero's inactivity: [ v] app-admin/authbind [ v] app-backup/ccollect [ ] app-emulation/libvirt-snmp [ ] app-misc/scrub [ ] dev-libs/faxpp [ ] dev-libs/ossp-uuid [s ] dev-python/restkit [ ] dev-util/cflow [bv]

[gentoo-dev] Packages up for grabs due to alonbl's inactivity

2019-11-29 Thread Michał Górny
Hello, The following packages are up for grabs now: [ v] app-arch/deltarpm [bv] app-laptop/laptop-mode-tools [bv] net-dns/openresolv [ ] net-firewall/firehol [b ] net-misc/iprange [b ] sys-apps/fakechroot [b ] sys-apps/fakeroot-ng [ ] sys-power/hibernate-script [ ] virtual/resolvconf Legend:

[gentoo-dev] [PATCH 1/3] distutils-r1.eclass: Depend on setuptools by default

2019-11-29 Thread Michał Górny
Add a new DISTUTILS_USE_SETUPTOOLS top variable, and make it default to BDEPEND-ing on dev-python/setuptools (which should be correct for the majority of packages). Packages that either need RDEPEND or no dependency at all can override it. Also add a check for correct value in esetup.py. This

[gentoo-dev] [PATCH 2/3] dev-python/setuptools: Disable setuptools self-dependency

2019-11-29 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/setuptools/setuptools-40.6.3.ebuild | 1 + dev-python/setuptools/setuptools-41.5.1.ebuild | 1 + dev-python/setuptools/setuptools-42.0.0.ebuild | 1 + dev-python/setuptools/setuptools-42.0.1.ebuild | 1 + dev-python/setuptools/setuptools-.ebuild |

[gentoo-dev] Packages up for grabs due to creffett's inactivity

2019-11-29 Thread Michał Górny
Hi, The following packages are looking for a new maintainer: [b?] app-misc/xmind [ v] app-office/projectlibre-bin [ ] games-roguelike/dwarf-fortress [bv] sci-misc/netlogo-bin [ v] sys-apps/lnxhc Also he's the sole member of theology project, so that one might need help as well. -- Best

[gentoo-dev] [PATCH 3/3] sys-apps/portage: Disable setuptools dependency

2019-11-29 Thread Michał Górny
Signed-off-by: Michał Górny --- sys-apps/portage/portage-2.3.66-r1.ebuild | 1 + sys-apps/portage/portage-2.3.69.ebuild| 1 + sys-apps/portage/portage-2.3.76-r1.ebuild | 1 + sys-apps/portage/portage-2.3.79.ebuild| 1 + sys-apps/portage/portage-2.3.80-r1.ebuild | 1 +

Re: [gentoo-dev] Migrate away from python-2 or not

2019-11-29 Thread Mathy Vanvoorden
> I tried removing python2 on a handful of test systems over the last week > ... it's back everywhere. > > I attempted the same over the last couple of days as I was thinking "It's going anyway, why not get a head start?". I had to do the following: * Remove metagen * Remove rr * Update kodi and

Re: [gentoo-dev] Packages up for grabs due to dev-zero's inactivity

2019-11-29 Thread Michal Privoznik
On 11/29/19 10:12 AM, Michał Górny wrote: Hello, The following packages are looking for a new maintainer due to dev- zero's inactivity: [ ] app-emulation/libvirt-snmp As an upstream maintainer of this package I'm also willing to maintain it in Gentoo. However, so far I'm not a

[gentoo-dev] [PATCH] python*-r1.eclass: Deprecate python_gen_usedep

2019-11-29 Thread Michał Górny
Deprecate python_gen_usedep() in favor of python_gen_cond_dep(). The latter is a newer API that generates full USE-conditional blocks rather than pure USE-dependency strings. As such, it can replace all uses of the former, and is safer to use in general. In particular:

Re: [gentoo-dev] Migrate away from python-2 or not

2019-11-29 Thread Haelwenn (lanodan) Monnier
[2019-11-29 14:49:12+0100] Mathy Vanvoorden: > > I tried removing python2 on a handful of test systems over the last week > > ... it's back everywhere. > > > > > I attempted the same over the last couple of days as I was thinking "It's > going anyway, why not get a head start?". I had to do the