python313Packages.pyiss: init at 1.0.1 (#422856)
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
requests,
|
||||
voluptuous,
|
||||
httmock,
|
||||
unittestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyiss";
|
||||
version = "1.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "HydrelioxGitHub";
|
||||
repo = "pyiss";
|
||||
tag = version;
|
||||
hash = "sha256-bhxeu/06B6ba9RB9p++tRWN/Dp3KUel9DN166HryP1E=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
requests
|
||||
voluptuous
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
httmock
|
||||
unittestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pyiss" ];
|
||||
|
||||
meta = {
|
||||
description = "Python library to access International Space Station location and data";
|
||||
homepage = "https://github.com/HydrelioxGitHub/pyiss";
|
||||
changelog = "https://github.com/HydrelioxGitHub/pyiss/releases/tag/${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.jamiemagee ];
|
||||
};
|
||||
}
|
||||
@@ -2805,7 +2805,8 @@
|
||||
];
|
||||
"iss" =
|
||||
ps: with ps; [
|
||||
]; # missing inputs: pyiss
|
||||
pyiss
|
||||
];
|
||||
"ista_ecotrend" =
|
||||
ps: with ps; [
|
||||
fnv-hash-fast
|
||||
@@ -7185,6 +7186,7 @@
|
||||
"iskra"
|
||||
"islamic_prayer_times"
|
||||
"israel_rail"
|
||||
"iss"
|
||||
"ista_ecotrend"
|
||||
"isy994"
|
||||
"ituran"
|
||||
|
||||
@@ -12904,6 +12904,8 @@ self: super: with self; {
|
||||
|
||||
pyiskra = callPackage ../development/python-modules/pyiskra { };
|
||||
|
||||
pyiss = callPackage ../development/python-modules/pyiss { };
|
||||
|
||||
pyisy = callPackage ../development/python-modules/pyisy { };
|
||||
|
||||
pyituran = callPackage ../development/python-modules/pyituran { };
|
||||
|
||||
Reference in New Issue
Block a user