From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
Date: Wed, 1 May 2024 17:44:10 +0000 (UTC) [thread overview]
Message-ID: <1714585008.416c4f46b7e9091dfb46f076e3d24b4431e086ec.mgorny@gentoo> (raw)
commit: 416c4f46b7e9091dfb46f076e3d24b4431e086ec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 1 17:36:48 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 1 17:36:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416c4f46
dev-python/setuptools: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools/Manifest | 1 -
dev-python/setuptools/setuptools-69.2.0-r1.ebuild | 126 ---------------------
dev-python/setuptools/setuptools-69.2.0-r2.ebuild | 130 ----------------------
3 files changed, 257 deletions(-)
diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 28faea005510..f58862845837 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1,3 +1,2 @@
DIST setuptools-69.0.3.tar.gz 2219609 BLAKE2B 1a5e7896c7ea82d51b0aa4794435b9899cef871f6ae43d22ae5e08c57d87b70641f3f2abfcc29956a3de515f90b112fd61d3daf793474b4cf33f8567e3a38f4a SHA512 11df934931f4b73f7e07ea5713479593c6baa134d423556b2ae7aff0f1e5bdbdee1f5b516131adb169c838231ceb0293441fbf275ef7030dabecf74122565b6d
-DIST setuptools-69.2.0.tar.gz 2222950 BLAKE2B 9f2bfee2bc6ca05c319137166d8b7a4fc8352652e7b29385e5dd8e692c2ea17e46b06c9c1ba78d8bb128682e57248e41900fa73bf4c4f323929d170d306e1d38 SHA512 e69abe573304b1c2c074144c9df663fec0d6ce617359f070ca8d57710e4beb99435d0d2124d45a7d8b24889693597e1e03875bc6ff960fa31f6250e1c253b906
DIST setuptools-69.5.1.tar.gz 2291314 BLAKE2B 3756dd587136c7e688bdfecf4c0434c0e799f50f9a9a95750d41cb75e26b613b3dc178f43a9e0d21f17c42a7c4ad7461e7986966aefb814e3d0ff05178c82542 SHA512 81f4a5184976a0d4aa070261bb56458c54ec6a479786fa469e98cb336e9a1691b281ae771abe41bc5398fac15b2dd039c07cf014ee00572f46908ce6830fcb6a
diff --git a/dev-python/setuptools/setuptools-69.2.0-r1.ebuild b/dev-python/setuptools/setuptools-69.2.0-r1.ebuild
deleted file mode 100644
index 67da0231f6ab..000000000000
--- a/dev-python/setuptools/setuptools-69.2.0-r1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-# please bump dev-python/ensurepip-setuptools along with this package!
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( python3_{10..12} pypy3 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of extensions to Distutils"
-HOMEPAGE="
- https://github.com/pypa/setuptools/
- https://pypi.org/project/setuptools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-python/jaraco-text-3.7.0-r1[${PYTHON_USEDEP}]
- >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}]
- >=dev-python/ordered-set-4.0.2-r1[${PYTHON_USEDEP}]
- >=dev-python/packaging-23.2[${PYTHON_USEDEP}]
- >=dev-python/platformdirs-2.6.2-r1[${PYTHON_USEDEP}]
- >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
- >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
- ${RDEPEND}
- test? (
- $(python_gen_cond_dep '
- dev-python/build[${PYTHON_USEDEP}]
- dev-python/importlib-metadata[${PYTHON_USEDEP}]
- >=dev-python/ini2toml-0.9[${PYTHON_USEDEP}]
- >=dev-python/filelock-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/jaraco-envs-2.2[${PYTHON_USEDEP}]
- >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
- dev-python/pip-run[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/pytest-home-0.5[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- dev-python/tomli[${PYTHON_USEDEP}]
- >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
- ' "${PYTHON_TESTED[@]}")
- )
-"
-# setuptools-scm is here because installing plugins apparently breaks stuff at
-# runtime, so let's pull it early. See bug #663324.
-PDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
- local PATCHES=(
- # TODO: remove this when we're 100% PEP517 mode
- "${FILESDIR}"/setuptools-62.4.0-py-compile.patch
- )
-
- distutils-r1_src_prepare
-
- # remove bundled dependencies
- rm -r */_vendor || die
-
- # remove the ugly */extern hack that breaks on unvendored deps
- rm -r */extern || die
- find -name '*.py' -exec sed \
- -e 's:from \w*[.]\+extern ::' -e 's:\w*[.]\+extern[.]::' \
- -i {} + || die
-}
-
-python_test() {
- if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
- return
- fi
-
- local EPYTEST_DESELECT=(
- # network
- # TODO: see if PRE_BUILT_SETUPTOOLS_* helps
- setuptools/tests/config/test_apply_pyprojecttoml.py::test_apply_pyproject_equivalent_to_setupcfg
- setuptools/tests/integration/test_pip_install_sdist.py::test_install_sdist
- setuptools/tests/test_build_meta.py::test_legacy_editable_install
- setuptools/tests/test_distutils_adoption.py
- setuptools/tests/test_editable_install.py
- setuptools/tests/test_setuptools.py::test_its_own_wheel_does_not_contain_tests
- setuptools/tests/test_virtualenv.py::test_clean_env_install
- setuptools/tests/test_virtualenv.py::test_no_missing_dependencies
- setuptools/tests/test_virtualenv.py::test_test_command_install_requirements
- # TODO
- setuptools/tests/config/test_setupcfg.py::TestConfigurationReader::test_basic
- setuptools/tests/config/test_setupcfg.py::TestConfigurationReader::test_ignore_errors
- setuptools/tests/test_extern.py::test_distribution_picklable
- # expects bundled deps in virtualenv
- setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_in_sdist
- setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_not_in_wheel
- # fails if python-xlib is installed
- setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_allow_hosts
- # TODO, probably some random package
- setuptools/tests/config/test_setupcfg.py::TestOptions::test_cmdclass
- # Internet, sigh
- setuptools/tests/test_integration.py
- )
-
- case ${EPYTHON} in
- python3.12)
- EPYTEST_DESELECT+=(
- # TODO
- setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_distutils_command_dep
- setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_transitive_extra_dependency
- )
- esac
-
- local EPYTEST_XDIST=1
- epytest -o tmp_path_retention_policy=all setuptools
-}
diff --git a/dev-python/setuptools/setuptools-69.2.0-r2.ebuild b/dev-python/setuptools/setuptools-69.2.0-r2.ebuild
deleted file mode 100644
index d4b20999e641..000000000000
--- a/dev-python/setuptools/setuptools-69.2.0-r2.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-# please bump dev-python/ensurepip-setuptools along with this package!
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( python3_{10..12} pypy3 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of extensions to Distutils"
-HOMEPAGE="
- https://github.com/pypa/setuptools/
- https://pypi.org/project/setuptools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-python/jaraco-text-3.7.0-r1[${PYTHON_USEDEP}]
- >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}]
- >=dev-python/ordered-set-4.0.2-r1[${PYTHON_USEDEP}]
- >=dev-python/packaging-23.2[${PYTHON_USEDEP}]
- >=dev-python/platformdirs-2.6.2-r1[${PYTHON_USEDEP}]
- >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
- ' python3_10 pypy3)
-"
-BDEPEND="
- ${RDEPEND}
- test? (
- $(python_gen_cond_dep '
- dev-python/build[${PYTHON_USEDEP}]
- dev-python/importlib-metadata[${PYTHON_USEDEP}]
- >=dev-python/ini2toml-0.9[${PYTHON_USEDEP}]
- >=dev-python/filelock-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/jaraco-envs-2.2[${PYTHON_USEDEP}]
- >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
- dev-python/pip-run[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/pytest-home-0.5[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- dev-python/tomli[${PYTHON_USEDEP}]
- >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
- ' "${PYTHON_TESTED[@]}")
- $(python_gen_cond_dep '
- >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
- ' python3_10 pypy3)
- )
-"
-# setuptools-scm is here because installing plugins apparently breaks stuff at
-# runtime, so let's pull it early. See bug #663324.
-PDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
- local PATCHES=(
- # TODO: remove this when we're 100% PEP517 mode
- "${FILESDIR}"/setuptools-62.4.0-py-compile.patch
- )
-
- distutils-r1_src_prepare
-
- # remove bundled dependencies
- rm -r */_vendor || die
-
- # remove the ugly */extern hack that breaks on unvendored deps
- rm -r */extern || die
- find -name '*.py' -exec sed \
- -e 's:from \w*[.]\+extern ::' -e 's:\w*[.]\+extern[.]::' \
- -i {} + || die
-}
-
-python_test() {
- if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
- return
- fi
-
- local EPYTEST_DESELECT=(
- # network
- # TODO: see if PRE_BUILT_SETUPTOOLS_* helps
- setuptools/tests/config/test_apply_pyprojecttoml.py::test_apply_pyproject_equivalent_to_setupcfg
- setuptools/tests/integration/test_pip_install_sdist.py::test_install_sdist
- setuptools/tests/test_build_meta.py::test_legacy_editable_install
- setuptools/tests/test_distutils_adoption.py
- setuptools/tests/test_editable_install.py
- setuptools/tests/test_setuptools.py::test_its_own_wheel_does_not_contain_tests
- setuptools/tests/test_virtualenv.py::test_clean_env_install
- setuptools/tests/test_virtualenv.py::test_no_missing_dependencies
- setuptools/tests/test_virtualenv.py::test_test_command_install_requirements
- # TODO
- setuptools/tests/config/test_setupcfg.py::TestConfigurationReader::test_basic
- setuptools/tests/config/test_setupcfg.py::TestConfigurationReader::test_ignore_errors
- setuptools/tests/test_extern.py::test_distribution_picklable
- # expects bundled deps in virtualenv
- setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_in_sdist
- setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_not_in_wheel
- # fails if python-xlib is installed
- setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_allow_hosts
- # TODO, probably some random package
- setuptools/tests/config/test_setupcfg.py::TestOptions::test_cmdclass
- # Internet, sigh
- setuptools/tests/test_integration.py
- )
-
- case ${EPYTHON} in
- python3.12)
- EPYTEST_DESELECT+=(
- # TODO
- setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_distutils_command_dep
- setuptools/tests/test_easy_install.py::TestSetupRequires::test_setup_requires_with_transitive_extra_dependency
- )
- esac
-
- local EPYTEST_XDIST=1
- epytest -o tmp_path_retention_policy=all setuptools
-}
next reply other threads:[~2024-05-01 17:44 UTC|newest]
Thread overview: 667+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-01 17:44 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-21 6:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ Michał Górny
2024-11-14 4:39 Michał Górny
2024-11-14 4:39 Michał Górny
2024-11-12 5:35 Michał Górny
2024-10-30 3:25 Michał Górny
2024-10-21 11:44 Michał Górny
2024-10-21 11:44 Michał Górny
2024-10-16 19:38 Michał Górny
2024-10-14 12:42 Michał Górny
2024-10-12 7:28 Michał Górny
2024-09-28 10:33 Michał Górny
2024-09-27 10:30 Sam James
2024-09-17 6:11 Michał Górny
2024-09-16 3:59 Michał Górny
2024-09-16 3:59 Michał Górny
2024-09-07 12:15 Michał Górny
2024-09-07 11:26 Jakov Smolić
2024-09-06 9:29 Michał Górny
2024-09-06 9:29 Michał Górny
2024-09-06 9:25 Michał Górny
2024-09-04 3:13 Michał Górny
2024-09-03 5:23 Michał Górny
2024-08-31 9:21 Michał Górny
2024-08-31 8:33 Arthur Zamarin
2024-08-28 12:05 Michał Górny
2024-08-20 19:05 Eli Schwartz
2024-08-20 1:29 Michał Górny
2024-08-17 7:35 Michał Górny
2024-08-17 7:28 Michał Górny
2024-08-14 6:05 Michał Górny
2024-08-10 7:31 Michał Górny
2024-08-10 7:25 Michał Górny
2024-08-03 8:44 Michał Górny
2024-08-03 8:30 Jakov Smolić
2024-07-29 15:33 Eli Schwartz
2024-07-29 3:26 Michał Górny
2024-07-27 9:44 Michał Górny
2024-07-27 6:49 Arthur Zamarin
2024-07-22 1:47 Michał Górny
2024-07-20 9:01 Michał Górny
2024-07-20 8:14 Arthur Zamarin
2024-07-20 4:51 Michał Górny
2024-07-19 11:55 Michał Górny
2024-07-19 4:25 Michał Górny
2024-07-18 16:57 Michał Górny
2024-07-18 15:30 Fabian Groffen
2024-07-13 12:02 Michał Górny
2024-07-13 10:03 Arthur Zamarin
2024-07-10 5:13 Michał Górny
2024-07-05 15:54 Michał Górny
2024-07-03 5:17 Ionen Wolkens
2024-07-02 16:05 Michał Górny
2024-07-02 5:00 Michał Górny
2024-07-01 4:46 Arthur Zamarin
2024-06-26 2:09 Michał Górny
2024-06-25 1:32 Sam James
2024-06-08 6:05 Arthur Zamarin
2024-06-06 0:39 Sam James
2024-06-05 7:16 Sam James
2024-06-05 6:48 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-06-05 6:48 Arthur Zamarin
2024-05-22 4:49 Michał Górny
2024-05-14 16:16 Michał Górny
2024-05-10 2:02 Michał Górny
2024-05-08 18:31 Michał Górny
2024-05-01 16:22 Sam James
2024-04-26 18:19 Sam James
2024-04-15 12:19 Michał Górny
2024-04-14 12:54 Michał Górny
2024-04-04 15:25 Arthur Zamarin
2024-03-30 21:26 James Le Cuirot
2024-03-30 19:45 Michał Górny
2024-03-30 15:39 Arthur Zamarin
2024-03-30 14:14 Michał Górny
2024-03-30 13:59 Michał Górny
2024-03-26 20:17 Ionen Wolkens
2024-03-14 4:22 Michał Górny
2024-02-24 8:49 Michał Górny
2024-02-24 7:08 Sam James
2024-02-14 17:41 Jakov Smolić
2024-02-12 8:55 Sam James
2024-02-12 8:55 Sam James
2024-02-12 8:55 Sam James
2024-02-12 8:55 Sam James
2024-02-12 8:55 Sam James
2024-02-12 4:11 Michał Górny
2024-01-13 11:48 Michał Górny
2024-01-13 11:15 Sam James
2024-01-11 19:42 Michał Górny
2024-01-11 19:26 Michał Górny
2024-01-11 19:26 Michał Górny
2023-12-24 7:00 Michał Górny
2023-12-09 15:30 Michał Górny
2023-12-09 15:13 Michał Górny
2023-12-05 4:20 Michał Górny
2023-11-22 7:49 Michał Górny
2023-11-21 19:05 Michał Górny
2023-11-20 19:17 Michał Górny
2023-10-14 18:28 Michał Górny
2023-09-17 4:44 Michał Górny
2023-09-16 22:58 Sam James
2023-09-13 15:47 Michał Górny
2023-09-12 5:07 Michał Górny
2023-09-01 0:56 Sam James
2023-08-19 18:19 Michał Górny
2023-08-19 17:53 Arthur Zamarin
2023-08-19 6:44 Michał Górny
2023-08-15 19:15 Michał Górny
2023-07-19 11:10 Michał Górny
2023-07-15 15:55 Michał Górny
2023-07-15 15:55 Michał Górny
2023-07-14 7:01 Michał Górny
2023-06-27 12:03 Michał Górny
2023-06-27 6:43 Sam James
2023-06-20 5:38 Michał Górny
2023-05-27 17:13 Michał Górny
2023-05-27 17:13 Michał Górny
2023-05-23 16:02 Michał Górny
2023-05-23 15:42 Arthur Zamarin
2023-05-23 15:42 Michał Górny
2023-05-20 6:22 Michał Górny
2023-04-25 15:00 Michał Górny
2023-04-21 12:13 Michał Górny
2023-04-21 4:34 Michał Górny
2023-04-05 7:07 Michał Górny
2023-04-05 6:53 Arthur Zamarin
2023-03-29 7:01 Michał Górny
2023-03-08 17:02 Michał Górny
2023-03-06 14:05 Michał Górny
2023-02-24 20:04 Michał Górny
2023-02-24 18:12 Arthur Zamarin
2023-02-22 5:09 Michał Górny
2023-02-21 7:41 Michał Górny
2023-02-16 5:04 Michał Górny
2023-02-14 16:24 Michał Górny
2023-02-10 6:52 Michał Górny
2023-02-10 6:52 Michał Górny
2023-02-02 5:42 Michał Górny
2023-01-31 11:55 Michał Górny
2023-01-31 11:46 Arthur Zamarin
2023-01-29 7:13 Michał Górny
2023-01-20 21:38 Michał Górny
2023-01-16 18:21 Michał Górny
2023-01-16 5:50 Michał Górny
2023-01-11 20:34 Michał Górny
2023-01-09 8:09 Michał Górny
2022-12-30 17:23 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-24 14:31 Michał Górny
2022-11-24 14:31 Michał Górny
2022-11-24 2:43 Michał Górny
2022-11-23 17:58 Michał Górny
2022-11-19 9:42 Michał Górny
2022-11-05 11:01 Michał Górny
2022-11-05 5:42 Arthur Zamarin
2022-11-05 5:00 Michał Górny
2022-11-03 19:34 Arthur Zamarin
2022-11-03 19:18 Arthur Zamarin
2022-10-14 17:05 Michał Górny
2022-10-07 20:33 Michał Górny
2022-10-01 15:53 Michał Górny
2022-09-25 19:31 Michał Górny
2022-09-25 18:24 Arthur Zamarin
2022-09-25 7:21 Arthur Zamarin
2022-09-06 20:35 Michał Górny
2022-09-06 18:48 Arthur Zamarin
2022-08-26 16:01 Arthur Zamarin
2022-08-23 17:41 Arthur Zamarin
2022-08-21 18:33 Arthur Zamarin
2022-08-18 18:11 Arthur Zamarin
2022-08-17 6:16 Michał Górny
2022-08-14 18:40 Michał Górny
2022-08-13 12:35 Michał Górny
2022-08-13 10:23 Arthur Zamarin
2022-08-13 8:05 Michał Górny
2022-08-11 8:50 Michał Górny
2022-08-09 6:31 Michał Górny
2022-08-09 4:00 Arthur Zamarin
2022-08-07 7:53 Michał Górny
2022-08-03 17:30 Arthur Zamarin
2022-08-02 13:02 Michał Górny
2022-08-01 11:07 Michał Górny
2022-07-15 7:21 Michał Górny
2022-07-14 20:28 Arthur Zamarin
2022-07-14 7:31 Michał Górny
2022-07-04 5:08 Michał Górny
2022-06-20 6:22 Michał Górny
2022-06-18 6:47 Michał Górny
2022-06-13 8:23 Michał Górny
2022-06-13 7:07 Agostino Sarubbo
2022-06-12 5:41 Michał Górny
2022-06-08 11:04 Fabian Groffen
2022-06-08 5:35 Michał Górny
2022-05-22 5:01 Michał Górny
2022-05-20 9:16 Michał Górny
2022-05-19 9:27 Agostino Sarubbo
2022-05-19 7:14 Michał Górny
2022-05-17 11:11 Michał Górny
2022-05-17 7:03 Michał Górny
2022-05-17 6:54 Michał Górny
2022-05-12 13:15 Michał Górny
2022-05-11 11:24 Jakov Smolić
2022-05-11 8:05 Michał Górny
2022-05-06 20:38 Michał Górny
2022-05-06 20:03 Arthur Zamarin
2022-05-06 20:03 Arthur Zamarin
2022-05-05 5:29 Arthur Zamarin
2022-05-04 4:26 Sam James
2022-05-03 18:48 Arthur Zamarin
2022-05-01 12:20 Jakov Smolić
2022-04-20 17:02 Arthur Zamarin
2022-04-20 7:47 Michał Górny
2022-04-20 6:37 Agostino Sarubbo
2022-04-20 6:37 Agostino Sarubbo
2022-04-19 17:33 Arthur Zamarin
2022-04-19 17:33 Arthur Zamarin
2022-04-19 13:46 Jakov Smolić
2022-04-19 13:46 Jakov Smolić
2022-04-19 11:49 Arthur Zamarin
2022-04-19 11:49 Arthur Zamarin
2022-04-19 11:49 Arthur Zamarin
2022-04-19 11:49 Arthur Zamarin
2022-04-19 11:49 Arthur Zamarin
2022-04-18 7:24 Michał Górny
2022-04-11 7:41 Michał Górny
2022-04-10 12:32 Fabian Groffen
2022-04-10 2:35 Matt Turner
2022-04-09 19:42 Arthur Zamarin
2022-04-09 19:40 Arthur Zamarin
2022-04-09 19:37 Arthur Zamarin
2022-04-07 8:45 Michał Górny
2022-04-05 7:53 Michał Górny
2022-04-03 20:20 Michał Górny
2022-04-02 20:54 James Le Cuirot
2022-04-02 9:46 Michał Górny
2022-04-01 18:41 Arthur Zamarin
2022-03-31 23:03 Michał Górny
2022-03-27 9:50 Fabian Groffen
2022-03-21 2:50 Yixun Lan
2022-03-21 1:49 Matt Turner
2022-03-20 18:37 Arthur Zamarin
2022-03-20 18:33 Arthur Zamarin
2022-03-20 18:09 Arthur Zamarin
2022-03-19 22:57 James Le Cuirot
2022-03-19 18:49 Michał Górny
2022-03-19 16:00 Arthur Zamarin
2022-03-18 12:04 Arthur Zamarin
2022-03-18 10:06 Arthur Zamarin
2022-03-18 10:06 Arthur Zamarin
2022-03-18 10:06 Arthur Zamarin
2022-03-18 10:06 Arthur Zamarin
2022-03-18 10:06 Arthur Zamarin
2022-03-18 10:05 Arthur Zamarin
2022-03-18 8:28 Arthur Zamarin
2022-03-17 13:11 Michał Górny
2022-03-17 7:45 Agostino Sarubbo
2022-03-17 7:42 Agostino Sarubbo
2022-03-15 18:49 Jakov Smolić
2022-03-15 18:49 Jakov Smolić
2022-03-15 17:56 Jakov Smolić
2022-02-16 22:34 Michał Górny
2022-02-15 23:09 Michał Górny
2022-02-14 8:32 Michał Górny
2022-02-13 9:33 Joshua Kinard
2022-02-13 5:40 Matt Turner
2022-02-11 19:13 Arthur Zamarin
2022-02-07 21:15 James Le Cuirot
2022-02-07 9:35 Yixun Lan
2022-02-07 8:51 Yixun Lan
2022-02-05 22:17 Michał Górny
2022-02-05 20:32 Arthur Zamarin
2022-02-05 19:19 Arthur Zamarin
2022-02-05 19:19 Arthur Zamarin
2022-02-05 19:19 Arthur Zamarin
2022-02-05 11:01 Arthur Zamarin
2022-02-05 10:15 Arthur Zamarin
2022-02-05 10:15 Arthur Zamarin
2022-02-05 10:13 Arthur Zamarin
2022-02-05 8:53 Michał Górny
2022-02-05 6:34 Sam James
2022-02-04 10:27 Michał Górny
2022-02-04 9:29 Jakov Smolić
2022-02-04 7:28 Agostino Sarubbo
2022-02-04 7:27 Agostino Sarubbo
2022-02-04 7:22 Agostino Sarubbo
2022-02-03 20:59 Arthur Zamarin
2022-02-03 20:56 Arthur Zamarin
2022-02-03 12:12 Michał Górny
2022-02-03 10:58 Michał Górny
2022-02-03 8:24 Jakov Smolić
2022-02-02 2:16 Sam James
2022-02-01 10:43 Michał Górny
2022-02-01 10:43 Michał Górny
2022-01-29 0:39 Joshua Kinard
2022-01-28 2:35 Sam James
2022-01-27 19:37 Arthur Zamarin
2022-01-27 19:12 Arthur Zamarin
2022-01-27 19:12 Arthur Zamarin
2022-01-27 19:12 Arthur Zamarin
2022-01-26 23:15 James Le Cuirot
2022-01-26 19:30 Arthur Zamarin
2022-01-26 19:28 Arthur Zamarin
2022-01-26 19:27 Arthur Zamarin
2022-01-26 12:21 Michał Górny
2022-01-26 11:32 Michał Górny
2022-01-08 23:26 Michał Górny
2022-01-06 20:52 Michał Górny
2022-01-06 9:26 Michał Górny
2022-01-03 9:09 Jakov Smolić
2021-12-29 23:14 Michał Górny
2021-12-29 8:30 Michał Górny
2021-12-24 9:05 Michał Górny
2021-12-24 8:34 Michał Górny
2021-12-23 17:38 Michał Górny
2021-12-23 9:30 Michał Górny
2021-12-21 9:42 Michał Górny
2021-12-21 9:42 Michał Górny
2021-12-20 23:10 Michał Górny
2021-12-20 8:40 Michał Górny
2021-12-13 8:09 Michał Górny
2021-12-05 21:42 Michał Górny
2021-12-02 8:54 Jakov Smolić
2021-11-29 4:02 Michał Górny
2021-11-27 7:19 Michał Górny
2021-11-19 9:03 Michał Górny
2021-10-14 7:51 Michał Górny
2021-10-09 19:31 Michał Górny
2021-10-09 19:18 Sam James
2021-08-28 8:30 Fabian Groffen
2021-08-13 6:58 Michał Górny
2021-08-07 21:09 Matt Turner
2021-08-07 14:57 Michał Górny
2021-08-07 14:49 Sam James
2021-08-04 14:12 Michał Górny
2021-07-19 8:05 Michał Górny
2021-07-05 5:50 Michał Górny
2021-06-25 6:53 Michał Górny
2021-06-24 21:51 Sam James
2021-06-24 17:37 Sergei Trofimovich
2021-06-10 10:53 Michał Górny
2021-05-27 14:15 Michał Górny
2021-05-23 6:31 Michał Górny
2021-05-21 3:06 Joshua Kinard
2021-05-19 10:47 Michał Górny
2021-05-19 9:45 Agostino Sarubbo
2021-05-19 9:44 Agostino Sarubbo
2021-05-10 7:24 Michał Górny
2021-05-04 22:56 Michał Górny
2021-05-04 22:56 Michał Górny
2021-04-29 10:50 Michał Górny
2021-04-29 10:31 Michał Górny
2021-04-25 9:18 Sergei Trofimovich
2021-04-20 6:39 Sergei Trofimovich
2021-04-16 0:40 Sam James
2021-04-13 7:36 Agostino Sarubbo
2021-04-12 21:21 Sergei Trofimovich
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-09 7:53 Michał Górny
2021-04-01 8:27 Yixun Lan
2021-03-30 19:05 Michał Górny
2021-03-30 15:46 Sam James
2021-03-28 21:07 Matt Turner
2021-03-28 12:17 Sam James
2021-03-28 11:27 Sam James
2021-03-28 11:07 Sam James
2021-03-28 1:14 Sam James
2021-03-22 21:33 Michał Górny
2021-03-15 7:34 Sam James
2021-03-14 22:10 Michał Górny
2021-03-12 19:27 Sergei Trofimovich
2021-03-07 22:39 Michał Górny
2021-03-07 22:39 Michał Górny
2021-03-07 19:43 Sam James
2021-03-07 18:45 Sergei Trofimovich
2021-03-07 14:02 Sergei Trofimovich
2021-03-07 7:59 Michał Górny
2021-03-06 21:38 Sergei Trofimovich
2021-03-06 21:34 Sergei Trofimovich
2021-03-06 12:25 Michał Górny
2021-03-05 21:50 Michał Górny
2021-03-04 22:21 Michał Górny
2021-02-25 20:00 Michał Górny
2021-02-19 8:50 Michał Górny
2021-02-19 2:54 Sam James
2021-02-01 17:04 Michał Górny
2021-01-17 23:33 Michał Górny
2021-01-17 9:02 Michał Górny
2021-01-09 8:13 Michał Górny
2021-01-01 0:14 Michał Górny
2020-12-29 11:46 Michał Górny
2020-12-29 11:46 Michał Górny
2020-12-22 8:07 Michał Górny
2020-12-07 16:03 Michał Górny
2020-11-03 13:07 Sam James
2020-09-29 14:36 Mike Gilbert
2020-09-20 15:38 Michał Górny
2020-09-19 7:21 Michał Górny
2020-09-19 0:57 Sam James
2020-09-18 15:43 Michał Górny
2020-09-18 15:43 Michał Górny
2020-09-05 21:02 Michał Górny
2020-09-05 6:07 Michał Górny
2020-09-04 3:30 Michał Górny
2020-08-18 8:17 Michał Górny
2020-08-14 11:50 Michał Górny
2020-08-13 19:49 Michał Górny
2020-08-13 10:04 Michał Górny
2020-08-11 13:43 Michał Górny
2020-08-10 12:05 Michał Górny
2020-08-03 7:48 Michał Górny
2020-07-17 15:13 Agostino Sarubbo
2020-07-17 7:44 Agostino Sarubbo
2020-07-12 20:19 Michał Górny
2020-07-12 20:19 Michał Górny
2020-07-12 9:16 Sergei Trofimovich
2020-07-11 7:51 Michał Górny
2020-07-08 19:46 Sam James
2020-07-06 7:22 Sergei Trofimovich
2020-07-05 13:17 Michał Górny
2020-07-04 21:55 Mart Raudsepp
2020-07-04 8:48 Michał Górny
2020-06-17 6:56 Michał Górny
2020-06-10 20:20 Sergei Trofimovich
2020-05-28 8:20 Michał Górny
2020-05-25 12:18 Michał Górny
2020-05-18 13:23 Michał Górny
2020-05-18 11:52 Michał Górny
2020-05-17 5:29 Michał Górny
2020-05-16 9:07 Michał Górny
2020-05-14 6:04 Michał Górny
2020-05-13 11:30 Agostino Sarubbo
2020-05-11 17:48 Michał Górny
2020-05-08 17:15 Agostino Sarubbo
2020-05-08 17:11 Agostino Sarubbo
2020-05-08 17:10 Agostino Sarubbo
2020-05-07 16:35 Mart Raudsepp
2020-05-06 7:18 Sergei Trofimovich
2020-05-04 17:36 Thomas Deutschmann
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-04-04 17:04 Michał Górny
2020-03-29 8:19 Michał Górny
2020-03-28 10:45 Mart Raudsepp
2020-03-23 8:43 Michał Górny
2020-03-16 21:09 Michał Górny
2020-03-16 18:55 Michał Górny
2020-03-15 12:50 Mikle Kolyada
2020-03-08 8:25 Michał Górny
2020-03-08 8:25 Michał Górny
2020-02-16 13:51 Sergei Trofimovich
2020-02-13 13:03 Agostino Sarubbo
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11 10:58 Agostino Sarubbo
2020-02-11 10:55 Agostino Sarubbo
2020-02-11 9:52 Agostino Sarubbo
2020-02-11 9:43 Agostino Sarubbo
2020-02-11 8:36 Agostino Sarubbo
2020-02-10 18:29 Michał Górny
2020-02-10 11:54 Michał Górny
2020-02-10 10:54 Michał Górny
2020-02-10 10:54 Michał Górny
2020-01-20 8:16 Michał Górny
2020-01-12 9:31 Michał Górny
2020-01-12 9:31 Michał Górny
2020-01-03 14:33 Agostino Sarubbo
2020-01-03 14:30 Agostino Sarubbo
2020-01-03 13:56 Agostino Sarubbo
2020-01-03 13:44 Agostino Sarubbo
2020-01-03 13:42 Agostino Sarubbo
2020-01-03 13:35 Agostino Sarubbo
2020-01-03 12:18 Agostino Sarubbo
2020-01-03 10:06 Agostino Sarubbo
2020-01-03 2:42 Aaron Bauman
2020-01-02 8:07 Michał Górny
2020-01-02 8:07 Michał Górny
2020-01-01 16:04 Michał Górny
2019-12-17 15:14 Michał Górny
2019-12-16 10:14 Michał Górny
2019-12-16 10:14 Michał Górny
2019-12-08 7:31 Michał Górny
2019-12-07 14:36 Michał Górny
2019-12-01 20:20 Michał Górny
2019-11-27 15:14 Michał Górny
2019-11-15 9:00 Michał Górny
2019-11-15 9:00 Michał Górny
2019-11-15 9:00 Michał Górny
2019-11-15 8:01 Michał Górny
2019-11-15 8:01 Michał Górny
2019-10-30 8:32 Michał Górny
2019-10-29 12:47 Michał Górny
2019-10-28 17:00 Michał Górny
2019-10-07 8:05 Michał Górny
2019-08-22 6:49 Michał Górny
2019-08-22 6:49 Michał Górny
2019-08-14 23:04 Michał Górny
2019-05-04 19:20 Andreas K. Hüttel
2019-04-23 15:32 Michał Górny
2019-04-15 21:02 Aaron Bauman
2019-04-12 5:10 Aaron Bauman
2019-04-06 4:55 Michał Górny
2019-04-04 20:25 Michał Górny
2019-03-03 12:17 Mikle Kolyada
2019-03-03 12:17 Mikle Kolyada
2019-03-03 12:17 Mikle Kolyada
2019-03-02 23:21 Matt Turner
2019-02-25 22:23 Sergei Trofimovich
2019-02-19 21:15 Markus Meier
2019-02-12 21:03 Sergei Trofimovich
2019-02-10 7:24 Mikle Kolyada
2019-02-09 18:36 Thomas Deutschmann
2019-02-09 8:48 Michał Górny
2019-02-09 8:48 Michał Górny
2019-02-09 8:48 Michał Górny
2019-02-09 8:48 Michał Górny
2019-02-07 14:20 Michał Górny
2019-02-02 20:44 Sergei Trofimovich
2019-02-02 10:31 Michał Górny
2019-02-01 14:55 Tobias Klausmann
2019-01-30 8:13 Sergei Trofimovich
2019-01-29 1:05 Virgil Dupras
2019-01-29 0:47 Virgil Dupras
2019-01-27 22:34 Virgil Dupras
2019-01-27 19:00 Virgil Dupras
2019-01-27 19:00 Virgil Dupras
2018-12-26 8:59 Fabian Groffen
2018-12-19 15:14 Michael Haubenwallner
2018-12-19 13:52 Michael Haubenwallner
2018-12-12 16:06 Michał Górny
2018-12-12 16:06 Michał Górny
2018-11-19 21:15 Fabian Groffen
2018-11-18 17:56 Michał Górny
2018-07-13 21:07 Michał Górny
2018-07-02 19:46 Sebastian Pipping
2018-06-27 6:25 Sergei Trofimovich
2018-06-03 13:55 Mike Frysinger
2018-04-21 23:55 Thomas Deutschmann
2018-04-09 19:32 Stephen Klimaszewski
2018-03-21 19:41 Markus Meier
2018-03-15 1:03 Matt Turner
2018-03-11 23:12 Matt Turner
2018-02-21 17:20 Michał Górny
2018-02-09 7:25 Tim Harder
2018-01-10 22:16 Mike Frysinger
2018-01-07 22:27 Mikle Kolyada
2017-12-27 20:06 Sergei Trofimovich
2017-12-26 16:22 Jason Zaman
2017-12-23 21:58 Sergei Trofimovich
2017-12-23 11:17 Markus Meier
2017-12-21 22:34 Sergei Trofimovich
2017-12-19 23:02 Sergei Trofimovich
2017-12-04 2:30 Matt Turner
2017-12-01 22:53 Mike Gilbert
2017-11-13 20:10 Tim Harder
2017-11-11 19:24 Mike Gilbert
2017-10-12 17:01 Tim Harder
2017-09-23 13:05 Sergei Trofimovich
2017-09-23 10:39 Sergei Trofimovich
2017-09-22 19:40 Sergei Trofimovich
2017-09-21 5:16 Tim Harder
2017-07-02 15:06 Sergei Trofimovich
2017-06-18 21:15 Mike Gilbert
2017-05-18 20:26 Michael Weber
2017-05-18 20:12 Michael Weber
2017-05-16 13:05 Agostino Sarubbo
2017-05-12 17:56 Tobias Klausmann
2017-05-12 14:55 Agostino Sarubbo
2017-05-06 22:41 Tim Harder
2017-05-06 17:20 Agostino Sarubbo
2017-05-06 11:17 Jeroen Roovers
2017-05-06 7:28 Markus Meier
2017-05-05 14:10 Agostino Sarubbo
2017-05-03 12:18 Michał Górny
2017-04-26 9:39 Tim Harder
2017-04-21 18:15 Mike Gilbert
2017-04-20 19:08 Mike Gilbert
2017-04-15 22:21 Manuel Rüger
2017-04-06 23:56 Manuel Rüger
2017-03-31 12:34 Michael Weber
2017-03-31 10:20 Michael Weber
2017-03-31 9:50 Michael Weber
2017-03-23 17:49 Mike Gilbert
2017-03-13 16:13 Manuel Rüger
2017-03-09 15:54 Michael Haubenwallner
2017-01-29 17:28 Fabian Groffen
2017-01-25 7:23 Tim Harder
2017-01-25 5:20 Tim Harder
2017-01-24 13:48 Agostino Sarubbo
2017-01-24 11:46 Agostino Sarubbo
2017-01-23 16:27 Agostino Sarubbo
2017-01-23 6:30 Jeroen Roovers
2017-01-22 20:10 Tobias Klausmann
2017-01-22 16:27 Agostino Sarubbo
2017-01-22 7:25 Tim Harder
2017-01-21 20:33 Agostino Sarubbo
2017-01-21 17:27 Agostino Sarubbo
2017-01-21 17:16 Agostino Sarubbo
2017-01-20 21:55 Dirkjan Ochtman
2017-01-17 14:24 Agostino Sarubbo
2017-01-15 15:50 Agostino Sarubbo
2017-01-11 10:35 Agostino Sarubbo
2017-01-04 15:30 Agostino Sarubbo
2016-12-11 1:21 Tim Harder
2016-12-09 5:45 Tim Harder
2016-11-11 3:26 Tim Harder
2016-10-30 22:39 Tim Harder
2016-10-30 22:39 Tim Harder
2016-10-01 13:40 Jeroen Roovers
2016-09-26 12:36 Agostino Sarubbo
2016-09-24 15:49 Mike Gilbert
2016-09-14 23:46 Tim Harder
2016-09-12 17:06 Tim Harder
2016-09-08 4:10 Tim Harder
2016-07-18 17:19 Markus Meier
2016-07-17 14:53 Tobias Klausmann
2016-07-09 13:28 Dirkjan Ochtman
2016-07-08 5:22 Dirkjan Ochtman
2016-07-08 5:22 Dirkjan Ochtman
2016-04-03 20:49 Manuel Rüger
2016-03-19 13:13 Manuel Rüger
2016-03-19 13:11 Manuel Rüger
2016-02-28 17:39 David Seifert
2016-02-28 17:39 David Seifert
2016-02-25 19:06 Justin Lecher
2016-02-25 18:56 Justin Lecher
2016-02-25 15:30 Justin Lecher
2016-02-25 8:21 Justin Lecher
2016-02-12 20:01 Justin Lecher
2016-02-07 18:27 Justin Lecher
2016-02-03 13:50 Justin Lecher
2016-02-01 15:44 Justin Lecher
2016-01-30 15:11 Justin Lecher
2016-01-25 15:11 Justin Lecher
2016-01-20 15:36 Justin Lecher
2015-12-28 16:29 Justin Lecher
2015-12-17 14:48 Justin Lecher
2015-12-13 20:14 Justin Lecher
2015-12-13 14:05 Justin Lecher
2015-12-07 18:33 Mike Frysinger
2015-12-03 10:21 Justin Lecher
2015-11-30 8:00 Justin Lecher
2015-11-27 10:09 Justin Lecher
2015-11-23 10:05 Justin Lecher
2015-11-22 8:38 Markus Meier
2015-11-22 5:38 Jeroen Roovers
2015-11-19 10:25 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-03 10:24 Justin Lecher
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-10-11 20:15 Justin Lecher
2015-09-20 9:33 Justin Lecher
2015-09-08 8:23 Joshua Kinard
2015-09-08 7:00 Justin Lecher
2015-08-28 6:40 Justin Lecher
2015-08-25 8:15 Justin Lecher
2015-08-24 10:12 Justin Lecher
2015-08-24 10:12 Justin Lecher
2015-08-21 9:35 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1714585008.416c4f46b7e9091dfb46f076e3d24b4431e086ec.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox