From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73C79138353 for ; Sun, 19 Apr 2020 20:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABC9BE08D4; Sun, 19 Apr 2020 20:40:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 890BFE08D4 for ; Sun, 19 Apr 2020 20:40:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08B8A34F025 for ; Sun, 19 Apr 2020 20:40:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B843514C for ; Sun, 19 Apr 2020 20:40:24 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1587328381.55d98a38681faaf9100f38afc2388f9d4dc9d5ba.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/authres/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/authres/Manifest dev-python/authres/authres-1.2.0.ebuild X-VCS-Directories: dev-python/authres/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 55d98a38681faaf9100f38afc2388f9d4dc9d5ba X-VCS-Branch: master Date: Sun, 19 Apr 2020 20:40:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76ee051b-09ed-430b-9cea-68883d6a51df X-Archives-Hash: 78813df29a5fb6b7c4ad33d75a765d45 commit: 55d98a38681faaf9100f38afc2388f9d4dc9d5ba Author: Michael Orlitzky gentoo org> AuthorDate: Sun Apr 19 16:07:17 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Apr 19 20:33:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d98a38 dev-python/authres: new version with python-3.8 support. This is needed to add python-3.8 support to dev-python/pyspf, which is in turn needed for the same in mail-filter/pypolicyd-spf. Bug: https://bugs.gentoo.org/718324 Closes: https://bugs.gentoo.org/711700 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky gentoo.org> dev-python/authres/Manifest | 1 + dev-python/authres/authres-1.2.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest index 0ba1a619c7a..7fa2219a5aa 100644 --- a/dev-python/authres/Manifest +++ b/dev-python/authres/Manifest @@ -1,2 +1,3 @@ DIST authres-0.800.tar.gz 19863 BLAKE2B 01f9264a78ef5a3ee9fa1db17dd4fc5d1e849a5f297f610ab0bda09f4900bca15e63d71c2312e12b1e6173213d3eef938dae996c7bcc599de496b6c77001de87 SHA512 d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7 DIST authres-1.1.1.tar.gz 23180 BLAKE2B 8ca2e0a0e93da50188d721be1fd60604ec2fdedb117df39c6e74d454d48d008a1627b45acbc18df3bc3c386794d7ac91e31ccca131c9e6e04f6bb34417f64c50 SHA512 61e73e85e524279d5db37375fbe7b1fcf65a24280ef61124a94e4236ce477c225637690e9d424f5ee3fef8b9cd3d26c6d512dfa3c1c8491fa4f4bf266f88ac80 +DIST authres-1.2.0.tar.gz 23226 BLAKE2B ecae8e08a72cfca48a8264ae8d93bc29a8a7afc080a120b08380fe29be1ac50bb68a74e6741dbf7ada2f9eb901d2da0b1567e8aa10b7a82ba4953cd32cc94f57 SHA512 b801b24127f90608c4e7870a3a15bfb6e350f7d8bbe7b7cd9e1c6d541fd360afb9bdd15f35e864f01f8ff2d33d65650e712c932c9402ab2affb86bc7536b63e1 diff --git a/dev-python/authres/authres-1.2.0.ebuild b/dev-python/authres/authres-1.2.0.ebuild new file mode 100644 index 00000000000..73bbc14a321 --- /dev/null +++ b/dev-python/authres/authres-1.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{3_6,3_7,3_8} 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" +IUSE="" + +python_test() { + "${EPYTHON}" -m doctest -v authres/tests || + die "Tests fail with ${EPYTHON}" +}