python3Packages.tapsaff: init at 0.2.1 (#437380)
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
requests,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tapsaff";
|
||||
version = "0.2.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Q3VLbPsgXAYvZsjcW1m3lus2SFMjNJ8AmkcNK0THB6I=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
requests
|
||||
];
|
||||
|
||||
# Package does not have tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"tapsaff"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Provides an API for requesting information from taps-aff.co.uk";
|
||||
homepage = "https://github.com/bazwilliams/python-taps-aff";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
@@ -5869,7 +5869,8 @@
|
||||
];
|
||||
"tapsaff" =
|
||||
ps: with ps; [
|
||||
]; # missing inputs: tapsaff
|
||||
tapsaff
|
||||
];
|
||||
"tasmota" =
|
||||
ps: with ps; [
|
||||
aiohasupervisor
|
||||
|
||||
@@ -17835,6 +17835,8 @@ self: super: with self; {
|
||||
|
||||
tappy = callPackage ../development/python-modules/tappy { };
|
||||
|
||||
tapsaff = callPackage ../development/python-modules/tapsaff { };
|
||||
|
||||
tasklib = callPackage ../development/python-modules/tasklib { };
|
||||
|
||||
taskw = callPackage ../development/python-modules/taskw { };
|
||||
|
||||
Reference in New Issue
Block a user