Merge pull request #333244 from r-ryantm/auto-update/python312Packages.container-inspector

python312Packages.container-inspector: 33.0.0 -> 33.0.1
This commit is contained in:
Fabian Affolter 2024-08-09 08:20:57 +02:00 committed by GitHub
commit b7e633429d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,27 +13,21 @@
buildPythonPackage rec {
pname = "container-inspector";
version = "33.0.0";
format = "setuptools";
version = "33.0.1";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "nexB";
repo = pname;
repo = "container-inspector";
rev = "refs/tags/v${version}";
hash = "sha256-vtC42yq59vTE+4tF5CSm9zszj8goOP5i6+NMF2n4T1Q=";
hash = "sha256-bXJ4UIDVhiU0DurEeRiyLlSUrNRgwoMqAxXxGb/CcJs=";
};
dontConfigure = true;
postPatch = ''
# PEP440 support was removed in newer setuptools, https://github.com/nexB/container-inspector/pull/51
substituteInPlace setup.cfg \
--replace ">=3.7.*" ">=3.7"
'';
nativeBuildInputs = [ setuptools-scm ];
build-system = [ setuptools-scm ];
propagatedBuildInputs = [
attrs