summaryrefslogtreecommitdiff
path: root/dev-python/authres
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/authres')
-rw-r--r--dev-python/authres/Manifest3
-rw-r--r--dev-python/authres/authres-1.2.0-r1.ebuild4
-rw-r--r--dev-python/authres/authres-1.2.0.ebuild21
3 files changed, 3 insertions, 25 deletions
diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest
index 41fa5dad6d79..33f2c5e8743e 100644
--- a/dev-python/authres/Manifest
+++ b/dev-python/authres/Manifest
@@ -1,4 +1,3 @@
DIST authres-1.2.0.tar.gz 23226 BLAKE2B ecae8e08a72cfca48a8264ae8d93bc29a8a7afc080a120b08380fe29be1ac50bb68a74e6741dbf7ada2f9eb901d2da0b1567e8aa10b7a82ba4953cd32cc94f57 SHA512 b801b24127f90608c4e7870a3a15bfb6e350f7d8bbe7b7cd9e1c6d541fd360afb9bdd15f35e864f01f8ff2d33d65650e712c932c9402ab2affb86bc7536b63e1
-EBUILD authres-1.2.0-r1.ebuild 586 BLAKE2B cf00057b9b78b4276c16bc2a7bb0e016840ed33206075f1859944eb3c9787ccf5745ac87db0bb5fcd0e324b6afbe776a59f1cc6b2abc29076745869451dc3638 SHA512 4c0fa3712e26ddf7fbab1702410035737822b671eb08a932e578d0edfaca0a5222df8dc303121c84fd600e4bc16f435d350f8283d86478df44b239d9a996fc22
-EBUILD authres-1.2.0.ebuild 546 BLAKE2B b0d91da6e1744447675c74732e997596d177fa8a6cf17341050b35ccd6e91af702d1a538f3239e69014f802468809f161ade549f7c79f0ef4d5c42b87a2b7207 SHA512 1045bbb9e81ed1735c0872e7afee49e67c3bb9e9012167dfd71e3bf9aa31f3a9569200ebafef9141f6979dbf359d0afd3676b2d4fd6040e296c24965c7bd91fa
+EBUILD authres-1.2.0-r1.ebuild 583 BLAKE2B ec569e35db15b7907c976fe8c22dda5f9e6f619bcbbb6e01eee90ce8774fca5a3b352421f3c4d3d5a9a8acf5ea818499103821587a8ffa0a2d04a91543a3fac7 SHA512 7651b0613789dbe8a721fbea3e56ace61997d79686ae8d417e6131c937bf1bcc90523a28c4dc1320fe9a8dd894b2f22953be618729fe704f774ed172804a25de
MISC metadata.xml 684 BLAKE2B 42c30f654a56951219acfbdde20fb17a13ba61f8206baf6e7f46727fc27c07f29b0ade7ed72c9a752055f96fe9f0b078cef689dab834a2b77f6c959944344e67 SHA512 237e59ab7f7ccced9743a8dbc8f0737845e120b8cf7a53fb91b41811db14c2cef93f913b5f873b150a05302dd17a45721cbe4795f63034c5524aafb5f82575f5
diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild b/dev-python/authres/authres-1.2.0-r1.ebuild
index 274f78a74a92..c9278ab80d4c 100644
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
@@ -16,7 +16,7 @@ HOMEPAGE="
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
SLOT="0"
python_test() {
diff --git a/dev-python/authres/authres-1.2.0.ebuild b/dev-python/authres/authres-1.2.0.ebuild
deleted file mode 100644
index 3eb7608b317a..000000000000
--- a/dev-python/authres/authres-1.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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}"
-}