public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quasselgrep/
Date: Sun, 22 Aug 2021 21:53:54 +0000 (UTC)	[thread overview]
Message-ID: <1629669220.c6d092f7ce8a1a487d4e20cd181b5fc30e89813f.soap@gentoo> (raw)

commit:     c6d092f7ce8a1a487d4e20cd181b5fc30e89813f
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Aug 22 21:53:40 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 21:53:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d092f7

net-irc/quasselgrep: Port to EAPI 8, fix DISTUTILS_USE_SETUPTOOLS

Closes: https://github.com/gentoo/gentoo/pull/22044
Closes: https://bugs.gentoo.org/809128
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
index 2e651cfc5a8..831039aeb81 100644
--- a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
+++ b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE=( sqlite )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1 optfeature
 
@@ -15,14 +14,16 @@ HOMEPAGE="https://github.com/fish-face/quasselgrep"
 MY_COMMIT="9b6b0bc1252daa6e574363d87d04eebd981215a5"
 SRC_URI="https://github.com/fish-face/quasselgrep/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_COMMIT}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
-RDEPEND="dev-python/future[${PYTHON_USEDEP}]
+RDEPEND="
+	dev-python/future[${PYTHON_USEDEP}]
 	dev-python/pycryptodome[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]"
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
 
 pkg_postinst() {
 	optfeature "access postgres db" dev-python/psycopg:2


             reply	other threads:[~2021-08-22 21:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-22 21:53 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-01 14:15 [gentoo-commits] repo/gentoo:master commit in: net-irc/quasselgrep/ Jakov Smolić
2021-07-27  3:27 Sam James
2021-07-27  3:21 Sam James
2020-09-29 20:14 Sam James
2020-09-29 20:14 Sam James
2020-09-29 20:14 Sam James
2020-08-30  8:18 Joonas Niilola
2020-07-29 12:27 Andreas Sturmlechner
2020-07-29 12:27 Andreas Sturmlechner
2020-05-07 15:17 Michał Górny
2019-08-10  6:34 Joonas Niilola
2019-08-07 16:11 Joonas Niilola
2019-08-07 16:06 Joonas Niilola
2017-10-03 22:31 Sam Jorna
2017-07-03 12:45 Sam Jorna

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=1629669220.c6d092f7ce8a1a487d4e20cd181b5fc30e89813f.soap@gentoo \
    --to=soap@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