mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-cpp/simdutf: drop 5.5.0
Signed-off-by: Steffen Winter <steffen.winter@proton.me>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST simdutf-5.5.0.tar.gz 1985362 BLAKE2B 20d17182c00a7bbaa5c1f82ed6161adfc5854239a325d3a01fe7c7ff67ef842105ec3a3dc68db1acd5112fae80b45ae93c5152426019aa50d6fa3e5bbcb425d1 SHA512 6a248214208602739975b7b6e50ffff3acc11ba37b9f0493a6b498a64520bd4f6cb4cfa51076a9d5b07cb749d073ba0d16df246308b196e1fea672f30c40a3e5
|
||||
DIST simdutf-5.6.0.tar.gz 2003297 BLAKE2B 26a9aa9e8c49e4a2d9fbc5fcd5222a1db8cc5370f513eb2f2b0d88664684b632883adaee5a16ca567aa0419e0b3c8c609d22034763cd30fedf29e0dde7645afe SHA512 57748cadd07a265e7297408f20ab7a7e899f8676972027b09b168464f7b68de82790a6877bfad8197501be95a754b18458be4c36740bafb7e0a32630c7bd1d2d
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit cmake python-any-r1
|
||||
|
||||
DESCRIPTION="simdutf: Unicode validation and transcoding at billions of characters per second"
|
||||
HOMEPAGE="https://simdutf.github.io/simdutf/"
|
||||
SRC_URI="https://github.com/simdutf/simdutf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
|
||||
BDEPEND="${PYTHON_DEPS}"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=( -DSIMDUTF_TESTS=$(usex test ON OFF) )
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user