python310Packages.apscheduler: Normalize attribute, pname and location

This commit is contained in:
Martin Weinelt 2023-02-19 16:15:19 +00:00
parent b3557e8e31
commit eb813a6203
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
9 changed files with 11 additions and 10 deletions

View File

@ -30,7 +30,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
# See https://github.com/Flexget/Flexget/blob/master/requirements.txt
APScheduler
apscheduler
beautifulsoup4
click
colorama

View File

@ -3,7 +3,7 @@
, fetchPypi
, pytestCheckHook
, pythonOlder
, APScheduler
, apscheduler
, hiredis
, aioredis
, ephem
@ -24,7 +24,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
APScheduler
apscheduler
hiredis
aioredis
ephem

View File

@ -3,7 +3,7 @@
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, APScheduler
, apscheduler
, bitstring
, cffi
, ecdsa
@ -48,7 +48,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
APScheduler
apscheduler
bitstring
cffi
ecdsa

View File

@ -1,6 +1,6 @@
{ lib
, aiolimiter
, APScheduler
, apscheduler
, beautifulsoup4
, buildPythonPackage
, cachetools
@ -33,7 +33,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiolimiter
APScheduler
apscheduler
cachetools
cryptography
httpx

View File

@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {
};
propagatedBuildInputs = with python3.pkgs; [
APScheduler
apscheduler
advocate
chardet
flask-babel

View File

@ -179,7 +179,7 @@ let
hash = "sha256-EViSjr/nnuJIDTwV8j/O50hJkWV3M5aTNnWyzrinoyg=";
};
propagatedBuildInputs = [
self.APScheduler
self.apscheduler
self.cachetools
self.certifi
self.cryptography

View File

@ -38,6 +38,7 @@ mapAliases ({
ansible-base = throw "ansible-base has been removed, because it is end of life"; # added 2022-03-30
anyjson = throw "anyjson has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
argon2_cffi = argon2-cffi; # added 2022-05-09
APScheduler = apscheduler; # added 2023-02-19
asyncio-nats-client = nats-py; # added 2022-02-08
awkward0 = throw "awkward0 has been removed, use awkward instead"; # added 2022-12-13
Babel = babel; # added 2022-05-06

View File

@ -548,7 +548,7 @@ self: super: with self; {
aprslib = callPackage ../development/python-modules/aprslib { };
APScheduler = callPackage ../development/python-modules/APScheduler { };
apscheduler = callPackage ../development/python-modules/apscheduler { };
apsw = callPackage ../development/python-modules/apsw { };