Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923474 - dev-util/pkgdev-0.2.8-r1 fails tests
Summary: dev-util/pkgdev-0.2.8-r1 fails tests
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PkgCore project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-01 14:16 UTC by Paolo Pedroni
Modified: 2024-02-01 14:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pkgdev-0.2.8-r1:20240201-141245.log.gz (pkgdev-0.2.8-r1:20240201-141245.log.gz,8.86 KB, application/gzip)
2024-02-01 14:16 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2024-02-01 14:16:11 UTC
Created attachment 883927 [details]
pkgdev-0.2.8-r1:20240201-141245.log.gz

============================================================= FAILURES =============================================================
____________________________________________ TestPkgdevManifestParseArgs.test_repo_cwd _____________________________________________

self = <tests.scripts.test_pkgdev_manifest.TestPkgdevManifestParseArgs object at 0x7f5fd8e92a50>
repo = <pkgcore.pytest.plugin.EbuildRepo object at 0x7f5fd8560610>
capsys = <_pytest.capture.CaptureFixture object at 0x7f5fd8560c90>, tool = <pkgdev.cli.Tool object at 0x7f5fd8e39550>

    def test_repo_cwd(self, repo, capsys, tool):
        repo.create_ebuild("cat/pkg-0")
        with chdir(repo.location):
            options, _ = tool.parse_args(["manifest"])
        matches = [x.cpvstr for x in repo.itermatch(options.restriction)]
>       assert matches == ["cat/pkg-0"]
E       AssertionError: assert [] == ['cat/pkg-0']
E         Right contains one more item: 'cat/pkg-0'
E         Full diff:
E         - ['cat/pkg-0']
E         + []

_          = <function _manifest at 0x7f5fd857d3a0>
capsys     = <_pytest.capture.CaptureFixture object at 0x7f5fd8560c90>
matches    = []
options    = Namespace(debug=False, verbosity=0, color=False, subcommand='manifest', config_path=None, domain=<pkgcore.ebuild.domain.domain object at 0x7f5fd859a250>, config=<pkgcore.config.central.CompatConfigManager object at 0x7f5fd85b30d0>, config_file=None, target=[], distdir=None, force=False, mirrors=False, if_modified=False, ignore_fetch_restricted=False, prog='pkgdev manifest', cwd='/var/tmp/portage/dev-util/pkgdev-0.2.8-r1/temp/pytest-of-portage/pytest-0/repo28', repo=<ebuild UnconfiguredTree location='/var/tmp/portage/dev-util/pkgdev-0.2.8-r1/temp/pytest-of-portage/pytest-0/repo28' @0x7f5fd85b7990>, restriction=<AndRestriction negate=False type='package' finalized=True restrictions=(<OrRestriction negate=False type='package' finalized=True restrictions=(<AndRestriction negate=False type='package' finalized=True restrictions=(<RepositoryDep attr='repo.repo_id' restriction=<StrExactMatch 'fake' @0x7f5fd8533920> @0x7f5fd88bb060>,) @0x7f5fd85318a0>,) @0x7f5fd8b170b0>,) @0x7f5fd86fc270>)
repo       = <pkgcore.pytest.plugin.EbuildRepo object at 0x7f5fd8560610>
self       = <tests.scripts.test_pkgdev_manifest.TestPkgdevManifestParseArgs object at 0x7f5fd8e92a50>
tool       = <pkgdev.cli.Tool object at 0x7f5fd8e39550>

tests/scripts/test_pkgdev_manifest.py:24: AssertionError
_____________________________________ TestPkgdevManifestParseArgs.test_repo_relative_category ______________________________________

self = <tests.scripts.test_pkgdev_manifest.TestPkgdevManifestParseArgs object at 0x7f5fd8e93ad0>
repo = <pkgcore.pytest.plugin.EbuildRepo object at 0x7f5fd855b950>
capsys = <_pytest.capture.CaptureFixture object at 0x7f5fd8569790>, tool = <pkgdev.cli.Tool object at 0x7f5fd8e39550>

    def test_repo_relative_category(self, repo, capsys, tool):
        repo.create_ebuild("cat/pkg-0")
        repo.create_ebuild("cat/newpkg-0")
    
        with chdir(pjoin(repo.location, "cat")):
            options, _ = tool.parse_args(["manifest", "pkg"])
        matches = [x.cpvstr for x in repo.itermatch(options.restriction)]
        assert matches == ["cat/pkg-0"]
    
        with chdir(pjoin(repo.location, "cat")):
            options, _ = tool.parse_args(["manifest", "."])
        matches = [x.cpvstr for x in repo.itermatch(options.restriction)]
>       assert set(matches) == {"cat/pkg-0", "cat/newpkg-0"}
E       AssertionError: assert set() == {'cat/pkg-0', 'cat/newpkg-0'}
E         Extra items in the right set:
E         'cat/pkg-0'
E         'cat/newpkg-0'
E         Full diff:
E         - {'cat/pkg-0', 'cat/newpkg-0'}
E         + set()

_          = <function _manifest at 0x7f5fd857d3a0>
capsys     = <_pytest.capture.CaptureFixture object at 0x7f5fd8569790>
matches    = []
options    = Namespace(debug=False, verbosity=0, color=False, subcommand='manifest', config_path=None, domain=<pkgcore.ebuild.domain.domain object at 0x7f5fd873a090>, config=<pkgcore.config.central.CompatConfigManager object at 0x7f5fd8510610>, config_file=None, target=['.'], distdir=None, force=False, mirrors=False, if_modified=False, ignore_fetch_restricted=False, prog='pkgdev manifest', cwd='/var/tmp/portage/dev-util/pkgdev-0.2.8-r1/temp/pytest-of-portage/pytest-0/repo30/cat', repo=<ebuild UnconfiguredTree location='/var/tmp/portage/dev-util/pkgdev-0.2.8-r1/temp/pytest-of-portage/pytest-0/repo30' @0x7f5fd86cadd0>, restriction=<AndRestriction negate=False type='package' finalized=True restrictions=(<OrRestriction negate=False type='package' finalized=True restrictions=(<AndRestriction negate=False type='package' finalized=True restrictions=(<RepositoryDep attr='repo.repo_id' restriction=<StrExactMatch 'fake' @0x7f5fd8533920> @0x7f5fd88bb060>, <CategoryDep attr='category' restriction=<StrExactMatch 'cat' @0x7f5fd86f7bf0> @0x7f5fd86f78d0>) @0x7f5fd8776020>,) @0x7f5fd8776c00>,) @0x7f5fd8575bc0>)
repo       = <pkgcore.pytest.plugin.EbuildRepo object at 0x7f5fd855b950>
self       = <tests.scripts.test_pkgdev_manifest.TestPkgdevManifestParseArgs object at 0x7f5fd8e93ad0>
tool       = <pkgdev.cli.Tool object at 0x7f5fd8e39550>

tests/scripts/test_pkgdev_manifest.py:46: AssertionError
___________________________________________ TestPkgdevManifestParseArgs.test_dir_target ____________________________________________

self = <tests.scripts.test_pkgdev_manifest.TestPkgdevManifestParseArgs object at 0x7f5fd8e93650>
repo = <pkgcore.pytest.plugin.EbuildRepo object at 0x7f5fd8513850>
capsys = <_pytest.capture.CaptureFixture object at 0x7f5fd8741910>, tool = <pkgdev.cli.Tool object at 0x7f5fd8e39550>

    def test_dir_target(self, repo, capsys, tool):
        repo.create_ebuild("cat/pkg-0")
        with chdir(repo.location):
            options, _ = tool.parse_args(["manifest", pjoin(repo.location, "cat")])
        matches = [x.cpvstr for x in repo.itermatch(options.restriction)]
>       assert matches == ["cat/pkg-0"]
E       AssertionError: assert [] == ['cat/pkg-0']
E         Right contains one more item: 'cat/pkg-0'
E         Full diff:
E         - ['cat/pkg-0']
E         + []

_          = <function _manifest at 0x7f5fd857d3a0>
capsys     = <_pytest.capture.CaptureFixture object at 0x7f5fd8741910>
matches    = []
options    = Namespace(debug=False, verbosity=0, color=False, subcommand='manifest', config_path=None, domain=<pkgcore.ebuild.domain.domain object at 0x7f5fd8786110>, config=<pkgcore.config.central.CompatConfigManager object at 0x7f5fd88b45d0>, config_file=None, target=['/var/tmp/portage/dev-util/pkgdev-0.2.8-r1/temp/pytest-of-portage/pytest-0/repo32/cat'], distdir=None, force=False, mirrors=False, if_modified=False, ignore_fetch_restricted=False, prog='pkgdev manifest', cwd='/var/tmp/portage/dev-util/pkgdev-0.2.8-r1/temp/pytest-of-portage/pytest-0/repo32', repo=<ebuild UnconfiguredTree location='/var/tmp/portage/dev-util/pkgdev-0.2.8-r1/temp/pytest-of-portage/pytest-0/repo32' @0x7f5fd87f1250>, restriction=<AndRestriction negate=False type='package' finalized=True restrictions=(<OrRestriction negate=False type='package' finalized=True restrictions=(<AndRestriction negate=False type='package' finalized=True restrictions=(<RepositoryDep attr='repo.repo_id' restriction=<StrExactMatch 'fake' @0x7f5fd8533920> @0x7f5fd88bb060>, <CategoryDep attr='category' restriction=<StrExactMatch 'cat' @0x7f5fd86f7bf0> @0x7f5fd86f78d0>) @0x7f5fd85caa20>,) @0x7f5fd85c9990>,) @0x7f5fd85cab60>)
repo       = <pkgcore.pytest.plugin.EbuildRepo object at 0x7f5fd8513850>
self       = <tests.scripts.test_pkgdev_manifest.TestPkgdevManifestParseArgs object at 0x7f5fd8e93650>
tool       = <pkgdev.cli.Tool object at 0x7f5fd8e39550>

