public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/
Date: Wed, 25 Oct 2023 05:54:16 +0000 (UTC)	[thread overview]
Message-ID: <1698213247.62f57a9022bcf3bfe7ce11ad0058f891a43506fe.mgorny@gentoo> (raw)

commit:     62f57a9022bcf3bfe7ce11ad0058f891a43506fe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 04:51:53 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 05:54:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f57a90

dev-python/astroid: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/astroid/Manifest                |  3 --
 dev-python/astroid/astroid-2.15.6.ebuild   | 67 -----------------------------
 dev-python/astroid/astroid-2.15.7.ebuild   | 67 -----------------------------
 dev-python/astroid/astroid-2.15.8.ebuild   | 69 ------------------------------
 dev-python/astroid/astroid-3.0.0-r1.ebuild | 67 -----------------------------
 dev-python/astroid/astroid-3.0.0.ebuild    | 68 -----------------------------
 6 files changed, 341 deletions(-)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 0d59c7608e49..d9ffb5932762 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1,5 +1,2 @@
-DIST astroid-2.15.6.gh.tar.gz 462156 BLAKE2B f5df204a0b635d29165da1566afd9259ff26102fef3b56685ad9e10fe1cdae35aa90b1e1f81293e591c03122e980936dfd91b521dfe7a4c8cfacb8b40bcac9d6 SHA512 20c4d316176b84d61b5f44823026926e84c7de3c3a6febaa23cf9c8c5a9507ce65168804a61cb2db0ffcc7ec0ecb687282e6c794485135203cc25d30064e0047
-DIST astroid-2.15.7.gh.tar.gz 462906 BLAKE2B 7a984f9f7c67c2956958b23ee2ca94c1f86284d8a50aaedbe10b9dca887802189cba21f19ee66b394f347f415d61946aaff52e4d0448271edba77b6bd958fa0e SHA512 716665744915d8a635ac124f03ffe6f7aee6bde6d98c238551ea1c6468595d6c327bb2d5605f66e7ba6294ec1b79c85b861034acba8a4584095ba38e24f82ae9
 DIST astroid-2.15.8.gh.tar.gz 462922 BLAKE2B 6a4bf0a50333701aab9282ab126fc53d30621d4e7a54796ac93d1db30bc37098d5409f3ffe91ed279bce5866e2e381eafc7f54f18c86aa3a7fc835f0bf844d9a SHA512 d5d008df3e99c036fb38094c416c080745dad640d46e837b07336a23d5a929823b8b884564486600335791a1be0568cbe519b76e6bd3334e72725966af8cc5f5
-DIST astroid-3.0.0.gh.tar.gz 461185 BLAKE2B f6b5923f95f23fdc4731b75f5335d7e7ead6aa85b07c5d2a57bf2ce560774a5d85ad0dfba076e4f24bbc7a17050945956291f5a016867bee049913358f8fc3dd SHA512 c1dbc42a35f7eea9bd87bd1c5701086271f8d4974b6b0e45b301f0b1841f4936bff32cd26647d9e9d9a7636017b5930a290ece0a4001b04dcc50e01344b43acb
 DIST astroid-3.0.1.gh.tar.gz 461593 BLAKE2B de3458bcd9ba111020132e89b6e2fdf18b81b82cba68c986e84af91c910e6c70e7d13ff024b7947f3fa08e2491ba211a77a35421b3d5cd184b94e6a833c0da42 SHA512 2c8a4cf22959aef1eb9510430bcc55d00fcda76d022575786c9a59c093fe4196b67c0b9401f9226595a4cbf1fb9444bdfbb9ac2d83c115ec1d7d46cb7dd75dbd

