From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/webdrivers/
Date: Wed, 9 Nov 2022 13:14:10 +0000 (UTC) [thread overview]
Message-ID: <1667994594.2fafa20eacb6510b756e834e05fbc6a30e2aa134.cybertailor@gentoo> (raw)
commit: 2fafa20eacb6510b756e834e05fbc6a30e2aa134
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Nov 9 11:49:54 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Nov 9 11:49:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fafa20e
dev-crystal/webdrivers: new package, add 0.4.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-crystal/webdrivers/Manifest | 1 +
dev-crystal/webdrivers/metadata.xml | 8 ++++++++
dev-crystal/webdrivers/webdrivers-0.4.1.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-crystal/webdrivers/Manifest b/dev-crystal/webdrivers/Manifest
new file mode 100644
index 000000000..e80d4766f
--- /dev/null
+++ b/dev-crystal/webdrivers/Manifest
@@ -0,0 +1 @@
+DIST webdrivers-0.4.1.tar.gz 6944 BLAKE2B d835d24866d941b0dce80fe4eddefef3bd9718ec2f2625b436173da41edb00d995c2bd8900c1c0a4bdaa69679456dd2792a86a7691491f4e34494578e9165ce1 SHA512 d524eb696e10666e581a07b8e9999e7f3285e54a212004e460ffe01e7d4e6f6a2a0a460f06069ef6aa697caa9ab8300275311d1a8263b3a23c3dacc73f01c86b
diff --git a/dev-crystal/webdrivers/metadata.xml b/dev-crystal/webdrivers/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/dev-crystal/webdrivers/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
diff --git a/dev-crystal/webdrivers/webdrivers-0.4.1.ebuild b/dev-crystal/webdrivers/webdrivers-0.4.1.ebuild
new file mode 100644
index 000000000..56c4391a7
--- /dev/null
+++ b/dev-crystal/webdrivers/webdrivers-0.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shards
+
+MY_PN="${PN}.cr"
+DESCRIPTION="Helps manage drivers for Selenium, such as the Chromedriver"
+HOMEPAGE="https://github.com/matthewmcgarvey/webdrivers.cr"
+SRC_URI="https://github.com/matthewmcgarvey/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ default
+
+ # remove tests that use network
+ rm \
+ spec/webdrivers/chromedriver_spec.cr \
+ spec/webdrivers/geckodriver_spec.cr \
+ spec/webdrivers/chrome/driver_remote_version_finder_spec.cr || die
+}
next reply other threads:[~2022-11-09 13:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-09 13:14 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-17 21:44 [gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/webdrivers/ Anna Vyalkova
2022-11-17 22:32 Henri Gasc
2023-06-07 20:18 Anna Vyalkova
2023-07-09 2:00 Anna Vyalkova
2024-04-27 9:50 Anna Vyalkova
2024-11-26 13:52 Anna Vyalkova
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1667994594.2fafa20eacb6510b756e834e05fbc6a30e2aa134.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox