python312Packages.extractcode-libarchive: modernize
This commit is contained in:
@@ -18,10 +18,10 @@ buildPythonPackage rec {
|
||||
version = "21.5.31";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nexB";
|
||||
owner = "aboutcode-org";
|
||||
repo = "scancode-plugins";
|
||||
rev = "v${version}";
|
||||
sha256 = "02qinla281fc6pmg5xzsrmqnf9js76f2qcbf98zq7m2dkn70as4w";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-nGgFjp1N1IM/Sm4xLJw5WiZncc369/LqNcwFJBS1EQs=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/builtins/extractcode_libarchive-linux";
|
||||
@@ -49,14 +49,14 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "extractcode_libarchive" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "ScanCode Toolkit plugin to provide pre-built binary libraries and utilities and their locations";
|
||||
homepage = "https://github.com/nexB/scancode-plugins/tree/main/builtins/extractcode_libarchive-linux";
|
||||
license = with licenses; [
|
||||
homepage = "https://github.com/aboutcode-org/scancode-plugins/tree/main/builtins/extractcode_libarchive-linux";
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
bsd2
|
||||
];
|
||||
maintainers = [ ];
|
||||
platforms = platforms.linux;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user