Skip to content

Commit 925db50

Browse files
SyndamiaPetarKirov
authored andcommitted
chore(pkgs): Remove erdpy and python-modules packages
These are not used, and provide certain difficulties with automatic updates
1 parent 04cea83 commit 925db50

File tree

9 files changed

+2
-295
lines changed

9 files changed

+2
-295
lines changed

.github/workflows/nix-packages-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
uses: metacraft-labs/nix-update-action@main
3131
with:
3232
from_branch: circ,eos-vm,jolt,nexus,rapidsnark,risc0,sp1,zkm,zkwasm
33-
blacklist: cardano,corepack-shims,cosmos-theta-testnet,emscripten,ffiasm,go-opera,graphql,jolt-guest-rust,polkadot-fast,rapidsnark-server,risc0-rust,sp1-rust,zkm-rust,zqfield-bn254,cryptography36,ledgercomm,py-ecc,requests-cache
33+
blacklist: cardano,corepack-shims,cosmos-theta-testnet,emscripten,ffiasm,go-opera,graphql,jolt-guest-rust,polkadot-fast,rapidsnark-server,risc0-rust,sp1-rust,zkm-rust,zqfield-bn254
3434
token: ${{ steps.generate-token.outputs.token }}

packages/all-packages.nix

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -85,34 +85,9 @@
8585
patches = [ ];
8686
}
8787
);
88-
cryptography36 = callPackage ./python-modules/cryptography36/default.nix { };
89-
90-
py-ecc = callPackage ./python-modules/py-ecc/default.nix {
91-
inherit (python3Packages)
92-
buildPythonPackage
93-
cached-property
94-
eth-typing
95-
eth-utils
96-
mypy-extensions
97-
pytestCheckHook
98-
pythonOlder
99-
;
100-
};
101-
102-
ledgercomm = callPackage ./python-modules/ledgercomm/default.nix { };
103-
requests-cache = callPackage ./python-modules/requests-cache/default.nix { inherit cattrs22-2; };
10488

10589
corepack-shims = callPackage ./corepack-shims/default.nix { };
10690

107-
erdpy = callPackage ./erdpy/default.nix {
108-
inherit
109-
cryptography36
110-
elrond-go
111-
elrond-proxy-go
112-
ledgercomm
113-
requests-cache
114-
;
115-
};
11691
elrond-go = callPackage ./elrond-go/default.nix { };
11792
elrond-proxy-go = callPackage ./elrond-proxy-go/default.nix { };
11893

@@ -238,10 +213,7 @@
238213
# Solana
239214
# solana-validator = callPackage ./solana-validator {};
240215

241-
# inherit cryptography36;
242-
243-
inherit py-ecc;
244-
# inherit erdpy elrond-go elrond-proxy-go;
216+
# inherit elrond-go elrond-proxy-go;
245217

246218
# EOS / Antelope
247219
leap = callPackage ./leap/default.nix { };

packages/python-modules/cryptography36/cryptography-py27-warning.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/python-modules/cryptography36/default.nix

Lines changed: 0 additions & 96 deletions
This file was deleted.

packages/python-modules/cryptography36/vectors.nix

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/python-modules/ledgercomm/default.nix

Lines changed: 0 additions & 33 deletions
This file was deleted.

packages/python-modules/py-ecc/default.nix

Lines changed: 0 additions & 43 deletions
This file was deleted.

packages/python-modules/requests-cache/default.nix

Lines changed: 0 additions & 45 deletions
This file was deleted.

shells/all.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ mkShell {
7575

7676
# Disabled until elrond-go can build with Go >= 1.19
7777
# Elrond
78-
# metacraft-labs.cryptography36
79-
# metacraft-labs.erdpy
8078
# metacraft-labs.elrond-go
8179
# metacraft-labs.elrond-proxy-go
8280

@@ -85,9 +83,6 @@ mkShell {
8583
metacraft-labs.eos-vm
8684
metacraft-labs.cdt
8785

88-
# py-ecc
89-
metacraft-labs.py-ecc
90-
9186
# emscripten
9287
metacraft-labs.emscripten
9388
];

0 commit comments

Comments
 (0)