public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/nimbus/
Date: Wed, 11 Dec 2024 19:39:57 +0000 (UTC)	[thread overview]
Message-ID: <1733945959.155be65d2d51a455374da5f8c81a219e271d1462.cybertailor@gentoo> (raw)

commit:     155be65d2d51a455374da5f8c81a219e271d1462
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Dec 11 19:16:38 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Dec 11 19:39:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=155be65d

dev-nim/nimbus: add 1.1.4

Closes: https://bugs.gentoo.org/921151
Bug: https://bugs.gentoo.org/905834
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-nim/nimbus/Manifest            |  1 +
 dev-nim/nimbus/nimbus-1.1.4.ebuild | 63 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/dev-nim/nimbus/Manifest b/dev-nim/nimbus/Manifest
index d42b88db4..49f8e8288 100644
--- a/dev-nim/nimbus/Manifest
+++ b/dev-nim/nimbus/Manifest
@@ -1 +1,2 @@
 DIST nimbus-1.1.3.srht.tar.gz 32459 BLAKE2B e7de2627699631a9c991ee7a43219b2f1e09c3c6ea7ca76ace8eccf80b193f13a61498bd459c7a0168b1d48d23c8fa9e4a522abd848529919ac6b1b60f6c51ba SHA512 c84bde0538d65106542a351a6c19429dd6cf5c226edddfdb5423e018877a375257ef5897d1766a9c65a9e80984499af084e3aa42b71edc95ec296ee4412814ae
+DIST nimbus-1.1.4.tar.gz 40012 BLAKE2B 545a01a504ab0a49f28cbf1e3faf047651299ef5a646c2a953c2281553ed2f3310ca9e17c32a1c04d0def80e01fb29552a167bffe8f84bd21af40611dc5a9ab8 SHA512 e432dd4340128d7531b6a8fcf54fc09aed48ff313adb8461c3b2997e248957d19a8aedb1615ec7b9db818395ac15971cb5467322e0ee66fc0ca6a4f06090a9c1

diff --git a/dev-nim/nimbus/nimbus-1.1.4.ebuild b/dev-nim/nimbus/nimbus-1.1.4.ebuild
new file mode 100644
index 000000000..1c459384a
--- /dev/null
+++ b/dev-nim/nimbus/nimbus-1.1.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DOCS_BUILDER="sphinx"
+DOCS_AUTODOC=0
+DOCS_DIR="docs"
+PYTHON_COMPAT=( python3_{10..12} )
+inherit python-any-r1 docs nim-utils
+
+DESCRIPTION="Packaging-friendly Nim build system"
+HOMEPAGE="
+	https://nimbus.sysrq.in/
+	https://git.sysrq.in/nimbus/about/
+"
+SRC_URI="https://git.sr.ht/~cyber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+RDEPEND="dev-lang/nim"
+BDEPEND="
+	${RDEPEND}
+	doc? (
+		$(python_gen_any_dep '
+			dev-python/insipid-sphinx-theme[${PYTHON_USEDEP}]
+			dev-python/sphinx-prompt[${PYTHON_USEDEP}]
+		')
+	)
+"
+
+python_check_deps() {
+	use doc || return 0
+
+	python_has_version "dev-python/insipid-sphinx-theme[${PYTHON_USEDEP}]" &&
+	python_has_version "dev-python/sphinx-prompt[${PYTHON_USEDEP}]"
+}
+
+src_configure() {
+	nim_gen_config
+}
+
+src_compile() {
+	enim c src/nimbus
+	enim c src/txt2deps
+
+	docs_compile
+}
+
+src_test() {
+	etestament pattern 'tests/**/**/test*.nim'
+}
+
+src_install() {
+	dobin src/nimbus
+	dobin src/txt2deps
+
+	doman man/*.1
+	einstalldocs
+}


             reply	other threads:[~2024-12-11 19:40 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-11 19:39 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21 22:31 [gentoo-commits] repo/proj/guru:dev commit in: dev-nim/nimbus/ Anna Vyalkova
2024-10-07  0:31 Anna Vyalkova
2024-04-14 16:22 Anna Vyalkova
2023-12-30 14:12 Anna Vyalkova
2023-06-17  7:58 Anna Vyalkova
2023-06-17  7:58 Anna Vyalkova
2023-05-28 12:14 Anna Vyalkova
2023-05-21 16:27 Anna Vyalkova
2023-05-06 15:55 Anna Vyalkova
2023-05-06 15:55 Anna Vyalkova
2023-05-03 16:22 Anna Vyalkova
2023-05-02 15:48 Anna Vyalkova
2022-12-14 17:39 Yuan Liao
2022-11-13 15:35 Anna Vyalkova
2022-07-19  6:07 Anna Vyalkova
2022-07-13  8:58 Anna Vyalkova
2022-07-05 20:09 Anna Vyalkova
2022-07-02  4:18 Anna Vyalkova
2022-06-29 11: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=1733945959.155be65d2d51a455374da5f8c81a219e271d1462.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