summaryrefslogtreecommitdiff
path: root/finance/py-crytic-compile
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05python: egg.mk: add USE_PKG_RESOURCES flagwiz1-2/+4
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26finance: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07finance: Remove SHA1 hashes for distfilesnia1-2/+1
2020-12-09Mark packages that fail with Python 2.7nia1-1/+3
2020-09-29py-crytic-compile: import version 0.1.9khorben5-0/+151
Library to help smart contract compilation. It includes support for: - Direct solc compilation - Truffle - Embark - Dapp - Etherlime - Etherscan - Brownie - Waffle - Buidler The plugin is used in Crytic tools, including: - Slither - Echidna - Manticore - evm-cfg-builder