python3Packages.plumbum: 1.7.2 -> 1.8.0
This commit is contained in:
parent
d7d8e52914
commit
c0f0ca3376
@ -12,18 +12,18 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "plumbum";
|
||||
version = "1.7.2";
|
||||
version = "1.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tomerfiliba";
|
||||
repo = "plumbum";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-bCCcNFz+ZsbKSF7aCfy47lBHb873tDYN0qFuSCxJp1w=";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-SqZO9qYOtBB+KWP0DLsImI64QTTpYKzWMYwSua9k2S0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "--cov-config=setup.cfg" ""
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace '"--cov-config=setup.cfg", ' ""
|
||||
'';
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
@ -61,6 +61,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/tomerfiliba/plumbum/releases/tag/v${version}";
|
||||
description = " Plumbum: Shell Combinators ";
|
||||
homepage = " https://github.com/tomerfiliba/plumbum ";
|
||||
license = licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user