Merge pull request #101922 from penguwin/nextinspace

nextinspace: init at 1.0.6
This commit is contained in:
Sandro 2020-11-23 20:09:09 +01:00 committed by GitHub
commit b2219a326b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{ lib, fetchPypi, python3Packages }:
python3Packages.buildPythonPackage rec {
pname = "nextinspace";
version = "1.0.6";
src = fetchPypi {
inherit pname version;
sha256 = "1h3dksxyy5gq071fa7i2p73s50918y1bkk38hgfwr4226c3wipvg";
};
pythonPath = with python3Packages; [
requests
tzlocal
colorama
];
meta = with lib; {
description = "Print upcoming space-related events in your terminal";
homepage = "https://github.com/The-Kid-Gid/nextinspace";
license = licenses.gpl3;
maintainers = with maintainers; [ penguwin ];
};
}

View file

@ -27070,6 +27070,8 @@ in
netlogo = callPackage ../applications/science/misc/netlogo { };
nextinspace = python3Packages.callPackage ../applications/science/misc/nextinspace { };
ns-3 = callPackage ../development/libraries/science/networking/ns-3 { python = python3; };
root = callPackage ../applications/science/misc/root {