Merge pull request #265383 from natsukium/radio-beam
python311Packages.radio-beam: 0.3.4 -> 0.3.6; rename from radio_beam
This commit is contained in:
+13
-10
@@ -12,14 +12,13 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "radio_beam";
|
||||
version = "0.3.4";
|
||||
format = "pyproject";
|
||||
pname = "radio-beam";
|
||||
version = "0.3.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "radio-beam";
|
||||
sha256 = "e032257f1501303873f251c00c74b1188180785c79677fb4443098d517852309";
|
||||
inherit pname version;
|
||||
hash = "sha256-U+IjOTt7x9uzUl7IcQRu2s+MBKF/OR+sLddvHmp9hqU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -39,12 +38,16 @@ buildPythonPackage rec {
|
||||
pytest-astropy
|
||||
];
|
||||
|
||||
meta = {
|
||||
pythonImportsCheck = [
|
||||
"radio_beam"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tools for Beam IO and Manipulation";
|
||||
homepage = "http://radio-astro-tools.github.io";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ smaret ];
|
||||
changelog = "https://github.com/radio-astro-tools/radio-beam/releases/tag/v${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ smaret ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11989,7 +11989,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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user