python3Packages.mitmproxy-macos: reuse meta attribute from mitmproxy-rs (#441548)
This commit is contained in:
@@ -44,8 +44,6 @@ buildPythonPackage {
|
||||
|
||||
meta = {
|
||||
inherit (mitmproxy-rs.meta) changelog license maintainers;
|
||||
}
|
||||
// {
|
||||
description = "Linux Rust bits in mitmproxy";
|
||||
homepage = "https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-linux";
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
@@ -24,13 +24,11 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "mitmproxy_macos" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
inherit (mitmproxy-rs.meta) changelog license maintainers;
|
||||
description = "MacOS Rust bits in mitmproxy";
|
||||
homepage = "https://github.com/mitmproxy/mitmproxy_rs/tree/main/mitmproxy-macos";
|
||||
changelog = "https://github.com/mitmproxy/mitmproxy_rs/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ boltzmannrain ];
|
||||
platforms = platforms.darwin;
|
||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||
platforms = lib.platforms.darwin;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user