mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
python312Packages.python-bitcoinlib: rename from bitcoinlib
This commit is contained in:
parent
ebec53b444
commit
7233ce0697
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
gevent msgpack base58 merkletools rsa pysocks pyasn1 websocket-client
|
||||
gevent-websocket rencode bitcoinlib maxminddb pyopenssl rich defusedxml
|
||||
gevent-websocket rencode python-bitcoinlib maxminddb pyopenssl rich defusedxml
|
||||
pyaes coincurve
|
||||
];
|
||||
|
||||
|
@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
gevent msgpack base58 merkletools rsa pysocks pyasn1 websocket-client
|
||||
gevent-websocket rencode bitcoinlib maxminddb pyopenssl
|
||||
gevent-websocket rencode python-bitcoinlib maxminddb pyopenssl
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
bitcoinlib,
|
||||
python-bitcoinlib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
gitpython,
|
||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
bitcoinlib
|
||||
python-bitcoinlib
|
||||
gitpython
|
||||
pycryptodomex
|
||||
];
|
||||
|
@ -8,7 +8,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bitcoinlib";
|
||||
pname = "python-bitcoinlib";
|
||||
version = "0.12.2";
|
||||
format = "setuptools";
|
||||
|
@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
|
||||
# The makefile builds docker containers.
|
||||
dontBuild = true;
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ prometheus-client bitcoinlib riprova ];
|
||||
propagatedBuildInputs = with python3Packages; [ prometheus-client python-bitcoinlib riprova ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
|
@ -1657,7 +1657,7 @@ self: super: with self; {
|
||||
|
||||
bitbox02 = callPackage ../development/python-modules/bitbox02 { };
|
||||
|
||||
bitcoinlib = callPackage ../development/python-modules/bitcoinlib { };
|
||||
python-bitcoinlib = callPackage ../development/python-modules/python-bitcoinlib { };
|
||||
|
||||
bitcoin-utils-fork-minimal = callPackage ../development/python-modules/bitcoin-utils-fork-minimal { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user