From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/
Date: Wed, 1 Dec 2021 04:01:20 +0000 (UTC) [thread overview]
Message-ID: <1638329824.a65360b017eb01f6c6214db833a9b54a3f30bb09.ionen@gentoo> (raw)
commit: a65360b017eb01f6c6214db833a9b54a3f30bb09
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 29 16:53:03 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Dec 1 03:37:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65360b0
dev-util/maturin: revamp ebuild
* use distutils-r1 for a proper installation
* add IUSE=doc to build docs rather than install the barely
readable .md source files (only available in >=1.12.0)
* remove network requirement for tests and lift restriction
* respect PYTHON_COMPAT when running tests rather than test
all auto-detected installed versions
* update HOMEPAGE which uses the new >=1.12.0 guide
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-util/maturin/maturin-0.11.5-r1.ebuild | 311 +++++++++++++++++++++++++++
dev-util/maturin/maturin-0.12.3-r1.ebuild | 346 ++++++++++++++++++++++++++++++
2 files changed, 657 insertions(+)
diff --git a/dev-util/maturin/maturin-0.11.5-r1.ebuild b/dev-util/maturin/maturin-0.11.5-r1.ebuild
new file mode 100644
index 000000000000..b2457d9b7798
--- /dev/null
+++ b/dev-util/maturin/maturin-0.11.5-r1.ebuild
@@ -0,0 +1,311 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+ addr2line-0.16.0
+ adler-1.0.2
+ aes-0.6.0
+ aes-soft-0.6.4
+ aesni-0.10.0
+ aho-corasick-0.7.18
+ ansi_term-0.11.0
+ anyhow-1.0.44
+ atty-0.2.14
+ autocfg-1.0.1
+ backtrace-0.3.61
+ base64-0.10.1
+ base64-0.13.0
+ bitflags-1.3.2
+ block-buffer-0.9.0
+ block-modes-0.7.0
+ block-padding-0.2.1
+ bumpalo-3.7.1
+ byteorder-1.4.3
+ bytes-1.1.0
+ bytesize-1.1.0
+ bzip2-0.4.3
+ bzip2-sys-0.1.11+1.0.8
+ camino-1.0.5
+ cargo-platform-0.1.2
+ cargo_metadata-0.14.0
+ cbindgen-0.20.0
+ cc-1.0.71
+ cfg-if-1.0.0
+ charset-0.1.2
+ cipher-0.2.5
+ clap-2.33.3
+ configparser-2.1.0
+ core-foundation-0.7.0
+ core-foundation-sys-0.7.0
+ cpufeatures-0.2.1
+ crc32fast-1.2.1
+ crypto-mac-0.10.1
+ dbus-0.2.3
+ digest-0.9.0
+ dirs-4.0.0
+ dirs-sys-0.3.6
+ encoding_rs-0.8.28
+ env_logger-0.7.1
+ fat-macho-0.4.4
+ filetime-0.2.15
+ flate2-1.0.22
+ fnv-1.0.7
+ form_urlencoded-1.0.1
+ fs-err-2.6.0
+ futures-channel-0.3.17
+ futures-core-0.3.17
+ futures-io-0.3.17
+ futures-macro-0.3.17
+ futures-sink-0.3.17
+ futures-task-0.3.17
+ futures-util-0.3.17
+ generic-array-0.14.4
+ getrandom-0.1.16
+ getrandom-0.2.3
+ gimli-0.25.0
+ glob-0.3.0
+ goblin-0.4.3
+ h2-0.3.6
+ hashbrown-0.11.2
+ heck-0.3.3
+ hermit-abi-0.1.19
+ hkdf-0.10.0
+ hmac-0.10.1
+ http-0.2.5
+ http-body-0.4.3
+ httparse-1.5.1
+ httpdate-1.0.1
+ human-panic-1.0.3
+ humantime-1.3.0
+ hyper-0.14.13
+ hyper-rustls-0.22.1
+ idna-0.2.3
+ indexmap-1.7.0
+ indoc-1.0.3
+ ipnet-2.3.1
+ itoa-0.4.8
+ js-sys-0.3.55
+ keyring-0.10.1
+ lazy_static-1.4.0
+ libc-0.2.103
+ log-0.4.14
+ mailparse-0.13.6
+ matches-0.1.9
+ memchr-2.4.1
+ mime-0.3.16
+ mime_guess-2.0.3
+ miniz_oxide-0.4.4
+ mio-0.7.13
+ miow-0.3.7
+ ntapi-0.3.6
+ num-0.3.1
+ num-bigint-0.3.3
+ num-complex-0.3.1
+ num-integer-0.1.44
+ num-iter-0.1.42
+ num-rational-0.3.2
+ num-traits-0.2.14
+ num_cpus-1.13.0
+ object-0.26.2
+ once_cell-1.8.0
+ opaque-debug-0.3.0
+ os_type-2.3.0
+ percent-encoding-2.1.0
+ pin-project-lite-0.2.7
+ pin-utils-0.1.0
+ pkg-config-0.3.20
+ plain-0.2.3
+ platform-info-0.1.0
+ ppv-lite86-0.2.10
+ pretty_env_logger-0.4.0
+ proc-macro-error-1.0.4
+ proc-macro-error-attr-1.0.4
+ proc-macro-hack-0.5.19
+ proc-macro-nested-0.1.7
+ proc-macro2-1.0.30
+ pyproject-toml-0.2.0
+ python-pkginfo-0.5.0
+ quick-error-1.2.3
+ quote-1.0.10
+ quoted_printable-0.4.3
+ rand-0.7.3
+ rand-0.8.4
+ rand_chacha-0.2.2
+ rand_chacha-0.3.1
+ rand_core-0.5.1
+ rand_core-0.6.3
+ rand_hc-0.2.0
+ rand_hc-0.3.1
+ redox_syscall-0.2.10
+ redox_users-0.4.0
+ regex-1.5.4
+ regex-syntax-0.6.25
+ remove_dir_all-0.5.3
+ reqwest-0.11.5
+ rfc2047-decoder-0.1.2
+ ring-0.16.20
+ rpassword-5.0.1
+ rustc-demangle-0.1.21
+ rustls-0.19.1
+ ryu-1.0.5
+ same-file-1.0.6
+ scroll-0.10.2
+ scroll_derive-0.10.5
+ sct-0.6.1
+ secret-service-1.1.3
+ security-framework-0.4.4
+ security-framework-sys-0.4.3
+ semver-1.0.4
+ serde-1.0.130
+ serde_derive-1.0.130
+ serde_json-1.0.68
+ serde_urlencoded-0.7.0
+ sha2-0.9.8
+ shlex-1.1.0
+ slab-0.4.4
+ smawk-0.3.1
+ socket2-0.4.2
+ spin-0.5.2
+ strsim-0.8.0
+ structopt-0.3.23
+ structopt-derive-0.4.16
+ subtle-2.4.1
+ syn-1.0.80
+ tar-0.4.37
+ target-lexicon-0.12.2
+ tempfile-3.2.0
+ termcolor-1.1.2
+ textwrap-0.11.0
+ textwrap-0.14.2
+ thiserror-1.0.30
+ thiserror-impl-1.0.30
+ time-0.1.43
+ tinyvec-1.5.0
+ tinyvec_macros-0.1.0
+ tokio-1.12.0
+ tokio-rustls-0.22.0
+ tokio-util-0.6.8
+ toml-0.5.8
+ tower-service-0.3.1
+ tracing-0.1.29
+ tracing-core-0.1.21
+ try-lock-0.2.3
+ typenum-1.14.0
+ unicase-2.6.0
+ unicode-bidi-0.3.7
+ unicode-linebreak-0.1.2
+ unicode-normalization-0.1.19
+ unicode-segmentation-1.8.0
+ unicode-width-0.1.9
+ unicode-xid-0.2.2
+ unindent-0.1.7
+ untrusted-0.7.1
+ url-2.2.2
+ uuid-0.8.2
+ vec_map-0.8.2
+ version_check-0.9.3
+ walkdir-2.3.2
+ want-0.3.0
+ wasi-0.10.2+wasi-snapshot-preview1
+ wasi-0.9.0+wasi-snapshot-preview1
+ wasm-bindgen-0.2.78
+ wasm-bindgen-backend-0.2.78
+ wasm-bindgen-futures-0.4.28
+ wasm-bindgen-macro-0.2.78
+ wasm-bindgen-macro-support-0.2.78
+ wasm-bindgen-shared-0.2.78
+ web-sys-0.3.55
+ webpki-0.21.4
+ webpki-roots-0.21.1
+ winapi-0.3.9
+ winapi-i686-pc-windows-gnu-0.4.0
+ winapi-util-0.1.5
+ winapi-x86_64-pc-windows-gnu-0.4.0
+ winreg-0.7.0
+ xattr-0.2.2
+ zip-0.5.13"
+CRATES_TEST="
+ indoc-0.3.6
+ indoc-impl-0.3.6
+ instant-0.1.11
+ lock_api-0.4.5
+ parking_lot-0.11.2
+ parking_lot_core-0.8.5
+ paste-0.1.18
+ paste-impl-0.1.18
+ proc-macro2-1.0.29
+ pyo3-0.14.5
+ pyo3-build-config-0.14.5
+ pyo3-macros-0.14.5
+ pyo3-macros-backend-0.14.5
+ scopeguard-1.1.0
+ smallvec-1.7.0"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit cargo distutils-r1 flag-o-matic
+
+DESCRIPTION="Build and publish crates with pyo3, rust-cpython and cffi bindings"
+HOMEPAGE="https://maturin.rs/"
+SRC_URI="
+ https://github.com/PyO3/maturin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ $(cargo_crate_uris)
+ test? ( $(cargo_crate_uris ${CRATES_TEST}) )"
+
+LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 openssl"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/toml[${PYTHON_USEDEP}]"
+BDEPEND="
+ test? (
+ dev-python/cffi[${PYTHON_USEDEP}]
+ dev-python/boltons[${PYTHON_USEDEP}]
+ dev-python/virtualenv[${PYTHON_USEDEP}]
+ )"
+
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+
+ # use setup.py only for pure python and handle cargo manually
+ sed -i 's/cmdclass.*/packages=["'${PN}'"],/' setup.py || die
+
+ if use test; then
+ # used to prevent use of network during tests
+ cat > "${T}"/pip.conf <<-EOF || die
+ [install]
+ no-index = yes
+ no-dependencies = yes
+ EOF
+
+ # run plain 'python' from eclass rather than auto-detect 'python3.x'
+ sed -i 's/"build",/&"-i","python",/' tests/common/integration.rs || die
+ fi
+}
+
+python_configure_all() {
+ filter-flags '-flto*' # undefined references with ring crate
+
+ cargo_src_configure
+}
+
+python_compile_all() {
+ cargo_src_compile
+}
+
+python_test() {
+ local -x PIP_CONFIG_FILE=${T}/pip.conf
+ local -x VIRTUALENV_SYSTEM_SITE_PACKAGES=1
+
+ cargo_src_test -- --skip locked_doesnt_build_without_cargo_lock
+}
+
+python_install_all() {
+ cargo_src_install
+
+ dodoc Changelog.md Readme.md
+}
diff --git a/dev-util/maturin/maturin-0.12.3-r1.ebuild b/dev-util/maturin/maturin-0.12.3-r1.ebuild
new file mode 100644
index 000000000000..bbced0e389c3
--- /dev/null
+++ b/dev-util/maturin/maturin-0.12.3-r1.ebuild
@@ -0,0 +1,346 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+ addr2line-0.17.0
+ adler-1.0.2
+ aes-0.6.0
+ aes-soft-0.6.4
+ aesni-0.10.0
+ aho-corasick-0.7.18
+ ansi_term-0.11.0
+ anyhow-1.0.50
+ async-io-1.6.0
+ atty-0.2.14
+ autocfg-1.0.1
+ backtrace-0.3.63
+ base64-0.13.0
+ bitflags-1.3.2
+ block-buffer-0.9.0
+ block-modes-0.7.0
+ block-padding-0.2.1
+ bstr-0.2.17
+ bumpalo-3.8.0
+ byteorder-1.4.3
+ bytes-1.1.0
+ bytesize-1.1.0
+ bzip2-0.4.3
+ bzip2-sys-0.1.11+1.0.8
+ cache-padded-1.1.1
+ camino-1.0.5
+ cargo-platform-0.1.2
+ cargo_metadata-0.14.1
+ cbindgen-0.20.0
+ cc-1.0.72
+ cfg-if-0.1.10
+ cfg-if-1.0.0
+ charset-0.1.3
+ cipher-0.2.5
+ clap-2.33.3
+ concurrent-queue-1.2.2
+ configparser-3.0.0
+ console-0.15.0
+ core-foundation-0.9.2
+ core-foundation-sys-0.8.3
+ cpufeatures-0.2.1
+ crc32fast-1.2.2
+ crossbeam-utils-0.8.5
+ crypto-mac-0.10.1
+ derivative-2.2.0
+ dialoguer-0.9.0
+ digest-0.9.0
+ dirs-4.0.0
+ dirs-sys-0.3.6
+ encode_unicode-0.3.6
+ encoding_rs-0.8.29
+ enumflags2-0.6.4
+ enumflags2_derive-0.6.4
+ env_logger-0.7.1
+ fastrand-1.5.0
+ fat-macho-0.4.4
+ filetime-0.2.15
+ flate2-1.0.22
+ fnv-1.0.7
+ form_urlencoded-1.0.1
+ fs-err-2.6.0
+ futures-0.3.18
+ futures-channel-0.3.18
+ futures-core-0.3.18
+ futures-executor-0.3.18
+ futures-io-0.3.18
+ futures-lite-1.12.0
+ futures-macro-0.3.18
+ futures-sink-0.3.18
+ futures-task-0.3.18
+ futures-util-0.3.18
+ generic-array-0.14.4
+ getrandom-0.2.3
+ gimli-0.26.1
+ glob-0.3.0
+ globset-0.4.8
+ goblin-0.4.3
+ h2-0.3.7
+ hashbrown-0.11.2
+ heck-0.3.3
+ hermit-abi-0.1.19
+ hkdf-0.10.0
+ hmac-0.10.1
+ http-0.2.5
+ http-body-0.4.4
+ httparse-1.5.1
+ httpdate-1.0.2
+ human-panic-1.0.3
+ humantime-1.3.0
+ hyper-0.14.15
+ hyper-rustls-0.22.1
+ idna-0.2.3
+ ignore-0.4.18
+ indexmap-1.7.0
+ indoc-1.0.3
+ instant-0.1.12
+ ipnet-2.3.1
+ itoa-0.4.8
+ js-sys-0.3.55
+ keyring-0.10.4
+ lazy_static-1.4.0
+ libc-0.2.108
+ log-0.4.14
+ mailparse-0.13.6
+ matches-0.1.9
+ memchr-2.4.1
+ mime-0.3.16
+ mime_guess-2.0.3
+ minijinja-0.8.2
+ miniz_oxide-0.4.4
+ mio-0.7.14
+ miow-0.3.7
+ nb-connect-1.2.0
+ nix-0.17.0
+ ntapi-0.3.6
+ num-0.3.1
+ num-bigint-0.3.3
+ num-complex-0.3.1
+ num-integer-0.1.44
+ num-iter-0.1.42
+ num-rational-0.3.2
+ num-traits-0.2.14
+ num_cpus-1.13.0
+ object-0.27.1
+ once_cell-1.8.0
+ opaque-debug-0.3.0
+ os_type-2.3.0
+ parking-2.0.0
+ percent-encoding-2.1.0
+ pin-project-lite-0.2.7
+ pin-utils-0.1.0
+ pkg-config-0.3.22
+ plain-0.2.3
+ platform-info-0.2.0
+ polling-2.2.0
+ ppv-lite86-0.2.15
+ pretty_env_logger-0.4.0
+ proc-macro-crate-0.1.5
+ proc-macro-crate-1.1.0
+ proc-macro-error-1.0.4
+ proc-macro-error-attr-1.0.4
+ proc-macro2-1.0.32
+ pyproject-toml-0.3.1
+ python-pkginfo-0.5.0
+ quick-error-1.2.3
+ quote-1.0.10
+ quoted_printable-0.4.5
+ rand-0.8.4
+ rand_chacha-0.3.1
+ rand_core-0.6.3
+ rand_hc-0.3.1
+ redox_syscall-0.2.10
+ redox_users-0.4.0
+ regex-1.5.4
+ regex-syntax-0.6.25
+ remove_dir_all-0.5.3
+ reqwest-0.11.6
+ rfc2047-decoder-0.1.2
+ ring-0.16.20
+ rpassword-5.0.1
+ rustc-demangle-0.1.21
+ rustls-0.19.1
+ ryu-1.0.6
+ same-file-1.0.6
+ scoped-tls-1.0.0
+ scroll-0.10.2
+ scroll_derive-0.10.5
+ sct-0.6.1
+ secret-service-2.0.1
+ security-framework-2.4.2
+ security-framework-sys-2.4.2
+ semver-1.0.4
+ serde-1.0.130
+ serde_derive-1.0.130
+ serde_json-1.0.72
+ serde_repr-0.1.7
+ serde_urlencoded-0.7.0
+ sha2-0.9.8
+ shlex-1.1.0
+ slab-0.4.5
+ smawk-0.3.1
+ socket2-0.4.2
+ spin-0.5.2
+ static_assertions-1.1.0
+ strsim-0.8.0
+ structopt-0.3.25
+ structopt-derive-0.4.18
+ subtle-2.4.1
+ syn-1.0.82
+ tar-0.4.37
+ target-lexicon-0.12.2
+ tempfile-3.2.0
+ termcolor-1.1.2
+ terminal_size-0.1.17
+ textwrap-0.11.0
+ textwrap-0.14.2
+ thiserror-1.0.30
+ thiserror-impl-1.0.30
+ thread_local-1.1.3
+ time-0.1.43
+ tinyvec-1.5.1
+ tinyvec_macros-0.1.0
+ tokio-1.14.0
+ tokio-rustls-0.22.0
+ tokio-util-0.6.9
+ toml-0.5.8
+ tower-service-0.3.1
+ tracing-0.1.29
+ tracing-core-0.1.21
+ try-lock-0.2.3
+ typenum-1.14.0
+ unicase-2.6.0
+ unicode-bidi-0.3.7
+ unicode-linebreak-0.1.2
+ unicode-normalization-0.1.19
+ unicode-segmentation-1.8.0
+ unicode-width-0.1.9
+ unicode-xid-0.2.2
+ unindent-0.1.7
+ untrusted-0.7.1
+ url-2.2.2
+ uuid-0.8.2
+ vec_map-0.8.2
+ version_check-0.9.3
+ void-1.0.2
+ waker-fn-1.1.0
+ walkdir-2.3.2
+ want-0.3.0
+ wasi-0.10.2+wasi-snapshot-preview1
+ wasm-bindgen-0.2.78
+ wasm-bindgen-backend-0.2.78
+ wasm-bindgen-futures-0.4.28
+ wasm-bindgen-macro-0.2.78
+ wasm-bindgen-macro-support-0.2.78
+ wasm-bindgen-shared-0.2.78
+ web-sys-0.3.55
+ webpki-0.21.4
+ webpki-roots-0.21.1
+ wepoll-ffi-0.1.2
+ winapi-0.3.9
+ winapi-i686-pc-windows-gnu-0.4.0
+ winapi-util-0.1.5
+ winapi-x86_64-pc-windows-gnu-0.4.0
+ winreg-0.7.0
+ xattr-0.2.2
+ zbus-1.9.1
+ zbus_macros-1.9.1
+ zeroize-1.4.3
+ zip-0.5.13
+ zvariant-2.10.0
+ zvariant_derive-2.10.0"
+CRATES_TEST="
+ indoc-0.3.6
+ indoc-impl-0.3.6
+ libc-0.2.107
+ lock_api-0.4.5
+ parking_lot-0.11.2
+ parking_lot_core-0.8.5
+ paste-0.1.18
+ paste-impl-0.1.18
+ proc-macro-hack-0.5.19
+ pyo3-0.15.1
+ pyo3-build-config-0.15.1
+ pyo3-macros-0.15.1
+ pyo3-macros-backend-0.15.1
+ scopeguard-1.1.0
+ smallvec-1.7.0
+ syn-1.0.81"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit cargo distutils-r1 flag-o-matic
+
+DESCRIPTION="Build and publish crates with pyo3, rust-cpython and cffi bindings"
+HOMEPAGE="https://maturin.rs/"
+SRC_URI="
+ https://github.com/PyO3/maturin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+ $(cargo_crate_uris)
+ test? ( $(cargo_crate_uris ${CRATES_TEST}) )"
+
+LICENSE="
+ 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 openssl
+ doc? ( CC-BY-4.0 OFL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/toml[${PYTHON_USEDEP}]"
+BDEPEND="
+ doc? ( app-text/mdbook )
+ test? (
+ dev-python/cffi[${PYTHON_USEDEP}]
+ dev-python/boltons[${PYTHON_USEDEP}]
+ dev-python/virtualenv[${PYTHON_USEDEP}]
+ )"
+
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+
+ # use setup.py only for pure python and handle cargo manually
+ sed -i 's/cmdclass.*/packages=["'${PN}'"],/' setup.py || die
+
+ if use test; then
+ # used to prevent use of network during tests
+ cat > "${T}"/pip.conf <<-EOF || die
+ [install]
+ no-index = yes
+ no-dependencies = yes
+ EOF
+
+ # run plain 'python' from eclass rather than auto-detect 'python3.x'
+ sed -i 's/"build",/&"-i","python",/' tests/common/integration.rs || die
+ fi
+}
+
+python_configure_all() {
+ filter-flags '-flto*' # undefined references with ring crate
+
+ cargo_src_configure
+}
+
+python_compile_all() {
+ cargo_src_compile
+
+ use !doc || mdbook build -d html guide || die
+}
+
+python_test() {
+ local -x PIP_CONFIG_FILE=${T}/pip.conf
+ local -x VIRTUALENV_SYSTEM_SITE_PACKAGES=1
+
+ cargo_src_test -- --skip locked_doesnt_build_without_cargo_lock
+}
+
+python_install_all() {
+ cargo_src_install
+
+ dodoc -r Changelog.md Readme.md $(usev doc guide/html)
+}
next reply other threads:[~2021-12-01 4:01 UTC|newest]
Thread overview: 313+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-01 4:01 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 22:10 [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ Ionen Wolkens
2025-03-13 22:10 Ionen Wolkens
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-12 17:56 Sam James
2025-03-09 0:51 Ionen Wolkens
2025-02-27 11:33 Ionen Wolkens
2025-02-15 8:30 Ionen Wolkens
2025-02-15 8:27 Arthur Zamarin
2025-02-15 8:27 Arthur Zamarin
2025-02-15 8:27 Arthur Zamarin
2025-02-15 8:27 Arthur Zamarin
2025-02-15 8:23 Arthur Zamarin
2025-02-05 15:49 Ionen Wolkens
2025-01-19 18:35 Sam James
2025-01-19 18:03 Sam James
2025-01-12 14:08 Ionen Wolkens
2024-12-30 14:44 Ionen Wolkens
2024-12-26 22:40 Ionen Wolkens
2024-12-25 14:39 Ionen Wolkens
2024-12-18 12:14 Sam James
2024-12-18 12:14 Sam James
2024-12-18 12:14 Sam James
2024-12-18 12:14 Sam James
2024-12-18 12:14 Sam James
2024-12-18 5:14 Ionen Wolkens
2024-12-04 12:19 Ionen Wolkens
2024-12-04 12:19 Ionen Wolkens
2024-12-02 12:57 Ionen Wolkens
2024-11-26 17:20 Ionen Wolkens
2024-11-04 16:15 Ionen Wolkens
2024-10-31 0:33 Sam James
2024-10-15 14:33 Sam James
2024-10-14 23:37 Ionen Wolkens
2024-10-14 7:04 Sam James
2024-10-14 7:04 Sam James
2024-10-14 7:04 Sam James
2024-10-14 6:37 Sam James
2024-09-26 4:14 Ionen Wolkens
2024-09-26 4:14 Ionen Wolkens
2024-09-25 14:41 Ionen Wolkens
2024-09-24 15:53 Ionen Wolkens
2024-09-24 15:53 Ionen Wolkens
2024-09-13 1:23 Sam James
2024-09-12 12:27 Arthur Zamarin
2024-09-09 13:46 Sam James
2024-09-07 14:27 Sam James
2024-09-07 14:16 Arthur Zamarin
2024-09-07 13:21 Jakov Smolić
2024-09-01 13:15 Ionen Wolkens
2024-08-25 18:38 Arthur Zamarin
2024-08-22 1:52 Ionen Wolkens
2024-08-16 13:58 Sam James
2024-08-16 0:05 Ionen Wolkens
2024-07-31 19:14 Arthur Zamarin
2024-07-31 13:45 Arthur Zamarin
2024-07-31 9:41 Arthur Zamarin
2024-07-31 9:41 Arthur Zamarin
2024-07-07 6:09 Ionen Wolkens
2024-07-07 6:09 Ionen Wolkens
2024-07-02 3:56 Ionen Wolkens
2024-07-01 0:33 Ionen Wolkens
2024-06-30 6:10 Sam James
2024-06-30 6:10 Sam James
2024-06-30 6:10 Sam James
2024-06-30 5:23 Sam James
2024-06-30 5:10 Sam James
2024-06-30 5:10 Sam James
2024-06-17 9:39 James Le Cuirot
2024-06-04 19:36 Ionen Wolkens
2024-05-24 2:46 Ionen Wolkens
2024-05-11 11:35 Ionen Wolkens
2024-04-13 6:26 Arthur Zamarin
2024-04-13 6:17 Ionen Wolkens
2024-04-03 12:30 Ionen Wolkens
2024-03-26 4:42 Ionen Wolkens
2024-03-26 4:42 Ionen Wolkens
2024-03-25 15:18 Sam James
2024-03-25 15:18 Sam James
2024-03-25 14:54 Sam James
2024-03-25 14:54 Sam James
2024-03-21 14:41 Ionen Wolkens
2024-03-08 21:31 Ionen Wolkens
2024-03-08 18:28 Michał Górny
2024-03-08 16:00 Ionen Wolkens
2024-03-05 6:03 Ionen Wolkens
2024-01-08 12:59 Ionen Wolkens
2023-12-23 17:37 Arthur Zamarin
2023-12-23 15:32 Arthur Zamarin
2023-12-23 15:11 Sam James
2023-12-23 14:29 Arthur Zamarin
2023-12-23 14:29 Arthur Zamarin
2023-12-23 14:29 Arthur Zamarin
2023-12-23 14:29 Arthur Zamarin
2023-12-12 21:25 Ionen Wolkens
2023-12-02 16:26 Ionen Wolkens
2023-11-14 15:21 Ionen Wolkens
2023-11-09 15:49 Ionen Wolkens
2023-11-05 11:13 Arthur Zamarin
2023-11-05 10:23 Sam James
2023-11-05 10:04 Sam James
2023-11-05 10:04 Sam James
2023-11-05 10:04 Sam James
2023-11-05 10:04 Sam James
2023-11-05 10:04 Sam James
2023-10-25 7:58 Ionen Wolkens
2023-10-24 13:47 Ionen Wolkens
2023-10-04 7:40 Joonas Niilola
2023-10-02 16:25 Ionen Wolkens
2023-09-04 14:25 Ionen Wolkens
2023-09-04 13:21 Ionen Wolkens
2023-09-04 6:27 Arthur Zamarin
2023-09-04 6:27 Arthur Zamarin
2023-09-04 6:27 Arthur Zamarin
2023-09-04 6:27 Arthur Zamarin
2023-09-04 6:09 Sam James
2023-09-04 6:09 Sam James
2023-08-22 16:12 Ionen Wolkens
2023-08-17 11:00 Ionen Wolkens
2023-08-17 11:00 Ionen Wolkens
2023-08-15 15:01 Ionen Wolkens
2023-08-14 16:39 Ionen Wolkens
2023-08-06 9:36 Ionen Wolkens
2023-08-02 16:54 Sam James
2023-07-20 10:16 WANG Xuerui
2023-07-17 15:28 Ionen Wolkens
2023-07-15 8:19 Arthur Zamarin
2023-07-15 8:19 Arthur Zamarin
2023-07-15 6:08 Sam James
2023-07-15 3:10 Sam James
2023-07-14 16:20 Arthur Zamarin
2023-06-20 3:11 Ionen Wolkens
2023-06-11 15:04 Sam James
2023-06-11 15:04 Sam James
2023-06-11 13:32 Sam James
2023-06-11 13:32 Sam James
2023-06-11 13:32 Sam James
2023-06-10 14:07 Ionen Wolkens
2023-06-02 6:54 Ionen Wolkens
2023-05-28 3:14 Ionen Wolkens
2023-05-27 15:55 Ionen Wolkens
2023-05-26 23:16 Ionen Wolkens
2023-05-23 18:57 Ionen Wolkens
2023-05-23 15:16 Arthur Zamarin
2023-05-23 14:35 Ionen Wolkens
2023-05-20 15:44 Ionen Wolkens
2023-05-16 14:47 Ionen Wolkens
2023-05-07 15:42 Ionen Wolkens
2023-05-07 15:42 Ionen Wolkens
2023-05-07 8:47 Ionen Wolkens
2023-05-07 8:47 Ionen Wolkens
2023-05-06 14:28 Ionen Wolkens
2023-05-04 18:32 Ionen Wolkens
2023-04-19 5:58 Ionen Wolkens
2023-04-19 5:58 Ionen Wolkens
2023-04-06 15:02 Ionen Wolkens
2023-04-05 14:56 Ionen Wolkens
2023-04-05 14:56 Ionen Wolkens
2023-04-05 13:25 Ionen Wolkens
2023-04-05 13:25 Ionen Wolkens
2023-04-05 13:25 Ionen Wolkens
2023-03-28 10:45 Ionen Wolkens
2023-03-26 7:38 Ionen Wolkens
2023-03-25 3:19 Ionen Wolkens
2023-03-12 9:49 Ionen Wolkens
2023-03-09 20:13 Ionen Wolkens
2023-03-09 20:13 Ionen Wolkens
2023-03-03 11:14 Ionen Wolkens
2023-03-03 11:14 Ionen Wolkens
2023-02-25 22:26 Ionen Wolkens
2023-02-25 12:52 Ionen Wolkens
2023-02-24 9:02 Ionen Wolkens
2023-02-16 8:55 Ionen Wolkens
2023-02-15 19:23 Ionen Wolkens
2023-02-15 19:23 Ionen Wolkens
2023-02-15 19:23 Ionen Wolkens
2023-02-15 6:25 Ionen Wolkens
2023-02-14 12:14 Ionen Wolkens
2023-02-13 11:46 Ionen Wolkens
2023-02-12 8:04 Ionen Wolkens
2023-02-12 8:04 Ionen Wolkens
2023-02-01 21:04 Ionen Wolkens
2023-01-31 13:46 Ionen Wolkens
2023-01-31 3:34 Ionen Wolkens
2023-01-30 19:11 Ionen Wolkens
2023-01-26 15:13 Ionen Wolkens
2023-01-14 13:48 Ionen Wolkens
2023-01-14 13:48 Ionen Wolkens
2023-01-13 5:58 Ionen Wolkens
2023-01-13 5:58 Ionen Wolkens
2023-01-10 17:19 Ionen Wolkens
2023-01-10 17:19 Ionen Wolkens
2022-12-31 23:23 Ionen Wolkens
2022-12-29 20:29 Ionen Wolkens
2022-12-20 12:10 Ionen Wolkens
2022-12-19 7:23 Ionen Wolkens
2022-12-13 9:13 Ionen Wolkens
2022-12-11 1:58 Ionen Wolkens
2022-12-11 1:58 Ionen Wolkens
2022-12-08 5:31 Ionen Wolkens
2022-12-08 5:31 Ionen Wolkens
2022-12-05 9:50 Ionen Wolkens
2022-12-05 9:50 Ionen Wolkens
2022-12-01 14:50 Ionen Wolkens
2022-11-24 14:34 Ionen Wolkens
2022-11-20 17:12 Ionen Wolkens
2022-11-19 17:20 Ionen Wolkens
2022-11-19 17:20 Ionen Wolkens
2022-11-09 21:24 Ionen Wolkens
2022-11-09 21:24 Ionen Wolkens
2022-11-09 21:24 Ionen Wolkens
2022-11-07 19:30 Ionen Wolkens
2022-10-30 13:59 Ionen Wolkens
2022-10-29 11:19 Ionen Wolkens
2022-10-27 22:19 Ionen Wolkens
2022-10-22 8:32 Ionen Wolkens
2022-10-08 16:49 Arthur Zamarin
2022-10-08 16:03 Arthur Zamarin
2022-10-08 6:02 Ionen Wolkens
2022-10-04 19:58 Ionen Wolkens
2022-10-03 22:35 Ionen Wolkens
2022-09-28 21:27 Sam James
2022-09-27 23:46 Ionen Wolkens
2022-09-27 11:10 Ionen Wolkens
2022-09-17 8:42 Ionen Wolkens
2022-09-15 10:48 Ionen Wolkens
2022-09-15 10:48 Ionen Wolkens
2022-09-15 10:48 Ionen Wolkens
2022-08-14 19:33 Ionen Wolkens
2022-08-13 11:17 Arthur Zamarin
2022-08-13 6:57 Arthur Zamarin
2022-08-09 8:33 Ionen Wolkens
2022-08-07 13:59 Ionen Wolkens
2022-07-28 14:05 Ionen Wolkens
2022-07-28 12:21 Jakov Smolić
2022-07-28 12:21 Jakov Smolić
2022-07-28 4:13 Ionen Wolkens
2022-07-28 4:13 Ionen Wolkens
2022-07-26 15:41 Ionen Wolkens
2022-07-22 12:36 Ionen Wolkens
2022-07-21 0:14 Ionen Wolkens
2022-07-12 21:39 Ionen Wolkens
2022-07-10 1:03 Ionen Wolkens
2022-07-10 1:03 Ionen Wolkens
2022-07-06 8:57 Ionen Wolkens
2022-06-28 7:46 Ionen Wolkens
2022-06-19 23:18 Yixun Lan
2022-06-19 9:15 Jakov Smolić
2022-06-18 9:31 Ionen Wolkens
2022-06-18 9:31 Ionen Wolkens
2022-06-18 9:31 Ionen Wolkens
2022-06-18 6:47 Michał Górny
2022-06-16 13:59 Ionen Wolkens
2022-06-16 13:16 Ionen Wolkens
2022-06-16 13:16 Ionen Wolkens
2022-06-06 8:26 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-05-29 12:20 Ionen Wolkens
2022-05-26 6:07 Ionen Wolkens
2022-05-18 21:38 Ionen Wolkens
2022-05-16 18:40 Ionen Wolkens
2022-05-16 18:40 Ionen Wolkens
2022-05-16 6:45 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2022-05-07 8:49 Ionen Wolkens
2022-05-07 8:49 Ionen Wolkens
2022-04-25 23:14 Ionen Wolkens
2022-04-25 21:00 Ionen Wolkens
2022-04-07 12:20 Ionen Wolkens
2022-04-01 16:17 Ionen Wolkens
2022-03-30 7:16 Ionen Wolkens
2022-03-30 7:16 Ionen Wolkens
2022-03-15 20:03 Ionen Wolkens
2022-03-14 11:43 Ionen Wolkens
2022-03-09 13:29 Ionen Wolkens
2022-02-11 23:17 Ionen Wolkens
2022-02-09 15:33 Ionen Wolkens
2022-02-09 15:33 Ionen Wolkens
2022-02-09 15:33 Ionen Wolkens
2022-01-13 8:06 Ionen Wolkens
2021-12-31 17:03 Ionen Wolkens
2021-12-20 19:56 Ionen Wolkens
2021-12-16 19:11 Ionen Wolkens
2021-12-16 19:11 Ionen Wolkens
2021-12-06 21:21 Ionen Wolkens
2021-12-06 21:21 Ionen Wolkens
2021-12-01 10:05 Ionen Wolkens
2021-12-01 4:01 Ionen Wolkens
2021-11-29 14:55 Ionen Wolkens
2021-11-29 14:55 Ionen Wolkens
2021-11-26 18:19 Ionen Wolkens
2021-11-21 14:38 Ionen Wolkens
2021-11-19 16:53 Ionen Wolkens
2021-10-30 13:10 Ionen Wolkens
2021-10-24 22:10 Ionen Wolkens
2021-10-22 14:35 Agostino Sarubbo
2021-10-19 0:12 Sam James
2021-10-15 15:53 Ionen Wolkens
2021-10-15 15:53 Ionen Wolkens
2021-10-15 15:53 Ionen Wolkens
2021-10-15 15:53 Ionen Wolkens
2021-10-15 15:53 Ionen Wolkens
2021-07-18 13:21 Stefan Strogin
2021-06-22 13:53 Stefan Strogin
2021-06-21 11:33 Stefan Strogin
2021-06-21 10:47 Stefan Strogin
2021-06-21 10:09 Stefan Strogin
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=1638329824.a65360b017eb01f6c6214db833a9b54a3f30bb09.ionen@gentoo \
--to=ionen@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