pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-solc-select



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 21 05:39:09 UTC 2025

Modified Files:
        pkgsrc/lang/py-solc-select: Makefile PLIST distinfo

Log Message:
py-solc-select: updated to 1.1.0

1.1.0

Fix pyproject.toml
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7
Update link to Empire Hacking Slack
Bump sigstore/gh-action-sigstore-python from 1.2.3 to 2.0.1
Resolved: Improper Markdown readme rendering in PyPi for solc-select
Bump sigstore/gh-action-sigstore-python from 2.0.1 to 2.1.0
Cleaned docs
Install latest if no binaries are found
Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.10
Bump actions/checkout from 3 to 4
Matches solc output when downloading
Bump actions/setup-python from 4 to 5
Bump minimum Python version to 3.8
Update CODEOWNERS
Bump sigstore/gh-action-sigstore-python from 2.1.0 to 3.0.0
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.12.3
Bump actions/{download,upload}-artifact from 3 to 4
Bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0
Sort versions chronologically
README improvements
Bump github/super-linter from 4.9.2 to 7.2.1
Allow using newer solc on macOS without Rosetta
Exit with error code if installation fails
Replace setup.py with pyproject.toml
ci: unify CI jobs


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/py-solc-select/Makefile \
    pkgsrc/lang/py-solc-select/PLIST pkgsrc/lang/py-solc-select/distinfo

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

Modified files:

Index: pkgsrc/lang/py-solc-select/Makefile
diff -u pkgsrc/lang/py-solc-select/Makefile:1.2 pkgsrc/lang/py-solc-select/Makefile:1.3
--- pkgsrc/lang/py-solc-select/Makefile:1.2     Tue Jul 25 08:31:38 2023
+++ pkgsrc/lang/py-solc-select/Makefile Mon Apr 21 05:39:09 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/07/25 08:31:38 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/21 05:39:09 adam Exp $
 
-DISTNAME=      solc-select-1.0.4
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      solc_select-1.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/solc-select/}
 
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/crytic/solc
 COMMENT=       Manage multiple Solidity compiler versions
 LICENSE=       gnu-agpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome>=3.4.6:../../security/py-cryptodome
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 
@@ -19,7 +20,5 @@ post-install:
        ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
 .endfor
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-solc-select/PLIST
diff -u pkgsrc/lang/py-solc-select/PLIST:1.2 pkgsrc/lang/py-solc-select/PLIST:1.3
--- pkgsrc/lang/py-solc-select/PLIST:1.2        Tue Jul 25 08:31:38 2023
+++ pkgsrc/lang/py-solc-select/PLIST    Mon Apr 21 05:39:09 2025
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2023/07/25 08:31:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/21 05:39:09 adam Exp $
 bin/solc-${PYVERSSUFFIX}
 bin/solc-select-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/solc_select/__init__.py
 ${PYSITELIB}/solc_select/__init__.pyc
 ${PYSITELIB}/solc_select/__init__.pyo
Index: pkgsrc/lang/py-solc-select/distinfo
diff -u pkgsrc/lang/py-solc-select/distinfo:1.2 pkgsrc/lang/py-solc-select/distinfo:1.3
--- pkgsrc/lang/py-solc-select/distinfo:1.2     Tue Jul 25 08:31:38 2023
+++ pkgsrc/lang/py-solc-select/distinfo Mon Apr 21 05:39:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/07/25 08:31:38 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/04/21 05:39:09 adam Exp $
 
-BLAKE2s (solc-select-1.0.4.tar.gz) = 6592cdd70d37b651615c20ddd136206d4df8d844dc06799f37258a1a06c69548
-SHA512 (solc-select-1.0.4.tar.gz) = a7771542c323a59aee57925afddc73bcc07762c3449498fbe84e8984bca58f8515d2d82d0299dc16c7451068eb5bb45f3c4a301dcfbfa631380fb319897f67ab
-Size (solc-select-1.0.4.tar.gz) = 21307 bytes
+BLAKE2s (solc_select-1.1.0.tar.gz) = a2a468ea15acd2bfd8a6d361a7e4421b0d72c09773b871b0008705e36524d61d
+SHA512 (solc_select-1.1.0.tar.gz) = 1b9a05394322adaf81c502c08c325d1e3f79edae6320ae7ad84c8568c8cbf424ba5aa64f034f31673d5e3e0b36d1ea63963d377e7cbe44653db509d136d5c1a3
+Size (solc_select-1.1.0.tar.gz) = 46445 bytes



Home | Main Index | Thread Index | Old Index