diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-14 16:28:51 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-14 16:28:51 +0000 |
| commit | f62bd856fb32890878bfcf1c30a28d5be7a1fce5 (patch) | |
| tree | 9a64b28d019fb66e924844d2cf88677aa18e4ec5 /dev-python/authres | |
| parent | 4f6f4506e42746db60e51b5bd9c5d0374a0d960a (diff) | |
| download | baldeagleos-repo-f62bd856fb32890878bfcf1c30a28d5be7a1fce5.tar.gz baldeagleos-repo-f62bd856fb32890878bfcf1c30a28d5be7a1fce5.tar.xz baldeagleos-repo-f62bd856fb32890878bfcf1c30a28d5be7a1fce5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/authres')
| -rw-r--r-- | dev-python/authres/authres-1.2.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/authres/authres-1.2.0.ebuild | 21 |
2 files changed, 1 insertions, 22 deletions
diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild b/dev-python/authres/authres-1.2.0-r1.ebuild index 2893c2bb7a1f..a2298302c933 100644 --- a/dev-python/authres/authres-1.2.0-r1.ebuild +++ b/dev-python/authres/authres-1.2.0-r1.ebuild @@ -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 5e4d19ec49d7..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_{7,8,9,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}" -} |
