public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/authres/
Date: Mon, 18 Apr 2022 08:19:15 +0000 (UTC)	[thread overview]
Message-ID: <1650269946.7682e30474e0c1b1141b08d47575c4ab84db1d87.mgorny@gentoo> (raw)

commit:     7682e30474e0c1b1141b08d47575c4ab84db1d87
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 07:51:05 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 08:19:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7682e304

dev-python/authres: EAPI 8, PEP517

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/authres/authres-1.2.0-r1.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild b/dev-python/authres/authres-1.2.0-r1.ebuild
new file mode 100644
index 000000000000..274f78a74a92
--- /dev/null
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Parse and generate Authentication-Results headers"
+HOMEPAGE="
+	https://launchpad.net/authentication-results-python/
+	https://pypi.org/project/authres/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+SLOT="0"
+
+python_test() {
+	"${EPYTHON}" -m doctest -v authres/tests ||
+		die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2022-04-18  8:19 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-18  8:19 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 14:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/authres/ Michał Górny
2024-05-17 14:26 Michał Górny
2023-05-27  9:44 Arthur Zamarin
2023-03-16  3:44 Michał Górny
2022-06-13 18:05 Michał Górny
2022-06-13 16:29 Sam James
2022-05-12 19:21 Arthur Zamarin
2021-06-05 12:56 Michał Górny
2021-03-15  2:55 Sam James
2020-08-05  0:14 Sam James
2020-06-08 17:52 Michał Górny
2020-05-14 13:25 Agostino Sarubbo
2020-05-14 13:22 Agostino Sarubbo
2020-05-04 10:23 Michał Górny
2020-04-19 20:40 Michael Orlitzky
2020-03-19 18:44 Michał Górny
2019-07-28  0:19 Matthew Thode
2019-04-09 10:51 Michał Górny
2019-04-09 10:50 Michał Górny
2019-04-09 10:50 Michał Górny
2018-01-02 22:14 Michał Górny
2017-06-28 13:19 Agostino Sarubbo
2017-04-24 15:49 Pacho Ramos
2017-04-20 17:01 Michał Górny

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=1650269946.7682e30474e0c1b1141b08d47575c4ab84db1d87.mgorny@gentoo \
    --to=mgorny@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