python311Packages.radio-beam: rename from radio_beam

This commit is contained in:
natsukium 2023-11-04 12:47:00 +09:00
parent c078548076
commit 41c2ee612c
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
4 changed files with 6 additions and 6 deletions

View File

@ -12,13 +12,12 @@
}:
buildPythonPackage rec {
pname = "radio_beam";
pname = "radio-beam";
version = "0.3.4";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "radio-beam";
inherit pname version;
sha256 = "e032257f1501303873f251c00c74b1188180785c79677fb4443098d517852309";
};

View File

@ -11,7 +11,7 @@
, pytest-astropy
, pytestCheckHook
, pythonOlder
, radio_beam
, radio-beam
, setuptools-scm
}:
@ -36,7 +36,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
astropy
casa-formats-io
radio_beam
radio-beam
joblib
dask
];

View File

@ -359,6 +359,7 @@ mapAliases ({
Quandl = quandl; # added 2023-02-19
qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01
radio_beam = radio-beam; # added 2023-11-04
ratelimiter = throw "ratelimiter has been removed, since it is unmaintained and broken"; # added 2023-10-21
rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
recaptcha_client = throw "recaptcha_client has been removed since it is no longer maintained"; # added 2023-10-20

View File

@ -11987,7 +11987,7 @@ self: super: with self; {
radian = callPackage ../development/python-modules/radian { };
radio_beam = callPackage ../development/python-modules/radio_beam { };
radio-beam = callPackage ../development/python-modules/radio-beam { };
radios = callPackage ../development/python-modules/radios { };