python3Packages.bitstruct: fetch from GitHub
This commit is contained in:
parent
8dd2447a5e
commit
5f41abaa04
@ -1,7 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
}:
|
||||
@ -11,15 +11,17 @@ buildPythonPackage rec {
|
||||
version = "8.21.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "eerimoq";
|
||||
repo = "bitstruct";
|
||||
tag = version;
|
||||
hash = "sha256-r2FPfSoW1Za7kglwpPXnWvWwzhAB8fQXiLPmbsi/8Ps=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-/wvklopFyvhojgdfVcyno/6SErBpumflsnsJJqEZSKw=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "bitstruct" ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user