diff --git a/dev-python/astroid/astroid-2.15.6.ebuild b/dev-python/astroid/astroid-2.15.6.ebuild
deleted file mode 100644
index f1d58a6cc5b8..000000000000
--- a/dev-python/astroid/astroid-2.15.6.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-	https://github.com/pylint-dev/astroid/
-	https://pypi.org/project/astroid/
-"
-SRC_URI="
-	https://github.com/pylint-dev/astroid/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-# Version specified in pyproject.toml
-RDEPEND="
-	>=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	<dev-python/wrapt-2[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
-	' 3.9 3.10)
-"
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? (
-		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/python-dateutil[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# no clue why they're broken
-		tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-		tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
-		tests/brain/test_regex.py::TestRegexBrain::test_regex_pattern_and_match_subscriptable
-		# some problem with warnings (our options?)
-		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg
-		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args
-		tests/test_scoped_nodes.py::test_deprecation_of_doc_attribute
-		# requires six bundled in urllib3, sigh
-		tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
-		# requires pip, and looks suspicious anyway
-		tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning
-		# pydantic-2?
-		tests/brain/test_dataclasses.py::test_pydantic_field
-	)
-
-	# Faker causes sys.path_importer_cache keys to be overwritten
-	# with PosixPaths
-	epytest -p no:faker
-}

diff --git a/dev-python/astroid/astroid-2.15.7.ebuild b/dev-python/astroid/astroid-2.15.7.ebuild
deleted file mode 100644
index d2feb47f4808..000000000000
--- a/dev-python/astroid/astroid-2.15.7.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-	https://github.com/pylint-dev/astroid/
-	https://pypi.org/project/astroid/
-"
-SRC_URI="
-	https://github.com/pylint-dev/astroid/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-# Version specified in pyproject.toml
-RDEPEND="
-	>=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	<dev-python/wrapt-2[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
-	' 3.9 3.10)
-"
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? (
-		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/python-dateutil[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# no clue why they're broken
-		tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-		tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
-		tests/brain/test_regex.py::TestRegexBrain::test_regex_pattern_and_match_subscriptable
-		# some problem with warnings (our options?)
-		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg
-		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args
-		tests/test_scoped_nodes.py::test_deprecation_of_doc_attribute
-		# requires six bundled in urllib3, sigh
-		tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
-		# requires pip, and looks suspicious anyway
-		tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning
-		# pydantic-2?
-		tests/brain/test_dataclasses.py::test_pydantic_field
-	)
-
-	# Faker causes sys.path_importer_cache keys to be overwritten
-	# with PosixPaths
-	epytest -p no:faker
-}

diff --git a/dev-python/astroid/astroid-2.15.8.ebuild b/dev-python/astroid/astroid-2.15.8.ebuild
deleted file mode 100644
index 6dc40f51e151..000000000000
--- a/dev-python/astroid/astroid-2.15.8.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-	https://github.com/pylint-dev/astroid/
-	https://pypi.org/project/astroid/
-"
-SRC_URI="
-	https://github.com/pylint-dev/astroid/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-# Version specified in pyproject.toml
-RDEPEND="
-	>=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	<dev-python/wrapt-2[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
-	' 3.9 3.10)
-"
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? (
-		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/python-dateutil[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# no clue why they're broken
-		tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-		tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
-		tests/brain/test_regex.py::TestRegexBrain::test_regex_pattern_and_match_subscriptable
-		# some problem with warnings (our options?)
-		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg
-		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args
-		tests/test_scoped_nodes.py::test_deprecation_of_doc_attribute
-		# requires six bundled in urllib3, sigh
-		tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
-		# requires pip, and looks suspicious anyway
-		tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning
-		# pydantic-2?
-		tests/brain/test_dataclasses.py::test_pydantic_field
-		# TODO
-		tests/test_manager.py::ClearCacheTest::test_clear_cache_clears_other_lru_caches
-	)
-
-	# Faker causes sys.path_importer_cache keys to be overwritten
-	# with PosixPaths
-	epytest -p no:faker
-}

diff --git a/dev-python/astroid/astroid-3.0.0-r1.ebuild b/dev-python/astroid/astroid-3.0.0-r1.ebuild
deleted file mode 100644
index 02314494f80f..000000000000
--- a/dev-python/astroid/astroid-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-	https://github.com/pylint-dev/astroid/
-	https://pypi.org/project/astroid/
-"
-SRC_URI="
-	https://github.com/pylint-dev/astroid/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-# Version specified in pyproject.toml
-RDEPEND="
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
-	' 3.10)
-"
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? (
-		dev-python/attrs[${PYTHON_USEDEP}]
-		>=dev-python/numpy-1.17.0[${PYTHON_USEDEP}]
-		dev-python/python-dateutil[${PYTHON_USEDEP}]
-		dev-python/regex[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# no clue why they're broken
-		tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-		tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
-#		tests/brain/test_regex.py::TestRegexBrain::test_regex_pattern_and_match_subscriptable
-#		# some problem with warnings (our options?)
-#		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg
-#		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args
-#		tests/test_scoped_nodes.py::test_deprecation_of_doc_attribute
-#		# requires six bundled in urllib3, sigh
-#		tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
-#		# requires pip, and looks suspicious anyway
-#		tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning
-		# pydantic-2?
-		tests/brain/test_dataclasses.py::test_pydantic_field
-#		# TODO
-#		tests/test_manager.py::ClearCacheTest::test_clear_cache_clears_other_lru_caches
-	)
-
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}

diff --git a/dev-python/astroid/astroid-3.0.0.ebuild b/dev-python/astroid/astroid-3.0.0.ebuild
deleted file mode 100644
index 0625769415cc..000000000000
--- a/dev-python/astroid/astroid-3.0.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-	https://github.com/pylint-dev/astroid/
-	https://pypi.org/project/astroid/
-"
-SRC_URI="
-	https://github.com/pylint-dev/astroid/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-# Version specified in pyproject.toml
-RDEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
-	' 3.10)
-"
-BDEPEND="
-	dev-python/setuptools-scm[${PYTHON_USEDEP}]
-	test? (
-		dev-python/attrs[${PYTHON_USEDEP}]
-		>=dev-python/numpy-1.17.0[${PYTHON_USEDEP}]
-		dev-python/python-dateutil[${PYTHON_USEDEP}]
-		dev-python/regex[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# no clue why they're broken
-		tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-		tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
-#		tests/brain/test_regex.py::TestRegexBrain::test_regex_pattern_and_match_subscriptable
-#		# some problem with warnings (our options?)
-#		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg
-#		tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args
-#		tests/test_scoped_nodes.py::test_deprecation_of_doc_attribute
-#		# requires six bundled in urllib3, sigh
-#		tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
-#		# requires pip, and looks suspicious anyway
-#		tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning
-		# pydantic-2?
-		tests/brain/test_dataclasses.py::test_pydantic_field
-#		# TODO
-#		tests/test_manager.py::ClearCacheTest::test_clear_cache_clears_other_lru_caches
-	)
-
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}


             reply	other threads:[~2023-10-25  5:54 UTC|newest]

Thread overview: 248+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-25  5:54 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-11  9:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/ Michał Górny
2025-01-11  8:42 Arthur Zamarin
2024-12-28 10:47 Michał Górny
2024-12-28  9:21 Arthur Zamarin
2024-12-24 11:17 Michał Górny
2024-12-22  8:07 Michał Górny
2024-12-09  5:45 Michał Górny
2024-10-19  8:42 Michał Górny
2024-10-19  7:49 Arthur Zamarin
2024-10-12  7:04 Michał Górny
2024-10-05  4:58 Michał Górny
2024-09-24  5:31 Michał Górny
2024-09-21  7:41 Michał Górny
2024-08-31  9:21 Michał Górny
2024-08-31  8:04 Jakov Smolić
2024-08-12  2:50 Michał Górny
2024-08-10  7:31 Michał Górny
2024-08-10  7:25 Michał Górny
2024-08-07 14:10 Michał Górny
2024-08-05 11:48 Michał Górny
2024-07-27  9:44 Michał Górny
2024-07-27  6:51 Arthur Zamarin
2024-07-22  1:47 Michał Górny
2024-07-12  2:33 Michał Górny
2024-07-08  9:36 Sam James
2024-07-08  9:36 Sam James
2024-07-06 14:14 Michał Górny
2024-06-06  2:02 Michał Górny
2024-06-05 11:01 Arthur Zamarin
2024-05-20  4:48 Michał Górny
2024-05-17  6:25 Michał Górny
2024-05-07 17:45 Michał Górny
2024-03-13 15:13 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-26 17:48 Michał Górny
2024-02-20  9:09 Michał Górny
2024-02-20  7:41 Sam James
2024-02-10  3:24 Sam James
2024-02-05  3:52 Michał Górny
2024-01-27 12:10 Michał Górny
2023-12-30 14:32 Michał Górny
2023-12-30 14:07 Arthur Zamarin
2023-12-12 16:27 Michał Górny
2023-11-16 17:11 Michał Górny
2023-11-06  6:22 Michał Górny
2023-10-28 18:24 Michał Górny
2023-10-27 19:32 Sam James
2023-10-24 18:37 Sam James
2023-10-16  3:44 Michał Górny
2023-10-10  3:04 Sam James
2023-09-26 17:07 Michał Górny
2023-09-26 16:56 Michał Górny
2023-09-24  3:12 Michał Górny
2023-08-12  2:19 Michał Górny
2023-08-11 19:12 Arthur Zamarin
2023-07-09  3:26 Michał Górny
2023-06-18 17:13 Michał Górny
2023-06-18 14:47 Sam James
2023-05-15  5:58 Michał Górny
2023-05-09  5:26 Michał Górny
2023-05-09  3:03 Arthur Zamarin
2023-04-25  2:02 Michał Górny
2023-04-17 13:50 Michał Górny
2023-04-17  5:41 Michał Górny
2023-04-05  9:14 Michał Górny
2023-04-05  9:14 Michał Górny
2023-04-05  8:35 Arthur Zamarin
2023-04-03 18:37 Arthur Zamarin
2023-03-26 18:02 Michał Górny
2023-03-06 14:05 Michał Górny
2023-03-03 17:37 Arthur Zamarin
2023-02-13  6:05 Michał Górny
2023-02-01 10:53 Michał Górny
2023-02-01  6:42 Arthur Zamarin
2023-02-01  4:57 Michał Górny
2023-02-01  4:57 Michał Górny
2023-01-31 19:09 Arthur Zamarin
2023-01-20 21:38 Michał Górny
2023-01-09  8:09 Michał Górny
2023-01-08 14:04 Michał Górny
2023-01-07  4:54 Michał Górny
2022-12-25 17:33 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-11-20  7:45 Michał Górny
2022-11-08  5:00 Michał Górny
2022-11-08  3:42 Sam James
2022-10-22 15:58 Michał Górny
2022-10-22 15:50 Arthur Zamarin
2022-10-19 10:02 Michał Górny
2022-10-10 14:04 Michał Górny
2022-09-25 19:32 Michał Górny
2022-09-25 19:31 Michał Górny
2022-09-25 18:35 Arthur Zamarin
2022-09-19 19:02 Arthur Zamarin
2022-09-09  7:23 Arthur Zamarin
2022-09-06 17:54 Arthur Zamarin
2022-08-29 18:04 Arthur Zamarin
2022-08-25 19:25 Arthur Zamarin
2022-08-23 17:07 Arthur Zamarin
2022-08-09 12:37 Michał Górny
2022-08-09 11:45 Agostino Sarubbo
2022-08-08 19:50 Arthur Zamarin
2022-07-12 15:48 Michał Górny
2022-07-11  7:06 Michał Górny
2022-07-10 19:09 Michał Górny
2022-07-10 18:04 Arthur Zamarin
2022-07-09 17:48 Arthur Zamarin
2022-07-09 17:48 Arthur Zamarin
2022-06-13 16:52 Arthur Zamarin
2022-05-31 10:30 Michał Górny
2022-05-31  8:32 Jakov Smolić
2022-05-21 19:22 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-05-14  7:28 Michał Górny
2022-05-02 19:17 Arthur Zamarin
2022-04-20  7:47 Michał Górny
2022-04-15 15:31 Arthur Zamarin
2022-04-15 15:30 Arthur Zamarin
2022-04-01  5:15 Arthur Zamarin
2022-03-27  9:31 Michał Górny
2022-03-23  8:58 Michał Górny
2022-03-14 17:04 Michał Górny
2022-02-28  8:28 Michał Górny
2022-02-13  9:39 Michał Górny
2022-01-10  4:58 Michał Górny
2022-01-08 16:56 Michał Górny
2022-01-04 21:46 Arthur Zamarin
2022-01-01  1:29 Michał Górny
2021-12-22 19:28 Arthur Zamarin
2021-12-13 18:54 Michał Górny
2021-12-13 18:50 Jakov Smolić
2021-12-07  8:40 Joshua Kinard
2021-11-21 22:20 Michał Górny
2021-11-21 22:20 Michał Górny
2021-11-21 20:14 Michał Górny
2021-11-21 19:36 Jakov Smolić
2021-11-12 20:03 Michał Górny
2021-10-25 22:39 Michał Górny
2021-10-23 13:16 Sam James
2021-10-23 13:16 Sam James
2021-10-17 21:15 Michał Górny
2021-10-14  4:45 Sam James
2021-10-14  4:45 Sam James
2021-10-11  0:45 Sam James
2021-10-11  0:45 Sam James
2021-10-09 21:36 Sam James
2021-10-07  7:21 Michał Górny
2021-09-26  4:29 Sam James
2021-09-26  4:14 Sam James
2021-09-25 22:00 Michał Górny
2021-09-25 19:53 Sam James
2021-09-25 13:31 James Le Cuirot
2021-09-25 13:23 Michał Górny
2021-09-25 13:09 James Le Cuirot
2021-09-14 21:35 Michał Górny
2021-08-30 21:41 Michał Górny
2021-08-26  8:15 Michał Górny
2021-08-26  3:00 Sam James
2021-08-21  7:56 Michał Górny
2021-08-17  7:28 Michał Górny
2021-08-04  6:13 Michał Górny
2021-08-01 12:25 Michał Górny
2021-07-31 22:23 Sam James
2021-07-22  7:25 Michał Górny
2021-07-20  9:08 Michał Górny
2021-07-03  6:26 Michał Górny
2021-07-03  1:32 Sam James
2021-07-02 12:26 Marek Szuba
2021-07-01  6:13 Michał Górny
2021-06-29 18:17 Michał Górny
2021-06-22 16:29 Michał Górny
2021-06-07 22:26 Michał Górny
2021-05-30  8:14 Michał Górny
2021-05-06 11:12 Michał Górny
2021-05-06 10:04 Sam James
2021-04-25 21:58 Michał Górny
2021-04-25  7:56 Michał Górny
2021-04-25  7:56 Michał Górny
2021-04-11 10:47 Michał Górny
2021-03-29  7:28 Michał Górny
2021-03-19 20:14 Sam James
2021-03-01  8:25 Michał Górny
2021-02-16  0:32 Michał Górny
2020-10-18  6:25 Michał Górny
2020-10-18  6:25 Michał Górny
2020-10-17 23:49 Sam James
2020-07-30 20:03 Sam James
2020-07-30 19:39 Sam James
2020-03-26 11:48 Michał Górny
2020-03-26 11:48 Michał Górny
2020-03-18 18:39 Michał Górny
2020-03-14 18:25 Mikle Kolyada
2020-03-11  2:14 Patrick McLean
2020-03-09 12:48 Agostino Sarubbo
2020-03-09 12:42 Agostino Sarubbo
2020-03-09 12:41 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-03-09 11:17 Agostino Sarubbo
2020-03-09 10:23 Agostino Sarubbo
2020-03-08 20:32 Andreas Sturmlechner
2020-03-08 20:32 Andreas Sturmlechner
2020-03-08 20:32 Andreas Sturmlechner
2020-02-22 20:22 Andreas Sturmlechner
2019-12-03  3:02 Aaron Bauman
2019-05-01 19:54 Sergei Trofimovich
2019-04-08 19:30 Aaron Bauman
2019-04-08 16:03 Mikle Kolyada
2019-03-18  2:54 Virgil Dupras
2019-02-17 15:50 Mikle Kolyada
2019-02-09 19:37 Sergei Trofimovich
2019-02-09 19:33 Sergei Trofimovich
2019-02-04 19:41 Sergei Trofimovich
2019-02-01  3:06 Virgil Dupras
2019-02-01  2:13 Virgil Dupras
2018-06-07  6:29 Zac Medico
2018-02-28 13:54 Patrice Clement
2018-02-27 22:59 Patrice Clement
2018-01-02 22:14 Michał Górny
2017-07-26  9:40 Fabian Groffen
2017-07-10 13:15 Alexis Ballier
2017-06-23  0:13 Zac Medico
2017-06-15 20:52 Sergei Trofimovich
2017-05-18 17:53 Michael Weber
2017-05-16 21:05 Michał Górny
2017-05-16 21:05 Michał Górny
2017-05-16 21:05 Michał Górny
2017-05-16 21:05 Michał Górny
2017-05-02 16:56 Manuel Rüger
2017-05-02 16:37 Manuel Rüger
2017-05-02 14:02 Michał Górny
2017-03-12 23:40 Zac Medico
2017-02-20 18:08 Markus Meier
2017-01-24 11:46 Agostino Sarubbo
2017-01-23 18:58 Tobias Klausmann
2017-01-21 18:54 Agostino Sarubbo
2017-01-21 17:27 Agostino Sarubbo
2016-08-30  9:36 Patrick Lauer
2016-07-17 14:37 Patrick Lauer
2016-06-12 18:57 Patrick Lauer
2016-04-04 18:38 Manuel Rüger
2016-01-21  8:33 Justin Lecher
2015-12-25 11:44 Justin Lecher
2015-12-21 10:43 Justin Lecher
2015-12-04  6:58 Justin Lecher
2015-12-03 10:21 Justin Lecher
2015-09-21 13:01 Justin Lecher
2015-09-21 12:32 Tobias Klausmann

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=1698213247.62f57a9022bcf3bfe7ce11ad0058f891a43506fe.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