cc2538-bsl: clean up dependencies and enable tests

This commit is contained in:
Theodore Ni 2023-08-11 18:26:46 -07:00
parent 981171662b
commit 59e66c1c55
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -1,8 +1,9 @@
{ lib, fetchFromGitHub, python3Packages }:
{ lib, fetchFromGitHub, fetchpatch, python3Packages }:
python3Packages.buildPythonPackage rec {
pname = "cc2538-bsl";
version = "unstable-2022-08-03";
format = "setuptools";
src = fetchFromGitHub rec {
owner = "JelmerT";
@ -11,7 +12,20 @@ python3Packages.buildPythonPackage rec {
hash = "sha256-fPY12kValxbJORi9xNyxzwkGpD9F9u3M1+aa9IlSiaE=";
};
nativeBuildInputs = [ python3Packages.setuptools-scm ];
patches = [
# https://github.com/JelmerT/cc2538-bsl/pull/138
(fetchpatch {
name = "clean-up-install-dependencies.patch";
url = "https://github.com/JelmerT/cc2538-bsl/commit/bf842adf8e99a9eb8528579e5b85e59ee23be08d.patch";
hash = "sha256-XKQ0kfl8yFrSF5RosHY9OvJR18Fh0dmAN1FlfZ024ME=";
})
];
env.SETUPTOOLS_SCM_PRETEND_VERSION = "0.1.dev0+g${lib.substring 0 7 src.rev}";
nativeBuildInputs = with python3Packages; [
setuptools-scm
];
propagatedBuildInputs = with python3Packages; [
intelhex
@ -19,7 +33,10 @@ python3Packages.buildPythonPackage rec {
python-magic
];
env.SETUPTOOLS_SCM_PRETEND_VERSION = "0.1.dev0+g${lib.substring 0 7 src.rev}";
nativeCheckInputs = with python3Packages; [
pytestCheckHook
scripttest
];
postInstall = ''
# Remove .py from binary