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 5244C138334 for ; Thu, 2 May 2019 05:52:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07131E0869; Thu, 2 May 2019 05:52:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E3A4CE0869 for ; Thu, 2 May 2019 05:52:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC9213432C4 for ; Thu, 2 May 2019 05:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7289857F for ; Thu, 2 May 2019 05:52:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1556776198.da41a55c12294e10e186fb238ee7e9938f1ab13e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/glep63-check/Manifest app-crypt/glep63-check/glep63-check-7.ebuild X-VCS-Directories: app-crypt/glep63-check/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: da41a55c12294e10e186fb238ee7e9938f1ab13e X-VCS-Branch: master Date: Thu, 2 May 2019 05:52:37 +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: 72efab76-b914-49b3-9fe8-0903c851d2ea X-Archives-Hash: 1d8c04627f53d4b81e0525f6dc131e7e commit: da41a55c12294e10e186fb238ee7e9938f1ab13e Author: Michał Górny gentoo org> AuthorDate: Thu May 2 05:49:58 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 2 05:49:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da41a55c app-crypt/glep63-check: Bump to v7 Signed-off-by: Michał Górny gentoo.org> app-crypt/glep63-check/Manifest | 1 + app-crypt/glep63-check/glep63-check-7.ebuild | 30 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-crypt/glep63-check/Manifest b/app-crypt/glep63-check/Manifest index ffe6730e85e..29127241c13 100644 --- a/app-crypt/glep63-check/Manifest +++ b/app-crypt/glep63-check/Manifest @@ -1 +1,2 @@ DIST glep63-check-6.tar.gz 61318 BLAKE2B 9310a70556deabf90003c154c326480e7a5fb58992bf79201100c21fbbeb17ebfdb560d861586d1c206a8d4ed3e64500a8eca4d99dacd072dce121736cdb2d3e SHA512 f0729683095222f60243923bcb7d9c1b984eb10cb0d8a0da2ec756b40a11c3f4f3de466fa533a66d4f645a2de09137a12a47eda5e80d7d5d562b0926a30b1a72 +DIST glep63-check-7.tar.gz 66680 BLAKE2B 33c332b6f90a2b9bcecc174c2a0cdd4e99f3e03d6b5c663b3477b486a96e03116612e8d63ead29d7036c115e0a21dfcf952d1085d23b1bce966fd784f1c12f23 SHA512 7990f2c926f23a92164b9aaa8da549cfe8194b7fe864f8787daf0e24d4dd7812cc917f0d5beea0355c14c0cf737a9ea2351a570da39a19a0dfc7bcd42e0cac05 diff --git a/app-crypt/glep63-check/glep63-check-7.ebuild b/app-crypt/glep63-check/glep63-check-7.ebuild new file mode 100644 index 00000000000..13996cabd8a --- /dev/null +++ b/app-crypt/glep63-check/glep63-check-7.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{5,6,7} ) + +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" +IUSE="test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="!test? ( test )" + +RDEPEND="app-crypt/gnupg" +DEPEND=" + test? ( + ${RDEPEND} + sys-libs/libfaketime + )" + +python_test() { + "${EPYTHON}" -m unittest -v || die "Tests fail with ${EPYTHON}" +}