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 BF26E1396D9 for ; Sat, 28 Oct 2017 21:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0920B2BC17D; Sat, 28 Oct 2017 21:28:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BEFEA2BC17D for ; Sat, 28 Oct 2017 21:28:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D452634165D for ; Sat, 28 Oct 2017 21:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9624C41F for ; Sat, 28 Oct 2017 21:28:49 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1509226122.e363e427e8f7a291e8b1ec886682e5cb7d7c9ed6.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-gnupg/Manifest dev-python/python-gnupg/python-gnupg-0.4.0.ebuild X-VCS-Directories: dev-python/python-gnupg/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e363e427e8f7a291e8b1ec886682e5cb7d7c9ed6 X-VCS-Branch: master Date: Sat, 28 Oct 2017 21:28:49 +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-Archives-Salt: 7b923d59-45bb-4796-b666-872c77286b93 X-Archives-Hash: 9be7a0a135e33473d72522adfecf0c35 commit: e363e427e8f7a291e8b1ec886682e5cb7d7c9ed6 Author: Patrice Clement gentoo org> AuthorDate: Sat Oct 28 21:28:30 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Oct 28 21:28:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e363e427 dev-python/python-gnupg: version bump. Closes: https://bugs.gentoo.org/622224 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/python-gnupg/Manifest | 1 + dev-python/python-gnupg/python-gnupg-0.4.0.ebuild | 27 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/python-gnupg/Manifest b/dev-python/python-gnupg/Manifest index 87f7c5e9c76..00e1e45c230 100644 --- a/dev-python/python-gnupg/Manifest +++ b/dev-python/python-gnupg/Manifest @@ -1 +1,2 @@ DIST python-gnupg-0.3.8.tar.gz 38993 SHA256 3872ced77d69203f31817107b324b0dd33d4437a330dc58eca140c8758d26b5a SHA512 128ba1f89e8baf0d1ae53153d7cbe73bfc99617a1aadfd9a02e2e2e2c5f0bb9c7482023bf54f32989e92cc14a9eb32325e4c358c63bce48a70a78d068103ed4f WHIRLPOOL 9080ceeade7e4c614a532eccbd4e9818d62233a6d1751acb159e8e0f13c71edf177d2c1592f0685c7e4139ba59826b8cb13864c11c37e33445a176c693d84f52 +DIST python-gnupg-0.4.0.tar.gz 43987 SHA256 e6aaf344852fa11824e4151ab63326a07dd0ef977dddffcce43669a79842a8f9 SHA512 f486ec97aee01cf46d055421211ff5704093a382155043b7ced6f809dc15d7669d5869038a1b26c5f1831076d85c929d781bc22e35ab293a14bc6e2f5f27fa32 WHIRLPOOL cdb34fe95f147fab286d1bcf0574ed186a4557f6cd866a10a1a37076a218e586b4b66cdd3dba754acfc7cad140c583b93e3779986d3408b4148c84f89e8ca85a diff --git a/dev-python/python-gnupg/python-gnupg-0.4.0.ebuild b/dev-python/python-gnupg/python-gnupg-0.4.0.ebuild new file mode 100644 index 00000000000..72c13fabebb --- /dev/null +++ b/dev-python/python-gnupg/python-gnupg-0.4.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Python wrapper for GNU Privacy Guard" +HOMEPAGE="http://pythonhosted.org/python-gnupg/ https://github.com/vsajip/python-gnupg/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + +RDEPEND="app-crypt/gnupg" +DEPEND="${RDEPEND}" + +# They hung. We haven't figured out why yet. +RESTRICT="test" + +python_test() { + # Note; 1 test fails under pypy only + "${PYTHON}" test_gnupg.py || die "Tests fail with ${EPYTHON}" +}