python3Packages.python-swisscom-internet-box: init at 0.2.0
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
lib,
|
||||
aiohttp,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "python-swisscom-internet-box";
|
||||
version = "0.2.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "anatosun";
|
||||
repo = "python-swisscom-internet-box";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-37F6Ld8oOmqEufYIujkjkxHqfzzgWHrxIqIga53r6xU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ aiohttp ];
|
||||
|
||||
pythonImportsCheck = [ "swisscom_internet_box" ];
|
||||
|
||||
meta = {
|
||||
description = "Python client for the Swisscom Internet-Box";
|
||||
homepage = "https://github.com/anatosun/python-swisscom-internet-box";
|
||||
changelog = "https://github.com/anatosun/python-swisscom-internet-box/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
})
|
||||
@@ -16749,6 +16749,10 @@ self: super: with self; {
|
||||
|
||||
python-swiftclient = callPackage ../development/python-modules/python-swiftclient { };
|
||||
|
||||
python-swisscom-internet-box =
|
||||
callPackage ../development/python-modules/python-swisscom-internet-box
|
||||
{ };
|
||||
|
||||
python-tado = callPackage ../development/python-modules/python-tado { };
|
||||
|
||||
python-tds = callPackage ../development/python-modules/python-tds { };
|
||||
|
||||
Reference in New Issue
Block a user