head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.2 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.3.0.6 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.4 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.2 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.2.0.14 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.12 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.10 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.8 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.6 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.4 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2025.12.26.11.59.04; author adam; state Exp; branches; next 1.3; commitid yFVIH1PVRL1NHUnG; 1.3 date 2025.04.21.05.39.09; author adam; state Exp; branches; next 1.2; commitid U9baYRfwWcRFBSRF; 1.2 date 2023.07.25.08.31.38; author adam; state Exp; branches; next 1.1; commitid l8bjFSBNbnDh0ayE; 1.1 date 2023.05.11.08.38.18; author adam; state Exp; branches; next ; commitid nXKurVbTKW76swoE; desc @@ 1.4 log @py-solc-select: updated to 1.2.0 1.2.0 feat: implement code quality improvements Skip already installed versions in install_artifacts Fix type annotations Add support for ARM64 Darwin binaries Replace urllib with requests Fix checksum fetching when we have prerelease Bump version to 1.2.0 Bump super-linter/super-linter from 7.2.1 to 7.3.0 Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 Bump actions/download-artifact from 4 to 5 Bump actions/checkout from 4 to 5 Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 Bump super-linter/super-linter from 7.3.0 to 8.1.0 Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 Bump actions/setup-python from 5 to 6 build(deps): bump astral-sh/setup-uv from 4 to 6 build(deps): bump actions/checkout from 5 to 6 build(deps): bump actions/download-artifact from 5 to 6 build(deps): bump actions/upload-artifact from 4 to 5 build(deps): bump astral-sh/setup-uv from 6 to 7 build(deps): bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 build(deps): bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 @ text @# $NetBSD: Makefile,v 1.3 2025/04/21 05:39:09 adam Exp $ DISTNAME= solc_select-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=s/solc-select/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/crytic/solc-select 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 DEPENDS+= ${PYPKGPREFIX}-requests>=2.32.4:../../devel/py-requests post-install: .for bin in solc solc-select cd ${DESTDIR}${PREFIX}/bin && \ ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE} .endfor .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @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 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/07/25 08:31:38 adam Exp $ d3 1 a3 1 DISTNAME= solc_select-1.1.0 d16 1 @ 1.2 log @py-solc-select: updated to 1.0.4 v1.0.4 check the global version is installed added - solc-select install latest - feature Uses installed_versions in valid_version Logs message instead of error if no versions exist for solc-select versions Adding codeowners and issue template Update README.md Bump pypa/gh-action-pip-audit from 1.0.2 to 1.0.6 Bump actions/setup-python from 3 to 4 Bump actions/checkout from 2 to 3.1.0 update installation message Show a clearer message when Rosetta is not available Add function to retrieve solc artifact path Edited readme for clarification install artifacts return False if requested solc versions are not available Bump pypa/gh-action-pip-audit from 1.0.6 to 1.0.7 workflows: trusted publishing to PyPI Bump pypa/gh-action-pip-audit from 1.0.7 to 1.0.8 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/05/11 08:38:18 adam Exp $ d3 2 a4 2 DISTNAME= solc-select-1.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} d13 1 d23 1 a23 3 PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" @ 1.1 log @py-solc-select: added version 1.0.3 A tool to quickly switch between Solidity compiler versions. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= solc-select-1.0.3 @