mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-nim/weave: new package, add 0.4.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-nim/weave/Manifest
Normal file
1
dev-nim/weave/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST weave-0.4.0.tar.gz 1150585 BLAKE2B b60588853fbd5b0535941d78e1830f2b19fe2e58e62bd3ebcf10c9b749b5486ae0b92b434c293539bc2950da2e333a0c2bef01634db6ec33c1958cae02344776 SHA512 a836b6a0bf497af90c8de4f389b31e5644846a240294fc8b81df046792df3ab49ab0ff59191aa19a61fe12c162c0c80d96685e9a0e51fe1bc881ebb9ae54b7f4
|
||||
11
dev-nim/weave/metadata.xml
Normal file
11
dev-nim/weave/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">mratsim/weave</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
28
dev-nim/weave/weave-0.4.0.ebuild
Normal file
28
dev-nim/weave/weave-0.4.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit nimble
|
||||
|
||||
DESCRIPTION="a state-of-the-art multithreading runtime"
|
||||
HOMEPAGE="
|
||||
https://github.com/mratsim/weave
|
||||
https://nimble.directory/pkg/weave
|
||||
"
|
||||
SRC_URI="https://github.com/mratsim/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT )"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="dev-nim/synthesis"
|
||||
|
||||
set_package_url "https://github.com/mratsim/weave"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# failing tests
|
||||
sed "/weave\/parallel_for.nim/d" -i ${PN}.nimble || die
|
||||
}
|
||||
Reference in New Issue
Block a user