python3Packages.pint: 0.23 -> 0.24
https://github.com/hgrecco/pint/blob/0.24/CHANGES
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
|
||||
# propagates
|
||||
# dependencies
|
||||
appdirs,
|
||||
flexcache,
|
||||
flexparser,
|
||||
typing-extensions,
|
||||
|
||||
# tests
|
||||
@@ -22,23 +25,27 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pint";
|
||||
version = "0.23";
|
||||
version = "0.24";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "Pint";
|
||||
hash = "sha256-4VCbkWBtvFJSfGAKTvdP+sEv/3Boiv8g6QckCTRuybQ=";
|
||||
inherit pname version;
|
||||
hash = "sha256-xsfAJ7ghQT2xrEazt70pZZKEi1rsKaiM/G43j9E3GQM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ typing-extensions ];
|
||||
dependencies = [
|
||||
appdirs
|
||||
flexcache
|
||||
flexparser
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user