diff options
author | 2022-02-10 11:16:52 +0100 | |
---|---|---|
committer | 2022-02-10 11:27:06 +0100 | |
commit | 2b796436a61e4d6483a054e2a9ade0fec861c6e4 (patch) | |
tree | 5132d66fa5b2644b8022996b1880bbc7724aeeb1 /app-crypt/glep63-check/glep63-check-11.ebuild | |
parent | app-text/ronn-ng: Keyword 0.9.1 x86, #828125 (diff) | |
download | gentoo-2b796436a61e4d6483a054e2a9ade0fec861c6e4.tar.gz gentoo-2b796436a61e4d6483a054e2a9ade0fec861c6e4.tar.bz2 gentoo-2b796436a61e4d6483a054e2a9ade0fec861c6e4.zip |
app-crypt/glep63-check: Bump to v11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt/glep63-check/glep63-check-11.ebuild')
-rw-r--r-- | app-crypt/glep63-check/glep63-check-11.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild b/app-crypt/glep63-check/glep63-check-11.ebuild new file mode 100644 index 000000000000..cc39349f46f0 --- /dev/null +++ b/app-crypt/glep63-check/glep63-check-11.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys" +HOMEPAGE="https://github.com/mgorny/glep63-check/" +SRC_URI=" + https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-crypt/gnupg" +DEPEND=" + test? ( + >=app-crypt/gnupg-2.3.3 + sys-libs/libfaketime + )" + +distutils_enable_tests unittest |