public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/
Date: Thu,  2 May 2019 16:44:50 +0000 (UTC)	[thread overview]
Message-ID: <1556815486.d07897ce375e76776c3b880c8028f33353911b43.mgorny@gentoo> (raw)

commit:     d07897ce375e76776c3b880c8028f33353911b43
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 16:42:35 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  2 16:44:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07897ce

app-crypt/glep63-check: Bump to v8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-crypt/glep63-check/Manifest              |  1 +
 app-crypt/glep63-check/glep63-check-8.ebuild | 30 ++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-crypt/glep63-check/Manifest b/app-crypt/glep63-check/Manifest
index 29127241c13..5d642c3684b 100644
--- a/app-crypt/glep63-check/Manifest
+++ b/app-crypt/glep63-check/Manifest
@@ -1,2 +1,3 @@
 DIST glep63-check-6.tar.gz 61318 BLAKE2B 9310a70556deabf90003c154c326480e7a5fb58992bf79201100c21fbbeb17ebfdb560d861586d1c206a8d4ed3e64500a8eca4d99dacd072dce121736cdb2d3e SHA512 f0729683095222f60243923bcb7d9c1b984eb10cb0d8a0da2ec756b40a11c3f4f3de466fa533a66d4f645a2de09137a12a47eda5e80d7d5d562b0926a30b1a72
 DIST glep63-check-7.tar.gz 66680 BLAKE2B 33c332b6f90a2b9bcecc174c2a0cdd4e99f3e03d6b5c663b3477b486a96e03116612e8d63ead29d7036c115e0a21dfcf952d1085d23b1bce966fd784f1c12f23 SHA512 7990f2c926f23a92164b9aaa8da549cfe8194b7fe864f8787daf0e24d4dd7812cc917f0d5beea0355c14c0cf737a9ea2351a570da39a19a0dfc7bcd42e0cac05
+DIST glep63-check-8.tar.gz 67982 BLAKE2B b6f785e7f589521f719c4bbf6452bd74c1926c24889be404680b3edefb88b335e52f991e63c3fa33ee3a0a59b5112d01b6ab62785c3074d21b4fce473cb3b17f SHA512 1063889290820d4581a11de7a74058c85889864846de635581b4d9f5b46378d64acfc8c41827de1e54276dc941e8d08a59c86e06e8090795c192437c8c39731d

diff --git a/app-crypt/glep63-check/glep63-check-8.ebuild b/app-crypt/glep63-check/glep63-check-8.ebuild
new file mode 100644
index 00000000000..13996cabd8a
--- /dev/null
+++ b/app-crypt/glep63-check/glep63-check-8.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}"
+}


             reply	other threads:[~2019-05-02 16:44 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-02 16:44 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  6:22 [gentoo-commits] repo/gentoo:master commit in: app-crypt/glep63-check/ Sam James
2024-03-03 19:07 Michał Górny
2024-03-03 19:03 Michał Górny
2024-03-03 19:03 Michał Górny
2024-03-03 19:03 Michał Górny
2024-03-03 16:20 Michał Górny
2024-03-03 16:20 Michał Górny
2023-04-25 19:49 Sam James
2023-04-25 14:09 Arthur Zamarin
2023-04-25 13:43 Arthur Zamarin
2023-04-25 13:42 Arthur Zamarin
2023-03-09  7:38 Arthur Zamarin
2023-01-10  4:44 Sam James
2022-02-10 12:02 Michał Górny
2022-02-10 11:13 Jakov Smolić
2022-02-10 10:27 Michał Górny
2021-09-28  6:31 Michał Górny
2021-06-13 15:27 Michał Górny
2020-12-14 22:08 Mike Gilbert
2020-05-26  3:10 Mike Gilbert
2020-04-15  5:33 Mike Gilbert
2019-06-08  8:00 Michał Górny
2019-06-05  6:48 Agostino Sarubbo
2019-06-02  6:40 Michał Górny
2019-05-11 12:38 Michał Górny
2019-05-11 10:08 Michał Górny
2019-05-02 18:31 Mikle Kolyada
2019-05-02 18:31 Mikle Kolyada
2019-05-02  5:52 Michał Górny
2018-09-11  8:18 Michał Górny
2018-09-09  7:48 Mikle Kolyada
2018-09-09  1:12 Thomas Deutschmann
2018-08-03  9:58 Michał Górny
2018-08-02 15:15 Michał Górny
2018-07-31 10:28 Michał Górny
2018-07-31 10:28 Michał Górny
2018-07-29 21:04 Michał Górny
2018-07-21  9:22 Michał Górny
2018-07-04 21:00 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1556815486.d07897ce375e76776c3b880c8028f33353911b43.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox