Pkgcore

Latest version: v0.12.29

Safety actively analyzes 724372 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 28

0.9.1

--------------------------

- Fix installing via pip by using setuptools when available; however, note that
snakeoil must still be installed manually first since pkgcore's setup.py
script currently depends on snakeoil modules.

- Improve support for syncing repos defined in repos.conf, add syncers
supported by pkgcore should work as expected.

- Support for PORTDIR and PORTDIR_OVERLAY in make.conf has been dropped, only
repos.conf is supported.

- Drop deprecated support for /etc/make.globals, only make.globals provided by
pkgcore is used now.

- Add support for /etc/portage/make.conf as a directory. All regular, nonhidden
files under it will be parsed in alphabetical order.

- Drop deprecated support for /etc/make.conf, only /etc/portage/make.conf is
used now.


------------------------

0.9

------------------------

Features
========

- Hardlinks are now preserved during merging and when creating binpkgs.

- Add pmerge support for globbed targets, this means that commands such as
**pmerge "*"** or slightly more sane **pmerge "dev-python/*::repo"** will
work. Note that this usage is apt to run into blockers and other resolver
issues, but it can be handy in certain cases.

- Drop pmerge support for -s/--set in favor of pkgset syntax.

- Add pmerge support for -b/--buildpkg and change --with-built-depends to
--with-bdeps to match emerge.

- Nearly complete EAPI=5 support just missing subslot rebuilds.

- Add support for pebuild to run against a given ebuild file target from a
configured repo. This is the standard workflow when using `ebuild` from
portage.

- Add unmasks, iuse_effective, bashrcs, keywords, accept_keywords, pkg_use,
masked_use, stable_masked_use, forced_use, and stable_forced_use as `pinspect
profile` subcommands. Also, note that 'profile' is now used instead of
'profiles'.

- Add support for FEATURES=protect-owned (see make.conf man page for details).

- Add `pinspect query get_profiles` support.

- Add support for COLLISION_IGNORE and UNINSTALL_IGNORE variables (see
make.conf man page for details).

- Add support for FEATURES=test-fail-continue. This allows the remaining
phases after src_test to continue executing if the test phase fails.

- Add eqawarn support.

- Add support for profile-defined PROFILE_ONLY_VARIABLES to prevent critical
variables from being changed by the user in make.conf or the env.

- Move to using portage's keepdir file naming scheme (.keep_CAT_PN-SLOT)
while still supporting pkgs using the previous ".keep" method.

- Support the portage-2 profile format.

- Update pmerge's portage-like output to more closely approximate current
portage releases.

- Add pmerge options -O and -n to match --nodeps and --noreplace similar
to portage.

- Add profile-based package.accept_keywords, package.keywords, and
package.unmask support and force the profile base to be loaded by default so
related settings in the profile root dir are respected.

Fixes
=====

- Fix granular license filtering support via /etc/portage/package.license.

- Don't localize file system paths by resolving symlinks to provide a
consistent view of merged files between pmerge output and the vdb.

- Fix installing symlinks via doins for >= EAPI-4.

- Define SLOT and USE for pkg_pretend (mirroring portage) so checking for
enabled use flags during pkg_pretend works as expected.

- Run pkg_nofetch phase when any files in SRC_URI fail to be fetched.

- Apply use flags from make.defaults before package.use in profiles.

API Changes
===========

- Deprecated pkgcore.chksum compatibility shim removed.

- .eapi attribute on packages is now mostly unsupported; should instead use
.eapi_obj instead (an alias will be left in place for that long term).

- format_magic attribute was dropped from ebuild repositories; shouldn't
have been used (was always a hack).

Other
=====

- Add tox config to allow running the testsuite across all supported python
versions.

- Handle SIGINT signals better with regards to spawned processes that might
alter them. Now hitting Ctrl-C once should force pkgcore to exit as expected
instead of having to hit Ctrl-C multiple times at certain points during
package builds such as when a spawned python process is running and captures
the signal instead of relaying it to its children.

- Old virtuals support deprecated by GLEP 37 has been dropped.

- No longer depend on config files from portage. Global config files are now
stored in /usr/share/pkgcore/config and bash-related functionality is stored
in /usr/lib/pkgcore instead of each pkgcore module's namespace.

- Throw warnings for EAPI support in development instead of erroring out.

- Define ${T} for pkg_pretend phase, allows things like check-reqs for disk
tempspace to work properly.

- Support for multiple slots in a single atom dependency was removed;
never made it into a mainline EAPI and isn't useful these days.

- Pkgcore now parses EAPI from the ebuild itself, rather than from the
metadata calculated value.


--------------------------

0.8.6

--------------------------

- Fix false positive test failure under py3k related to /etc/passwd
encoding (gentoo bug 439800).

- Better error messages for config errors.


--------------------------

0.8.5

--------------------------

- pkgcore now matches the new PMS rules on package naming (specifically
that the last component can't be a version at all, period). Also
tightened up some stupidly horrible allowed names- stuff like diff-mode-
for a package name (gentoo bug 438370).

- pkgcore no longer supports the old form cvs version component; for
example, diffball-cvs.1.0 (cvs version of 1.0 for diffball). This has
long since been deprecated- basically since day 1 of cvs. It's been
basically six years, no vdb usage should exist anymore, thus dropping
support for it.

- Fixed test sporadic test failure- false positive code quality check.
Gentoo bug 437216.

- Fixed doc generation for py3k.


--------------------------

0.8.4

--------------------------

- Fix bad function reference in eapi3 guts.


--------------------------

0.8.3

--------------------------

- Fixed bug where default phases weren't guaranteed to be ran.


--------------------------

Page 11 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.