public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/
Date: Tue,  4 May 2021 17:27:23 +0000 (UTC)	[thread overview]
Message-ID: <1620149163.6cc2528773c80050f10b73d2e118851ef4a1394b.ulm@gentoo> (raw)

commit:     6cc2528773c80050f10b73d2e118851ef4a1394b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 16:28:26 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May  4 17:26:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc25287

app-portage/g-sorcery: Version bump to 0.2.2

Closes: https://bugs.gentoo.org/734080
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-portage/g-sorcery/Manifest               |  1 +
 app-portage/g-sorcery/g-sorcery-0.2.2.ebuild | 47 ++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-portage/g-sorcery/Manifest b/app-portage/g-sorcery/Manifest
index f4438eb83da..66c68bc0b03 100644
--- a/app-portage/g-sorcery/Manifest
+++ b/app-portage/g-sorcery/Manifest
@@ -1 +1,2 @@
 DIST g-sorcery-0.2.1.tar.gz 55546 BLAKE2B 56fb8a766c17c220a8279d2288f5de5c6976dc8fb380ac695bcf891616aa8a284f6b07c9be79c3c819c69faf7fcf9a7a826ee8b8b955db007c00e23d6417f2f8 SHA512 42c34ed8addaf721583029d5056751810b0a77546f798081c7c605223342fa2a99bd2e30f20f004a8606ccf847108f0e2ef2c479f3cbb55f2fe6648d4ffc075e
+DIST g-sorcery-0.2.2.tar.gz 55694 BLAKE2B dade6853f23176a020c337aad418f84a26d7227b544ad33ec60fee6a3454cb1b6c75a3bad659a18e18447ccaa4a3fd02d59a3eb12fed5dfd877ef0b787807364 SHA512 a858737c5034d33205b293ecde69dd84a2abb533a3dad1e076a30cfadbf594e454250b71cbd8acc37025ee78c720092bd3edefb69d45cd760c6f91c8bae4f539

diff --git a/app-portage/g-sorcery/g-sorcery-0.2.2.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.2.ebuild
new file mode 100644
index 00000000000..e05a407dfc0
--- /dev/null
+++ b/app-portage/g-sorcery/g-sorcery-0.2.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_7,3_8} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1 prefix
+
+DESCRIPTION="framework for ebuild generators"
+HOMEPAGE="https://gitweb.gentoo.org/proj/g-sorcery.git
+	https://github.com/jauhien/g-sorcery"
+SRC_URI="https://gitweb.gentoo.org/proj/g-sorcery.git/snapshot/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="bson git test"
+RESTRICT="!test? ( test )"
+
+DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] )
+	git? ( dev-vcs/git )
+	sys-apps/portage[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]"
+
+src_prepare() {
+	hprefixify setup.py
+	default
+}
+
+python_test() {
+	PYTHONPATH="." "${PYTHON}" scripts/run_tests.py
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	doman docs/*.8
+
+	docinto html
+	dodoc docs/developer_instructions.html
+
+	diropts -m0777
+	keepdir /var/lib/g-sorcery
+}


             reply	other threads:[~2021-05-04 17:27 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-04 17:27 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-21  5:35 [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/ Sam James
2023-05-19 16:39 Ulrich Müller
2023-05-19 16:39 Ulrich Müller
2023-05-19 16:39 Ulrich Müller
2023-02-25 16:09 Ulrich Müller
2023-02-24 18:17 Ulrich Müller
2023-02-24 18:17 Ulrich Müller
2022-07-16  5:06 Ulrich Müller
2022-06-03 21:01 Arthur Zamarin
2021-09-14 14:15 Yixun Lan
2021-05-23 10:11 Michał Górny
2021-05-04 17:57 Ulrich Müller
2021-05-04 17:27 Ulrich Müller
2020-10-07 14:11 Brian Dolbec
2020-08-16  9:57 Michał Górny
2020-04-24 23:37 Brian Dolbec
2020-02-26 12:18 Michał Górny
2020-02-13 10:42 Michał Górny
2019-05-18 10:02 Michał Górny
2019-02-09 20:12 Aaron Bauman
2018-10-16  9:18 Tobias Klausmann
2018-06-27 19:29 Pacho Ramos
2018-03-28  5:42 Matt Turner
2018-03-21 18:12 Michał Górny
2018-03-18 11:00 Sergei Trofimovich
2018-02-22  7:55 Sergei Trofimovich
2018-02-11 10:25 Michał Górny
2017-04-06  6:41 Michael Weber
2017-03-23 17:05 Markus Meier
2016-12-24 22:31 Brian Dolbec
2016-08-08  1:57 Benda XU
2016-01-18 21:04 Jauhien Piatlicki
2015-10-10  9:20 Markus Meier
2015-09-19 18:45 Mike Gilbert
2015-08-22 21:52 Jauhien Piatlicki
2015-08-18 10:58 Jauhien Piatlicki

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=1620149163.6cc2528773c80050f10b73d2e118851ef4a1394b.ulm@gentoo \
    --to=ulm@gentoo.org \
    --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