python312Packages.bx-py-utils: 91 -> 93
Diff: https://github.com/boxine/bx_py_utils/compare/refs/tags/v91...v93 Changelog: https://github.com/boxine/bx_py_utils/releases/tag/refs/tags/v93
This commit is contained in:
@@ -4,18 +4,19 @@
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
setuptools-scm,
|
||||
beautifulsoup4,
|
||||
boto3,
|
||||
lxml,
|
||||
pdoc,
|
||||
pytestCheckHook,
|
||||
requests-mock,
|
||||
typeguard,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bx-py-utils";
|
||||
version = "91";
|
||||
version = "93";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
@@ -25,14 +26,14 @@ buildPythonPackage rec {
|
||||
owner = "boxine";
|
||||
repo = "bx_py_utils";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-W8NP5h9fHyTJj6TIpBunoPcNOu8eWV1rA8ZaoGUnmBQ=";
|
||||
hash = "sha256-4xZOj6A2RKz7zOhFkLcSM7D870PfOljI8jn2+gKeYk4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
rm bx_py_utils_tests/publish.py
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"bx_py_utils.anonymize"
|
||||
@@ -62,6 +63,7 @@ buildPythonPackage rec {
|
||||
pdoc
|
||||
pytestCheckHook
|
||||
requests-mock
|
||||
typeguard
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
|
||||
Reference in New Issue
Block a user