Merge pull request #216133 from fabaff/master

python310Packages.*-ble: add changelog to meta

Changed files
+37 -26
pkgs
development
python-modules
airthings-ble
atc-ble
ibeacon-ble
inkbird-ble
kegtron-ble
led-ble
moat-ble
pc-ble-driver-py
qingping-ble
rapt-ble
sensorpro-ble
thermopro-ble
+1
pkgs/development/python-modules/airthings-ble/default.nix
···
meta = with lib; {
description = "Library for Airthings BLE devices";
homepage = "https://github.com/vincegio/airthings-ble";
+
changelog = "https://github.com/vincegio/airthings-ble/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
+7 -6
pkgs/development/python-modules/atc-ble/default.nix
···
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = pname;
-
rev = "v${version}";
+
rev = "refs/tags/v${version}";
hash = "sha256-rwOFKxUlbbNIDJRdCmZpHstXwxcTnvlExgcVDdGbIVY=";
};
+
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace " --cov=atc_ble --cov-report=term-missing:skip-covered" ""
+
'';
nativeBuildInputs = [
poetry-core
···
pytestCheckHook
];
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace " --cov=atc_ble --cov-report=term-missing:skip-covered" ""
-
'';
-
pythonImportsCheck = [
"atc_ble"
];
···
meta = with lib; {
description = "Library for ATC devices with custom firmware";
homepage = "https://github.com/Bluetooth-Devices/atc-ble";
+
changelog = "https://github.com/Bluetooth-Devices/atc-ble/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
+2 -1
pkgs/development/python-modules/ibeacon-ble/default.nix
···
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = pname;
-
rev = "v${version}";
+
rev = "refs/tags/v${version}";
hash = "sha256-iYgGflM0IpSIMNgPpJAFAl9FYoMfRinM3sP6VRcBSMc=";
};
···
meta = with lib; {
description = "Library for iBeacon BLE devices";
homepage = "https://github.com/Bluetooth-Devices/ibeacon-ble";
+
changelog = "https://github.com/Bluetooth-Devices/ibeacon-ble/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
+2 -1
pkgs/development/python-modules/inkbird-ble/default.nix
···
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = pname;
-
rev = "v${version}";
+
rev = "refs/tags/v${version}";
hash = "sha256-re5HjPtssFkpcltCr0HEJmJyHbXJdkr2wDgaAHfy2Tk=";
};
···
meta = with lib; {
description = "Library for Inkbird BLE devices";
homepage = "https://github.com/Bluetooth-Devices/inkbird-ble";
+
changelog = "https://github.com/Bluetooth-Devices/inkbird-ble/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
+2 -1
pkgs/development/python-modules/kegtron-ble/default.nix
···
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = pname;
-
rev = "v${version}";
+
rev = "refs/tags/v${version}";
hash = "sha256-O5I5shW8nL2RAQptS2Bp/GI/4L6o0xXXmwYvRq0MM8o=";
};
···
meta = with lib; {
description = "Library for Kegtron BLE devices";
homepage = "https://github.com/Bluetooth-Devices/kegtron-ble";
+
changelog = "https://github.com/Bluetooth-Devices/kegtron-ble/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
+2 -1
pkgs/development/python-modules/led-ble/default.nix
···
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = pname;
-
rev = "v${version}";
+
rev = "refs/tags/v${version}";
hash = "sha256-XAb/tJPUe/sNvcU7t63inMPBIz+AREioWXBuQa/c9T0=";
};
···
meta = with lib; {
description = "Library for LED BLE devices";
homepage = "https://github.com/Bluetooth-Devices/led-ble";
+
changelog = "https://github.com/Bluetooth-Devices/led-ble/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
+2 -1
pkgs/development/python-modules/moat-ble/default.nix
···
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = pname;
-
rev = "v${version}";
+
rev = "refs/tags/v${version}";
hash = "sha256-dy1Fm0Z1PUsPY8QTiXUcWSi+csFnTUsobSkA92m06QI=";
};
···
meta = with lib; {
description = "Library for Moat BLE devices";
homepage = "https://github.com/Bluetooth-Devices/moat-ble";
+
changelog = "https://github.com/Bluetooth-Devices/moat-ble/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
+4 -3
pkgs/development/python-modules/pc-ble-driver-py/default.nix
···
src = fetchFromGitHub {
owner = "NordicSemiconductor";
repo = "pc-ble-driver-py";
-
rev = "v${version}";
-
sha256 = "sha256-brC33ar2Jq3R2xdrklvVsQKf6pcnKwD25PO4TIvXgTg=";
+
rev = "refs/tags/v${version}";
+
hash = "sha256-brC33ar2Jq3R2xdrklvVsQKf6pcnKwD25PO4TIvXgTg=";
};
nativeBuildInputs = [
···
meta = with lib; {
description = "Bluetooth Low Energy nRF5 SoftDevice serialization";
homepage = "https://github.com/NordicSemiconductor/pc-ble-driver-py";
+
changelog = "https://github.com/NordicSemiconductor/pc-ble-driver-py/releases/tag/v${version}";
license = licenses.unfreeRedistributable;
+
maintainers = with maintainers; [ gebner ];
platforms = platforms.unix;
-
maintainers = with maintainers; [ gebner ];
};
}
+2 -1
pkgs/development/python-modules/qingping-ble/default.nix
···
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = pname;
-
rev = "v${version}";
+
rev = "refs/tags/v${version}";
hash = "sha256-vfezalq3x9KAMtwixUkIVQIwBO2zd+BDl+JwdRqBn7w=";
};
···
meta = with lib; {
description = "Library for Qingping BLE devices";
homepage = "https://github.com/bluetooth-devices/qingping-ble";
+
changelog = "https://github.com/Bluetooth-Devices/qingping-ble/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
+6 -5
pkgs/development/python-modules/rapt-ble/default.nix
···
hash = "sha256-upTtVqxVHrqLSGTSGCiCVlDa2NEuuqe+0W2DM+UhTnc=";
};
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace " --cov=rapt_ble --cov-report=term-missing:skip-covered" ""
+
'';
+
nativeBuildInputs = [
poetry-core
];
···
pytestCheckHook
];
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace " --cov=rapt_ble --cov-report=term-missing:skip-covered" ""
-
'';
-
pythonImportsCheck = [
"rapt_ble"
];
···
meta = with lib; {
description = "Library for RAPT Pill hydrometer BLE devices";
homepage = "https://github.com/sairon/rapt-ble";
+
changelog = "https://github.com/sairon/rapt-ble/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
+6 -6
pkgs/development/python-modules/sensorpro-ble/default.nix
···
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = pname;
-
rev = "v${version}";
+
rev = "refs/tags/v${version}";
hash = "sha256-Zqa6qa0Jw79Iu4VEw6KN0GsZcC1X7OpiYUiyT4zwKyY=";
};
+
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace " --cov=sensorpro_ble --cov-report=term-missing:skip-covered" ""
+
'';
nativeBuildInputs = [
poetry-core
···
nativeCheckInputs = [
pytestCheckHook
];
-
-
postPatch = ''
-
substituteInPlace pyproject.toml \
-
--replace " --cov=sensorpro_ble --cov-report=term-missing:skip-covered" ""
-
'';
pythonImportsCheck = [
"sensorpro_ble"
+1
pkgs/development/python-modules/thermopro-ble/default.nix
···
meta = with lib; {
description = "Library for Thermopro BLE devices";
homepage = "https://github.com/bluetooth-devices/thermopro-ble";
+
changelog = "https://github.com/Bluetooth-Devices/thermopro-ble/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};