python3.pkgs.units: remove

* no maintainer
* upstream repository disappeared
* no packages in nixpkgs seems to need it
This commit is contained in:
Jörg Thalheim 2024-04-23 13:34:20 +02:00
parent 26b415ca40
commit c28b158ae1
2 changed files with 0 additions and 24 deletions

View File

@ -1,22 +0,0 @@
{ lib
, buildPythonPackage
, fetchPypi
}:
buildPythonPackage rec {
pname = "units";
version = "0.07";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "43eb3e073e1b11289df7b1c3f184b5b917ccad178b717b03933298716f200e14";
};
meta = with lib; {
description = "Python support for quantities with units";
homepage = "https://bitbucket.org/adonohue/units/";
license = licenses.psfl;
maintainers = [ ];
};
}

View File

@ -16350,8 +16350,6 @@ self: super: with self; {
unique-log-filter = callPackage ../development/python-modules/unique-log-filter { };
units = callPackage ../development/python-modules/units { };
unittest-data-provider = callPackage ../development/python-modules/unittest-data-provider { };
unittest-xml-reporting = callPackage ../development/python-modules/unittest-xml-reporting { };