dev-nim/balls: add 3.7.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-10-10 20:42:43 +05:00
parent 2d2a7900fa
commit de5a1c8a78
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST balls-3.7.0.tar.gz 41064 BLAKE2B 9757a26c6ab1368ec93fc27080637a40908c7ce7a02f4664375894a9162a1f93167224270d786c7145255187cc32892645614471be0c5418639fc1db84077438 SHA512 1d935b09354435543320acaa243e26adf0a9aa7ebd37b3792393c5c7b1a65468c7bc521469b9601a6747c1727bc263e74b3dd45ef0c627d18f6af1efb904848c
DIST balls-3.7.1.tar.gz 40980 BLAKE2B dfd391aafdb50ab52cb06b98e8bee3744447cc038f75117fdba6da7f6ffc7344e146f6efbf52b4ffcb2f6f83fbc07a5ba427d5335ca26d901b4e3130f0a6ae5d SHA512 b6aa18f4bd67b758a1a67db241f8d85c4a01d7d1f90dbb66c883e386276fc3685fff59900e3572e5752e9dc0a3952237ccb6904d9f7562157a3be5ac33f06b1d

View File

@@ -0,0 +1,26 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit edo nimble
DESCRIPTION="A unittest macro to save the world, or at least your Sunday"
HOMEPAGE="https://github.com/disruptek/balls"
SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
=dev-nim/grok-0*
=dev-nim/sync-1*
=dev-nim/ups-0*
"
set_package_url "https://github.com/disruptek/balls"
src_test() {
edo "${BUILD_DIR}"/${PN}
}