python3Packages.pyrmvtransport: rename from PyRMVtransport

This commit is contained in:
Fabian Affolter 2021-11-08 23:00:15 +01:00
parent 9d7df9dcc3
commit abf50beb02
3 changed files with 8 additions and 5 deletions

View File

@ -12,9 +12,10 @@
}:
buildPythonPackage rec {
pname = "PyRMVtransport";
pname = "pyrmvtransport";
version = "0.3.2";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
@ -34,14 +35,16 @@ buildPythonPackage rec {
lxml
];
pythonImportsCheck = [ "RMVtransport" ];
checkInputs = [
pytestCheckHook
pytest-asyncio
pytest-httpx
];
pythonImportsCheck = [
"RMVtransport"
];
meta = with lib; {
homepage = "https://github.com/cgtobi/PyRMVtransport";
description = "Get transport information from opendata.rmv.de";

View File

@ -713,7 +713,7 @@
"ripple" = ps: with ps; [ ]; # missing inputs: python-ripple-api
"risco" = ps: with ps; [ pyrisco ];
"rituals_perfume_genie" = ps: with ps; [ pyrituals ];
"rmvtransport" = ps: with ps; [ PyRMVtransport ];
"rmvtransport" = ps: with ps; [ pyrmvtransport ];
"rocketchat" = ps: with ps; [ ]; # missing inputs: rocketchat-API
"roku" = ps: with ps; [ rokuecp ];
"roomba" = ps: with ps; [ roombapy ];

View File

@ -6952,7 +6952,7 @@ in {
pyRFC3339 = callPackage ../development/python-modules/pyrfc3339 { };
PyRMVtransport = callPackage ../development/python-modules/PyRMVtransport { };
pyrmvtransport = callPackage ../development/python-modules/pyrmvtransport { };
Pyro4 = callPackage ../development/python-modules/pyro4 { };