python311Packages.dnfile: 0.13.0 -> 0.14.1
Diff: https://github.com/malwarefrank/dnfile/compare/refs/tags/v0.13.0...v0.14.1 Changelog: https://github.com/malwarefrank/dnfile/blob/v0.14.1/HISTORY.rst
This commit is contained in:
parent
7705d25f9e
commit
d0d198f0be
@ -4,27 +4,27 @@
|
|||||||
, pefile
|
, pefile
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
, setuptools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dnfile";
|
pname = "dnfile";
|
||||||
version = "0.13.0";
|
version = "0.14.1";
|
||||||
format = "setuptools";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "malwarefrank";
|
owner = "malwarefrank";
|
||||||
repo = pname;
|
repo = "dnfile";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-TH30gEoxXkaDac6hJsGQFWzwDeqzdZ19HK8i/3Dlh8k=";
|
hash = "sha256-5xkoG7c9Piwrv+9qour7MZ+rabdngtd05b0T+AU8tSo=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
nativeBuildInputs = [
|
||||||
substituteInPlace setup.py \
|
setuptools
|
||||||
--replace "pytest-runner" ""
|
];
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pefile
|
pefile
|
||||||
|
Loading…
Reference in New Issue
Block a user