messages from 2022-01-12 17:22:59 to 2022-02-09 09:39:18 UTC [more...]
[gentoo-dev] [PATCH 00/30] One batch of Python eclass updates to rule them all
2022-02-09 9:39 UTC (37+ messages)
` [gentoo-dev] [PATCH 01/30] distutils-r1.eclass: Split backend getting code into a function
` [gentoo-dev] [PATCH 02/30] distutils-r1.eclass: Get wheel name from the backend
` [gentoo-dev] [PATCH 03/30] distutils-r1.eclass: Create distutils_pep517_install helper
` [gentoo-dev] [PATCH 04/30] dev-python/isort: Switch to PEP 517 build
` [gentoo-dev] [PATCH 05/30] python-r1.eclass: Remove deprecated python_gen_usedep
` [gentoo-dev] [PATCH 06/30] python-any-r1.eclass: Move EPYTHON validity check to python_setup()
` [gentoo-dev] [PATCH 07/30] python-utils-r1.eclass: Add function to run python_check_deps()
` [gentoo-dev] [PATCH 08/30] python-any-r1.eclass: Explain the reason for interpreter choice
` [gentoo-dev] [PATCH 09/30] python-utils-r1.eclass: Report _python_run_check_deps verbosely
` [gentoo-dev] [PATCH 10/30] python-utils-r1.eclass: Inline python_is_installed
` [gentoo-dev] [PATCH 11/30] distutils-r1.eclass: Fix has_version for distutils_enable_sphinx
` [gentoo-dev] [PATCH 12/30] python-utils-r1.eclass: Add a verbose python_has_version() wrapper
` [gentoo-dev] [PATCH 13/30] distutils-r1.eclass: Use python_has_version in ...enable_sphinx
` [gentoo-dev] [PATCH 14/30] python-utils-r1.eclass: Fix sphinx_build for non-autodoc case
` [gentoo-dev] [PATCH 15/30] python-utils-r1.eclass: Remove deprecated python_export
` [gentoo-dev] [PATCH 16/30] python-utils-r1.eclass: Remove python_wrapper_setup
` [gentoo-dev] [PATCH 17/30] python-single-r1.eclass: Inline & simplify USE-deps in gen_cond_dep
` [gentoo-dev] [PATCH 18/30] python-r1.eclass: Improve comment for USE-dep generation
` [gentoo-dev] [PATCH 19/30] python-utils-r1.eclass: Remove python_is_python3
` [gentoo-dev] [PATCH 20/30] python-single-r1.eclass: Remove PYTHON_MULTI_USEDEP
` [gentoo-dev] [PATCH 21/30] distutils-r1.eclass: Use heredoc instead of "python -c"
` [gentoo-dev] [PATCH 22/30] python-utils-r1.eclass: "
` [gentoo-dev] [PATCH 23/30] python-utils-r1.eclass: Remove old phase check from python_optimize
` [gentoo-dev] [PATCH 24/30] python-utils-r1.eclass: Add status messages to python_optimize
` [gentoo-dev] [PATCH 25/30] python-utils-r1.eclass: Support matching impls by stdlib version
` [gentoo-dev] [PATCH 26/30] dev-python/jaraco-text: Use python_gen_cond_dep w/ stdlib ver
` [gentoo-dev] [PATCH 27/30] python-any-r1.eclass: Do not test EPYTHON twice
` [gentoo-dev] [PATCH 28/30] python-utils-r1.eclass: Add QA check for obsolete PYTHON_COMPAT
` [gentoo-dev] [PATCH 29/30] dev-libs/libwacom: Use python_has_version for verbose output
` [gentoo-dev] [PATCH 30/30] distutils-r1.eclass: Add min version to tomli dep
[gentoo-dev] Re: [gentoo-project] Call for agenda items - Council meeting on 2022-02-13
2022-02-09 7:59 UTC
[gentoo-dev] Last rites: x11-misc/sisctrl
2022-02-09 0:04 UTC
[gentoo-dev] Last rites: x11-misc/easystroke
2022-02-08 23:02 UTC
[gentoo-dev] Packages up for grabs: x11-misc/sselp
2022-02-08 22:05 UTC
[gentoo-dev] Packages up for grabs: x11-misc/lineakd
2022-02-08 18:36 UTC
[gentoo-dev] Last-rites: sci-libs/oce
2022-02-07 20:57 UTC
[gentoo-dev] Last rites: app-misc/emelfm2
2022-02-06 15:14 UTC
[gentoo-dev] Packages up for grabs: x11-misc/autocutsel
2022-02-06 13:06 UTC
[gentoo-dev] Packages up for grabs: media-libs/libgroove, media-gfx/img2pdf and more
2022-02-06 11:23 UTC
[gentoo-dev] Package up for grabs: app-dicts/verbiste
2022-02-06 8:11 UTC
[gentoo-dev] Package up for grabs: x11-misc/synergy
2022-02-05 11:42 UTC (3+ messages)
[gentoo-dev] [PATCH] unpacker.eclass: Support more lzip variants
2022-02-05 10:19 UTC
[gentoo-dev] Unmask >=net-p2p/bitcoin*-0.21.1
2022-02-02 16:08 UTC (5+ messages)
[gentoo-dev] [PATCH] kernel-build.eclass: add HPPA support
2022-02-02 8:05 UTC
[gentoo-dev] [PATCH 01/12] toolchain.eclass: remove EAPI 5 and 6
2022-02-01 23:39 UTC (16+ messages)
` [gentoo-dev] [PATCH 02/12] toolchain.eclass: canonical variable ordering
` [gentoo-dev] [PATCH 03/12] user.eclass: remove EAPI 5
` [gentoo-dev] [PATCH 04/12] user.eclass: canonical variable ordering
` [gentoo-dev] [PATCH 05/12] user-info.eclass: remove EAPI 5
` [gentoo-dev] [PATCH 06/12] usr-ldscript.eclass: "
` [gentoo-dev] [PATCH 07/12] usr-ldscript.eclass: canonical variable ordering
` [gentoo-dev] [PATCH 08/12] vcs-clean.eclass: enable EAPI 8
` [gentoo-dev] [PATCH 09/12] vcs-clean.eclass: add missing die
` [gentoo-dev] [PATCH 10/12] vcs-snapshot.eclass: enable EAPI 8
` [gentoo-dev] [PATCH 11/12] vcs-snapshot.eclass: remove EAPI 0-5
` [gentoo-dev] [PATCH 12/12] vcs-snapshot.eclass: canonical variable ordering
[gentoo-dev] [PATCH 0/6] Another batch of distutils-r1.eclass fixes
2022-02-01 8:30 UTC (9+ messages)
` [gentoo-dev] [PATCH 1/6] distutils-r1.eclass: Disable stale egg-info cleaning in PEP517 mode
` [gentoo-dev] [PATCH 2/6] distutils-r1.eclass: make esetup.py require setup.{py,cfg}
` [gentoo-dev] [PATCH 3/6] distutils-r1.eclass: Fix subphase return value passthrough
` [gentoo-dev] [PATCH 4/6] distutils-r1.eclass: Move DISTUTILS_OPTIONAL check into set_globals
` [gentoo-dev] [PATCH 5/6] distutils-r1.eclass: Add DISTUTILS_DEPS output var for PEP 517 mode
` [gentoo-dev] [PATCH 6/6] distutils-r1.eclass: Restore QA warning for DUS + DISTUTILS_OPTIONAL
[gentoo-dev] [PATCH v2] texlive-common.eclass: respect EPREFIX in symlink creation
2022-02-01 0:22 UTC (2+ messages)
[gentoo-dev] [PATCH] texlive-common.eclass: respect EPREFIX in symlink creation
2022-01-31 22:56 UTC (3+ messages)
[gentoo-dev] net-proxy/redsocks up for grabs
2022-01-31 5:52 UTC
[gentoo-dev] Last rites: media-video/atomicparsley-wez
2022-01-31 5:48 UTC
[gentoo-dev] [PATCH] llvm.eclass: enable EAPI 8
2022-01-30 20:04 UTC
[gentoo-dev] Last rites: dev-python/python-slip
2022-01-30 9:41 UTC
[gentoo-dev] last-rite: dev-perl/Mac-Pasteboard
2022-01-29 15:26 UTC
[gentoo-dev] Last rites: dev-python/django-pglocks
2022-01-29 12:54 UTC
[gentoo-dev] Python 3.9 obsolescence warning / Python 3.10 porting request
2022-01-28 21:47 UTC
[gentoo-dev] last-rite: dev-java/jsr223 & java-virtuals/script-api
2022-01-28 8:59 UTC
[gentoo-dev] stable users: sys-libs/glibc-2.33-r9 needs testers
2022-01-27 23:55 UTC (2+ messages)
` [gentoo-dev] stable users: sys-libs/glibc-2.33-r10 "
[gentoo-dev] [PATCH 1/2 v2] distutils-r1.eclass: Support deprecated flit/poetry backends
2022-01-27 20:28 UTC (2+ messages)
` [gentoo-dev] [PATCH 2/2] eclass: Update links to Gentoo Python Guide
[gentoo-dev] Itanium (IA64) port: call for help
2022-01-27 18:39 UTC (2+ messages)
[gentoo-dev] [PATCH] distutils-r1.eclass: Provide detailed flit/poetry migration info
2022-01-27 10:10 UTC
[gentoo-dev] [PATCH 1/2] distutils-r1.eclass: Set script shebangs to venv in PEP 517
2022-01-26 14:10 UTC (2+ messages)
` [gentoo-dev] [PATCH 2/2] distutils-r1.eclass: Improve PEP 517 einfo output
[gentoo-dev] Feature request: auto-CC for bugs modified via commit tags
2022-01-26 1:05 UTC (9+ messages)
[gentoo-dev] Last-rites: dev-java/yanfs
2022-01-25 16:24 UTC
[gentoo-dev] Packages up for grabs: app-admin/cdist, app-admin/integrit & sys-fs/genfstab
2022-01-25 7:24 UTC
[gentoo-dev] Packages up for grabs: dev-util/cgdb
2022-01-24 22:41 UTC
[gentoo-dev] Last rites for USE flag: sys-libs/db[java]
2022-01-23 17:26 UTC
[gentoo-dev] [PATCH 1/3] distutils-r1.eclass: Strip LICENSE* & COPYING* from PEP517 dist-info
2022-01-22 20:57 UTC (3+ messages)
` [gentoo-dev] [PATCH 2/3] distutils-r1.eclass: Fix prefix paths
` [gentoo-dev] [PATCH 3/3] distutils-r1.eclass: Link to installer +x fix
[gentoo-dev] [PATCH] metadata.xsd: Support FTP URLs
2022-01-22 17:59 UTC
[gentoo-dev] Last-rites: www-client/seamonkey & net-misc/npapi-sdk
2022-01-22 13:32 UTC
[gentoo-dev] Packages up for grabs: dev-libs/granite
2022-01-22 12:40 UTC
[gentoo-dev] [PATCH 1/3] out-of-source.eclass: enable EAPI 8
2022-01-22 12:27 UTC (4+ messages)
` [gentoo-dev] [PATCH 2/3] out-of-source.eclass: remove EAPI 6
` [gentoo-dev] [PATCH 3/3] out-of-source.eclass: canonical variable ordering
[gentoo-dev] last rites: sys-devel/prelink, app-crypt/hmaccalc
2022-01-22 0:31 UTC
[gentoo-dev] [RFC] making rust-bin ordered first in virtual/rust
2022-01-21 16:52 UTC (19+ messages)
[gentoo-dev] Packages up for grabs: net-mail/mailman and everything that belongs to it
2022-01-21 7:50 UTC (3+ messages)
[gentoo-dev] Last rites: Java 1.6 packages without consumer
2022-01-20 8:31 UTC
[gentoo-dev] [PATCH 1/4] autotools.eclass: don't inject -I${SYSROOT} to aclocal
2022-01-20 5:58 UTC (7+ messages)
` [gentoo-dev] [PATCH 2/4] autotools.eclass: use --system-acdir for aclocal
` [gentoo-dev] [PATCH 3/4] autotools.eclass: update for latest automake 1.16.4
` [gentoo-dev] [PATCH 4/4] autotools.eclass: update for autoconf 2.71
` [gentoo-dev] Re: [PATCH 1/4] autotools.eclass: don't inject -I${SYSROOT} to aclocal
[gentoo-dev] Last rites: dev-java/jtds, dev-java/ecj-gcj, dev-java/freehep-graphicsio-tests, dev-java/freehep-graphicsio, dev-java/freehep-graphics2d, dev-java/colt
2022-01-19 10:06 UTC
[gentoo-dev] [PATCH 1/8] flag-o-matic.eclass: strip-flags: Fix logic to properly support "=" in patterns
2022-01-18 18:24 UTC (8+ messages)
` [gentoo-dev] [PATCH 2/8] flag-o-matic.eclass: allow -fno-diagnostics-color -fmessage-length=0
` [gentoo-dev] [PATCH 3/8] flag-o-matic.eclass: restructure comments a bit
` [gentoo-dev] [PATCH 4/8] flag-o-matic.eclass: allow Spectre mitigation flags
` [gentoo-dev] [PATCH 5/8] flag-o-matic.eclass: allow -glldb
` [gentoo-dev] [PATCH 6/8] flag-o-matic.eclass: allow -ffixed-x18 for arm64
` [gentoo-dev] [PATCH 7/8] flag-o-matic.eclass: allow -fstack-clash-protection, -fcf-protection=*
` [gentoo-dev] [PATCH 8/8] flag-o-matic.eclass: allow -frecord-command-line
[gentoo-dev] [PATCH] media-libs/freetype: fix GCC usage during configure
2022-01-17 16:10 UTC (3+ messages)
` [gentoo-dev] Mailing list for ebuild patches? (Was: Re: [PATCH] media-libs/freetype: fix GCC usage during configure)
[gentoo-dev] [python] PEP 517 migration
2022-01-17 10:12 UTC
[gentoo-dev] Package up for grabs: app-shells/kshdb
2022-01-17 0:07 UTC (2+ messages)
[gentoo-dev] Closing the Lisp umbrella project
2022-01-16 19:57 UTC
[gentoo-dev] Packages up for grabs: media-libs/libsidplay, games-util/dzip, app-crypt/md4sum
2022-01-16 19:47 UTC
[gentoo-dev] Last rites: openib.eclass
2022-01-16 18:32 UTC
[gentoo-dev] Last rites: most of sys-fabric/*
2022-01-16 18:31 UTC
[gentoo-dev] [PATCH v3] distutils-r1.eclass: Implement PEP517 mode
2022-01-16 9:38 UTC
[gentoo-dev] some java last-rites
2022-01-16 8:54 UTC
[gentoo-dev] Last rites: dev-db/oracle-instanclient-*
2022-01-15 21:53 UTC
[gentoo-dev] Last rites: ~sys-fs/zfs{,-kmod}-0.8.6
2022-01-15 21:49 UTC
[gentoo-dev] [PATCH] profiles/targets/desktop: disable USE=xvid by default
2022-01-15 16:44 UTC (4+ messages)
` [gentoo-dev] "
[gentoo-dev] Maintainer needed: dev-db/sqlite
2022-01-15 1:14 UTC (6+ messages)
[gentoo-dev] Packages up for grabs
2022-01-14 16:10 UTC
[gentoo-dev] [PATCH v2] distutils-r1.eclass: Implement PEP517 mode
2022-01-14 15:18 UTC
[gentoo-dev] Last rites: dev-java/dnsjava
2022-01-14 7:16 UTC
[gentoo-dev] Last rites: dev-python/intreehooks
2022-01-13 20:17 UTC
[gentoo-dev] [PATCH] distutils-r1.eclass: Implement PEP517 mode
2022-01-13 17:43 UTC (2+ messages)
[gentoo-dev] RFC: removing DISTUTILS_USE_SETUPTOOLS QA check
2022-01-13 16:15 UTC (2+ messages)
[gentoo-dev] Last rites: dev-java/myfaces-api, dev-java/cdi-api, dev-java/cofoja, dev-java/laf-plugin, dev-java/args4j
2022-01-13 13:09 UTC
[gentoo-dev] Last rites: sci-chemistry/povscript+
2022-01-13 11:40 UTC
[gentoo-dev] [PATCH] distutils-r1.eclass: Force stdlib distutils for the time being
2022-01-13 10:57 UTC
[gentoo-dev] Looking for a solution to the distutils/setuptools .egg-info mess
2022-01-13 10:36 UTC (2+ messages)
[gentoo-dev] [PATCH] distutils-r1.eclass: Minimize & unify dift --via-venv logic
2022-01-13 10:29 UTC
[gentoo-dev] Last rites: sci-biology/repeatmasker, sci-biology/repeatmasker-libraries, sci-biology/rmblast
2022-01-12 17:22 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox