dev-crystal/lucky_flow: revbump for dev-crystal/habitat

Bug: https://bugs.gentoo.org/945013
Closes: https://bugs.gentoo.org/945014
Closes: https://bugs.gentoo.org/945012
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2024-11-26 18:27:26 +05:00
parent 54f0c1853d
commit 06fc52bc2b
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
3 changed files with 1 additions and 28 deletions

View File

@ -1,2 +1 @@
DIST lucky_flow-0.10.0.tar.gz 17564 BLAKE2B 4f118108a2f8960c04cab97fa260df6fe98ad81be6c1630d2a48c4320b4533961a8e6e3983fbbdea358ec2bdab5eb5035f1d4bc3e5222c08a3e34408f20fa74a SHA512 8b03266d9d259665a7274b95880c211654170db135f618cf84148d693ae6c7658ff3fe1c4df896e10db8139cf9d6e0f5a2659829f3e4f657eff7f9cf1d25f4c0
DIST lucky_flow-0.9.1.tar.gz 16887 BLAKE2B 3dd6422f9edaaebf032fa08cdfe35392d91b933980b2b2de65b785ec8c63140f8cbb2b055a679e94725445a68a9ccaafb2f4a5de74bb1cac8928133be330b75d SHA512 bd09f0cf141236ed8648f9db507f652de2986348df9b5db44d389849d196e10af17de11ecaea850fea3a9c844bbad456fd4360a53ee44ba2d1b1dae0f9c15084

View File

@ -15,7 +15,7 @@ KEYWORDS="~amd64"
RDEPEND="
dev-crystal/crystal-html5
dev-crystal/habitat
>=dev-crystal/habitat-0.4.9
dev-crystal/selenium
dev-crystal/webdrivers
dev-crystal/webless

View File

@ -1,26 +0,0 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit shards
DESCRIPTION="LuckyFlow is a library for testing user flows in the browser"
HOMEPAGE="https://github.com/luckyframework/lucky_flow"
SRC_URI="https://github.com/luckyframework/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-crystal/crystal-html5
dev-crystal/habitat
dev-crystal/selenium
dev-crystal/webdrivers
dev-crystal/webless
"
src_test() {
ecrystal spec --tag "~headless_chrome"
}