From 7edee403e6c4c539eeebef93940d95685ff445eb Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Tue, 11 Jun 2024 23:21:38 +0800 Subject: [PATCH] semgrep-core-bin: fix https://github.com/pentoo/pentoo-overlay/issues/1871 --- dev-util/semgrep-core-bin/Manifest | 4 ++-- dev-util/semgrep-core-bin/semgrep-core-bin-1.66.0.ebuild | 2 +- dev-util/semgrep-core-bin/semgrep-core-bin-1.75.0.ebuild | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-util/semgrep-core-bin/Manifest b/dev-util/semgrep-core-bin/Manifest index 7172ad44a..c17fede43 100644 --- a/dev-util/semgrep-core-bin/Manifest +++ b/dev-util/semgrep-core-bin/Manifest @@ -1,2 +1,2 @@ -DIST semgrep-1.66.0-cp38.cp39.cp310.cp311.py37.py38.py39.py310.py311-none-any.whl 26981792 BLAKE2B 25e3b83ec8e945ea3a8100024ed4da0245ce28cec9d0e1933af8d37ef2f71d5c4f527dc7b799b7ba5aa3da674be2ff0e968400c61123eee85aa8e6fe13a8637c SHA512 33741983e6d0ba1025cfae26b9b9bf9fe267fd33b41e88704355a1c2e2b372164459f3c5b5fc4970d4a0583df77332f8b8d3c921b9c51c7d791ffbad3efbb1c8 -DIST semgrep-1.75.0-cp38.cp39.cp310.cp311.py37.py38.py39.py310.py311-none-any.whl 27648365 BLAKE2B 28442171f18924f28ba459a1bbd353cdb655347a71c20b4aee34439e336cb62bf98a40942c6a9b40d09de1c68a94cdbc8005ebc46cf90518157b0eb44b2b377f SHA512 c7017769df2236d0b25418fa7b8380cbfb62bf88abc786c29af3f3785057023cc5501b8454717c79c2dfbd53d0d13fdebbe2ab8a10d03a9d3ace3738e23c2d30 +DIST semgrep-1.66.0-cp38.cp39.cp310.cp311.py37.py38.py39.py310.py311-none-any.whl.zip 26981792 BLAKE2B 25e3b83ec8e945ea3a8100024ed4da0245ce28cec9d0e1933af8d37ef2f71d5c4f527dc7b799b7ba5aa3da674be2ff0e968400c61123eee85aa8e6fe13a8637c SHA512 33741983e6d0ba1025cfae26b9b9bf9fe267fd33b41e88704355a1c2e2b372164459f3c5b5fc4970d4a0583df77332f8b8d3c921b9c51c7d791ffbad3efbb1c8 +DIST semgrep-1.75.0-cp38.cp39.cp310.cp311.py37.py38.py39.py310.py311-none-any.whl.zip 27648365 BLAKE2B 28442171f18924f28ba459a1bbd353cdb655347a71c20b4aee34439e336cb62bf98a40942c6a9b40d09de1c68a94cdbc8005ebc46cf90518157b0eb44b2b377f SHA512 c7017769df2236d0b25418fa7b8380cbfb62bf88abc786c29af3f3785057023cc5501b8454717c79c2dfbd53d0d13fdebbe2ab8a10d03a9d3ace3738e23c2d30 diff --git a/dev-util/semgrep-core-bin/semgrep-core-bin-1.66.0.ebuild b/dev-util/semgrep-core-bin/semgrep-core-bin-1.66.0.ebuild index a43c27f7c..98ff45e20 100644 --- a/dev-util/semgrep-core-bin/semgrep-core-bin-1.66.0.ebuild +++ b/dev-util/semgrep-core-bin/semgrep-core-bin-1.66.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/returntocorp/semgrep" PY_TAG="cp38.cp39.cp310.cp311.py37.py38.py39.py310.py311" #SRC_URI="https://files.pythonhosted.org/packages/${PY_TAG}/${P:0:1}/semgrep/semgrep-${PV}-${PY_TAG}-none-any.whl -> ${P}.zip" -SRC_URI="$(pypi_wheel_url semgrep ${PV} ${PY_TAG})" +SRC_URI="$(pypi_wheel_url --unpack semgrep ${PV} ${PY_TAG})" S="${WORKDIR}/semgrep-${PV}.data" LICENSE="LGPL-2" diff --git a/dev-util/semgrep-core-bin/semgrep-core-bin-1.75.0.ebuild b/dev-util/semgrep-core-bin/semgrep-core-bin-1.75.0.ebuild index 56266d646..549948f34 100644 --- a/dev-util/semgrep-core-bin/semgrep-core-bin-1.75.0.ebuild +++ b/dev-util/semgrep-core-bin/semgrep-core-bin-1.75.0.ebuild @@ -11,8 +11,7 @@ HOMEPAGE="https://github.com/returntocorp/semgrep" PY_TAG="cp38.cp39.cp310.cp311.py37.py38.py39.py310.py311" #SRC_URI="https://files.pythonhosted.org/packages/${PY_TAG}/${P:0:1}/semgrep/semgrep-${PV}-${PY_TAG}-none-any.whl -> ${P}.zip" - -SRC_URI="$(pypi_wheel_url semgrep ${PV} ${PY_TAG})" +SRC_URI="$(pypi_wheel_url --unpack semgrep ${PV} ${PY_TAG})" S="${WORKDIR}/semgrep-${PV}.data" LICENSE="LGPL-2"