python3Packages.casaconfig: init at 1.5.0
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
setuptools,
|
||||
certifi,
|
||||
}:
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "casaconfig";
|
||||
version = "1.5.0";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-/O0rzef1Yqn+ezjTWfe1oRIh6FyU1W3Ev9tuXldukys=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ certifi ];
|
||||
|
||||
meta = {
|
||||
description = "Reference data and converters for CASA operation";
|
||||
homepage = "https://casa.nrao.edu/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ kiranshila ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
@@ -2500,6 +2500,8 @@ self: super: with self; {
|
||||
|
||||
casa-formats-io = callPackage ../development/python-modules/casa-formats-io { };
|
||||
|
||||
casaconfig = callPackage ../development/python-modules/casaconfig { };
|
||||
|
||||
casadi = toPythonModule (
|
||||
pkgs.casadi.override {
|
||||
pythonSupport = true;
|
||||
|
||||
Reference in New Issue
Block a user