hass
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
home-assistant,
|
||||
...
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
home-assistant.python.pkgs.buildPythonPackage rec {
|
||||
pname = "magicattr";
|
||||
version = "0.1.6";
|
||||
format = "setuptools";
|
||||
@@ -16,6 +16,6 @@ python3Packages.buildPythonPackage rec {
|
||||
sha256 = "sha256-FJtWU5AuunZbdlndGdfD1c9/0s7oRdoTi202pWjuAd8=";
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages; [ setuptools ];
|
||||
build-system = [ home-assistant.python.pkgs.setuptools ];
|
||||
doCheck = false;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ python3Packages, fetchFromGitHub, ... }:
|
||||
python3Packages.buildPythonPackage rec {
|
||||
{ fetchFromGitHub, home-assistant, ... }:
|
||||
home-assistant.python.pkgs.buildPythonPackage rec {
|
||||
pname = "pyoverseerr";
|
||||
version = "0.1.40";
|
||||
format = "setuptools";
|
||||
@@ -11,6 +11,6 @@ python3Packages.buildPythonPackage rec {
|
||||
sha256 = "sha256-sWYe6EV/IO/tGGXcnKiebb47eidIj0xnM/aZUfdZXyY=";
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages; [ setuptools ];
|
||||
build-system = [ home-assistant.python.pkgs.setuptools ];
|
||||
doCheck = false; # no tests in the PyPI tarball
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ fetchFromGitHub, python3Packages, ... }:
|
||||
python3Packages.buildPythonPackage rec {
|
||||
{ fetchFromGitHub, home-assistant, ... }:
|
||||
home-assistant.python.pkgs.buildPythonPackage rec {
|
||||
pname = "wyzeapy";
|
||||
version = "0.5.31";
|
||||
format = "pyproject";
|
||||
@@ -11,12 +11,12 @@ python3Packages.buildPythonPackage rec {
|
||||
sha256 = "sha256-KDCd1G5Tj0YWM2WA3DJK9rTf1rMzz4qBSUl8FOUbvdM=";
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages; [
|
||||
build-system = with home-assistant.python.pkgs; [
|
||||
poetry-core
|
||||
hatchling
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
dependencies = with home-assistant.python.pkgs; [
|
||||
aiodns
|
||||
aiohttp
|
||||
pycryptodome
|
||||
|
||||
Reference in New Issue
Block a user