tests/scripts/test_pkgdev_manifest.py:66: AssertionError
_____________________________________ TestPkgdevManifestParseArgs.test_ignore_fetch_restricted _____________________________________

self = <tests.scripts.test_pkgdev_manifest.TestPkgdevManifestParseArgs object at 0x7f5fd8e91b90>
repo = <pkgcore.pytest.plugin.EbuildRepo object at 0x7f5fd856f490>, tool = <pkgdev.cli.Tool object at 0x7f5fd8e39550>

    def test_ignore_fetch_restricted(self, repo, tool):
        def manifest_matches() -> List[str]:
            with chdir(repo.location):
                options, _ = tool.parse_args(["manifest", "--ignore-fetch-restricted"])
            return [x.cpvstr for x in repo.itermatch(options.restriction)]
    
        # No RESTRICT
        repo.create_ebuild("cat/pkg-0")
>       assert manifest_matches() == ["cat/pkg-0"]
E       AssertionError: assert [] == ['cat/pkg-0']
E         Right contains one more item: 'cat/pkg-0'
E         Full diff:
E         - ['cat/pkg-0']
E         + []

manifest_matches = <function TestPkgdevManifestParseArgs.test_ignore_fetch_restricted.<locals>.manifest_matches at 0x7f5fd847b7e0>
repo       = <pkgcore.pytest.plugin.EbuildRepo object at 0x7f5fd856f490>
self       = <tests.scripts.test_pkgdev_manifest.TestPkgdevManifestParseArgs object at 0x7f5fd8e91b90>
tool       = <pkgdev.cli.Tool object at 0x7f5fd8e39550>

tests/scripts/test_pkgdev_manifest.py:139: AssertionError
[...]
===================================================== short test summary info ======================================================
FAILED tests/scripts/test_pkgdev_manifest.py::TestPkgdevManifestParseArgs::test_repo_cwd - AssertionError: assert [] == ['cat/pkg-0']
FAILED tests/scripts/test_pkgdev_manifest.py::TestPkgdevManifestParseArgs::test_repo_relative_category - AssertionError: assert set() == {'cat/pkg-0', 'cat/newpkg-0'}
FAILED tests/scripts/test_pkgdev_manifest.py::TestPkgdevManifestParseArgs::test_dir_target - AssertionError: assert [] == ['cat/pkg-0']
FAILED tests/scripts/test_pkgdev_manifest.py::TestPkgdevManifestParseArgs::test_ignore_fetch_restricted - AssertionError: assert [] == ['cat/pkg-0']
=========================================== 4 failed, 105 passed, 38 warnings in 38.44s ============================================
pytest-xprocess reminder::Be sure to terminate the started process by running 'pytest --xkill' if you have not explicitly done so in your fixture with 'xprocess.getinfo(<process_name>).terminate()'.
 * ERROR: dev-util/pkgdev-0.2.8-r1::gentoo failed (test phase):
 *   pytest failed with python3.11
