pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/py-crytic-compile



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 18 09:29:10 UTC 2025

Modified Files:
        pkgsrc/finance/py-crytic-compile: Makefile distinfo

Log Message:
py-crytic-compile: updated to 0.3.8

0.3.8

platform: etherscan: add support for v2 API
Fix foundry optimizer key
SolcStandardJson: pass solc_env and solc_working_dir through to compilation
Fix some comments


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/py-crytic-compile/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/py-crytic-compile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-crytic-compile/Makefile
diff -u pkgsrc/finance/py-crytic-compile/Makefile:1.8 pkgsrc/finance/py-crytic-compile/Makefile:1.9
--- pkgsrc/finance/py-crytic-compile/Makefile:1.8       Mon Nov 11 07:28:32 2024
+++ pkgsrc/finance/py-crytic-compile/Makefile   Sat Jan 18 09:29:10 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/11/11 07:28:32 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/18 09:29:10 adam Exp $
 
-DISTNAME=      crytic-compile-0.3.7
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      crytic_compile-0.3.8
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/crytic-compile/}
 
@@ -15,8 +15,6 @@ DEPENDS+=     ${PYPKGPREFIX}-cbor2-[0-9]*:..
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome>=3.4.6:../../security/py-cryptodome
 DEPENDS+=      ${PYPKGPREFIX}-solc-select>=1.0.4:../../lang/py-solc-select
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} crytic-compile crytic-compile-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/finance/py-crytic-compile/distinfo
diff -u pkgsrc/finance/py-crytic-compile/distinfo:1.6 pkgsrc/finance/py-crytic-compile/distinfo:1.7
--- pkgsrc/finance/py-crytic-compile/distinfo:1.6       Mon Apr 29 10:35:50 2024
+++ pkgsrc/finance/py-crytic-compile/distinfo   Sat Jan 18 09:29:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/04/29 10:35:50 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/01/18 09:29:10 adam Exp $
 
-BLAKE2s (crytic-compile-0.3.7.tar.gz) = 186b9985916650bcff6300afdc480f44aa41df5851404ff56a88f92e88a5e93a
-SHA512 (crytic-compile-0.3.7.tar.gz) = d3dcdcf74ae43c0a7a0a1b1a8a21ce7467404ad7e4c357eae58bc027d2f0baffab4b2012ea55bd77f8e729b097736ae47f2f3a729daee1683cc2a59c1bc260b0
-Size (crytic-compile-0.3.7.tar.gz) = 77788 bytes
+BLAKE2s (crytic_compile-0.3.8.tar.gz) = f6ad62985115ab462918c197824040cd585b1e0d0f5ca989a4705aa084f63fda
+SHA512 (crytic_compile-0.3.8.tar.gz) = edc6c28805c4a8387e70088f973001d1a794315b77684fb6156a758d406b97293fef76689fe39ed9edf45dd7bb0d41ef8ed0056567c0e7a84ba8f09b405bc573
+Size (crytic_compile-0.3.8.tar.gz) = 78650 bytes



Home | Main Index | Thread Index | Old Index