summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge updates from masterRepository mirror & CI2023-09-1433-585/+418
|\
| * dev-python/zeroconf: Bump to 0.111.0Michał Górny2023-09-142-0/+57
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/zeroconf: Remove oldMichał Górny2023-09-1411-570/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/apsw: Bump to 3.43.1.0Michał Górny2023-09-142-0/+52
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/cfn-lint: Bump to 0.79.11Michał Górny2023-09-142-0/+65
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/filelock: Bump to 3.12.4Michał Górny2023-09-142-0/+30
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/sqlglot: add 18.5.0Alfred Wingate2023-09-142-0/+37
| | | | | | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/32765 Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * net-analyzer/wireshark: add support for verify-sigSam James2023-09-143-0/+51
| | | | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/913394 Closes: https://github.com/gentoo/gentoo/pull/20401 Closes: https://github.com/gentoo/gentoo/pull/32575 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * sec-keys/openpgp-keys-wireshark: initial importSam James2023-09-143-0/+30
| | | | | | | | | | | | Bug: https://bugs.gentoo.org/913394 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * verify-sig.eclass: Fix list formatting for VERIFY_SIG_METHODMichał Górny2023-09-141-2/+2
| | | | | | | | | | | | Thanks to ulm for reporting. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * verify-sig.eclass: Fix handling multiple/duplicate signaturesMichał Górny2023-09-142-2/+14
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * verify-sig.eclass: Support `openssl dgst` format checksumsMichał Górny2023-09-142-18/+54
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * eclass/tests: Add initial tests for verify-sigMichał Górny2023-09-141-0/+65
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: unconditionally warn on occluded packages in cwdEli Schwartz2023-09-141-4/+0
| | | | | | | | | | | | | | | | | | | | | | If the current directory masks packages that would be installed and contains different contents, it can cause testing issues that otherwise go unnoticed. This warning can stop being experimental and opt-in Suggested-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32729 Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: teach setuptools to respect (some) build optionsEli Schwartz2023-09-141-38/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, setup.py was handled by: - manually passing makejobs, with a heuristic to guess whether it was a time saver to do so. - rm -rf'ing the build directory in between python versions to prevent cross-version contamination This is because in PEP 517 mode, it doesn't accept build options specific to a setuptools phase. So a crude hack is to just build_ext twice, once explicitly and once internally as part of bdist_wheel, and pray that in the latter case it detects that there's nothing to do. Unfortunately, sometimes build_ext does NOT detect that there is nothing to do -- e.g. for codegen tools such as mypyc, that produce *.c files which are different every time you try building. As for build directories, those were given up on as hopeless. There's a better hack which is to set a magic environment variable for a setup.cfg file which is parsed additionally to the one provided by the project. It can contain additional settings, such as the build-base and parallelism, which means that bdist_wheel intrinsically builds extensions in parallel the only time it is called. And we can set the output directory for all build artifacts to outside of the source tree, so it is no longer necessary to delete them (which among other things, makes debugging difficult). This is similar to .pydistutils.cfg, but is processed later and can be in arbitrary locations. Since we store it in the per-impl build directory we don't need to wipe it after using it to avoid leakage. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * perl-module.eclass: fix Unquoted VariableArthur Zamarin2023-09-141-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/32703 Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * kernel-2.eclass: fix Unquoted VariableArthur Zamarin2023-09-141-1/+1
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * java-utils-2.eclass: fix Unquoted VariableArthur Zamarin2023-09-141-2/+2
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * cuda.eclass: fix Unquoted VariableArthur Zamarin2023-09-141-3/+3
| | | | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2023-09-14 05:33:36 UTCRepository mirror & CI2023-09-1418-31/+48
| |
* | Merge updates from masterRepository mirror & CI2023-09-1417-20/+74
|\|
| * dev-python/jupyterlab-server: keyword 2.25.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * dev-python/openapi-core: keyword 0.18.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * dev-python/openapi-spec-validator: keyword 0.6.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * dev-python/openapi-schema-validator: keyword 0.6.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * dev-python/jsonschema-spec: keyword 0.2.4 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * sys-fs/exfat-utils: keyword 1.4.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * sys-apps/ipmitool: keyword 1.8.19 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * sys-libs/openipmi: keyword 2.0.33 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * sys-fs/hfsplusutils: keyword 1.0.4-r3 for ~loongWANG Xuerui2023-09-141-2/+2
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * sys-fs/hfsutils: keyword 3.2.6_p15 for ~loongWANG Xuerui2023-09-141-2/+2
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * net-dialup/picocom: keyword 3.1 for ~loongWANG Xuerui2023-09-141-2/+2
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * sys-fs/sysfsutils: keyword 2.1.1 for ~loongWANG Xuerui2023-09-141-2/+2
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * sys-fs/mtd-utils: keyword 2.1.6 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * sys-fs/squashfs-tools-ng: forward ~loongWANG Xuerui2023-09-141-2/+2
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * sys-fs/squashfs-tools-ng: keyword 1.2.0 for ~loongWANG Xuerui2023-09-141-1/+1
| | | | | | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
| * dev-ruby/sqlite3: add 1.6.6Hans de Graaff2023-09-142-0/+54
| | | | | | | | Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* | 2023-09-14 05:06:54 UTCRepository mirror & CI2023-09-1410-9/+132
| |
* | Merge updates from masterRepository mirror & CI2023-09-1416-0/+360
|\|
| * app-admin/awscli: Bump to 1.29.47Michał Górny2023-09-142-0/+79
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/boto3: Bump to 1.28.47Michał Górny2023-09-142-0/+69
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/botocore: Bump to 1.31.47Michał Górny2023-09-142-0/+69
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * app-admin/gopass-hibp: add 1.15.8John Helmert III2023-09-132-0/+23
| | | | | | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
| * app-admin/gopass-summon-provider: add 1.15.8John Helmert III2023-09-132-0/+23
| | | | | | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
| * app-admin/git-credential-gopass: add 1.15.8John Helmert III2023-09-132-0/+23
| | | | | | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
| * app-admin/gopass-jsonapi: add 1.15.8John Helmert III2023-09-132-0/+27
| | | | | | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
| * app-admin/gopass: add 1.15.8John Helmert III2023-09-132-0/+47
| | | | | | | | Signed-off-by: John Helmert III <ajak@gentoo.org>
* | 2023-09-14 04:46:36 UTCRepository mirror & CI2023-09-144-3/+31
| |
* | Merge updates from masterRepository mirror & CI2023-09-143-0/+309
|\|
| * sys-libs/slang: filter-lto, -fno-strict-aliasingSam James2023-09-141-0/+87
| | | | | | | | | | | | | | Not worth trying to fix the violations here. Closes: https://bugs.gentoo.org/880589 Signed-off-by: Sam James <sam@gentoo.org>