Comment 1 Paolo Pedroni 2024-02-01 14:17:13 UTC
# emerge --info =dev-util/pkgdev-0.2.8-r1
Portage 3.0.61 (python 3.11.7-final-0, default/linux/amd64/17.1/desktop/plasma/systemd/merged-usr, gcc-13, glibc-2.38-r9, 6.6.13-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.6.13-gentoo-x86_64-Intel-R-_Core-TM-_i5-8400_CPU_@_2.80GHz-with-glibc2.38
KiB Mem:    16172160 total,    226684 free
KiB Swap:   16777212 total,  14129148 free
Timestamp of repository gentoo: Thu, 25 Jan 2024 07:15:01 +0000
Head commit of repository gentoo: bbb69c0f35c0fc985c50282bd5fb7c9b98d9080b
sh dash 0.5.12
ld GNU ld (Gentoo 2.41 p4) 2.41.0
distcc 3.4 x86_64-pc-linux-gnu [disabled]
ccache version 4.8.3 [disabled]
app-misc/pax-utils:        1.3.5::gentoo
app-shells/bash:           5.1_p16-r6::gentoo
dev-build/autoconf:        2.71-r6::gentoo
dev-build/automake:        1.16.5-r1::gentoo
dev-build/cmake:           3.27.9::gentoo
dev-build/libtool:         2.4.7-r1::gentoo
dev-build/make:            4.4.1-r1::gentoo
dev-build/meson:           1.3.0-r2::gentoo
dev-java/java-config:      2.3.3-r1::gentoo
dev-lang/perl:             5.38.2-r1::gentoo
dev-lang/python:           3.11.7::gentoo, 3.12.1_p1::gentoo
dev-lang/rust:             1.74.1::gentoo
dev-util/ccache:           4.8.3::gentoo
sys-apps/baselayout:       2.14-r1::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-apps/systemd:          254.7-r1::gentoo
sys-devel/binutils:        2.41-r3::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           15.0.7-r3::gentoo, 17.0.6::gentoo
sys-devel/gcc:             13.2.1_p20240113-r1::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/lld:             15.0.7::gentoo, 17.0.6::gentoo
sys-devel/llvm:            15.0.7-r3::gentoo, 17.0.6::gentoo
sys-kernel/linux-headers:  6.6::gentoo (virtual/os-headers)
sys-libs/glibc:            2.38-r9::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts: 
    sync-rsync-verify-metamanifest: yes

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0
    volatile: True

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
AR="/usr/bin/gcc-ar"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live compress-build-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-elog split-log strict strict-keepdir test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync warn-on-large-env xattr"
FFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -flto=6"
GENTOO_MIRRORS="http://tux.rainside.sk/gentoo/ http://gentoo.mirror.root.lu/ http://ftp.vectranet.pl/gentoo/ ftp://ftp.vectranet.pl/gentoo/"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=6"
LEX="flex"
MAKEOPTS="-j7 -l6"
NM="/usr/bin/gcc-nm"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
RANLIB="/usr/bin/gcc-ranlib"
SHELL="/bin/bash"
USE="X a52 aac aalib acl acpi activities adns alsa amd64 ao audiofile avif bash-completion bluetooth branding brotli bzip2 cairo caps cdda cddb cdparanoia cdr cli colord crypt css cups curl dbus declarative dga djvu dri dts dvd dvdr encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gles2 gmp gnutls gphoto2 gpm graphviz gstreamer gtk gui guile handbook heif iconv icu idn imagemagick imlib introspection ipv6 java javascript jbig jemalloc jpeg jpeg2k jpegxl kde kwallet lame lapack lcms libass libnotify libsamplerate libtirpc lm-sensors lto lua lz4 lzma lzo mad magic man mhash mmap mng mp3 mp4 mpeg multilib musicbrainz ncurses nls offensive ogg openal opencl opengl openmp opus pam pango pcre pdf pipewire plasma png policykit postscript ppds pulseaudio qml qt5 qt6 rdesktop readline recode samba screencast sctp sdl seccomp sndfile sockets sound speex spell sqlite ssl startup-notification svg symlink syslog systemd sysvipc taglib telemetry test test-rust theora threads tidy tiff truetype udev udisks unicode upower usb v4l vaapi vala verify-sig vim-syntax vnc vorbis vulkan wavpack wayland webp widgets win32codecs wmf wxwidgets x264 xattr xcb xft xinerama xml xpm xscreensaver xv xvid yahoo zip zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2021" ALSA_CARDS="hda-intel virmidi" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="intel i965 iris" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

=================================================================
                        Package Settings
=================================================================

dev-util/pkgdev-0.2.8-r1::gentoo was built with the following:
USE="test -doc" ABI_X86="(64)" PYTHON_TARGETS="python3_11 -python3_10 (-python3_12)"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live cgroup compress-build-logs config-protect-if-modified distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-elog split-log strict strict-keepdir test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync warn-on-large-env xattr"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -ftree-vectorize -flto=6"

# emerge -1pqv =dev-util/pkgdev-0.2.8-r1
[ebuild   R   ] dev-util/pkgdev-0.2.8-r1  USE="test -doc" PYTHON_TARGETS="python3_11 -python3_10 (-python3_12)"