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 4284A13835B for ; Tue, 9 Jun 2020 07:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A840E08CD; Tue, 9 Jun 2020 07:46:50 +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 EDADBE08E2 for ; Tue, 9 Jun 2020 07:46:49 +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 9D9EA34EF25 for ; Tue, 9 Jun 2020 07:46:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 196F3291 for ; Tue, 9 Jun 2020 07:46:45 +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: <1591688799.3ab5f98e9bf0655e7e2b01ea8f470f523c556d4a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dkimpy/Manifest dev-python/dkimpy/dkimpy-1.0.4.ebuild X-VCS-Directories: dev-python/dkimpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ab5f98e9bf0655e7e2b01ea8f470f523c556d4a X-VCS-Branch: master Date: Tue, 9 Jun 2020 07:46:45 +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: f19670c5-9542-429a-a6eb-1aacbae4c0f8 X-Archives-Hash: 9397a18259e4db3148512c594d0dc70d commit: 3ab5f98e9bf0655e7e2b01ea8f470f523c556d4a Author: David Denoncin gmail com> AuthorDate: Sun May 17 00:02:23 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 9 07:46:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab5f98e dev-python/dkimpy: version bump Closes: https://bugs.gentoo.org/717052 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Denoncin gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15840 Signed-off-by: Michał Górny gentoo.org> dev-python/dkimpy/Manifest | 1 + dev-python/dkimpy/dkimpy-1.0.4.ebuild | 38 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest index f1223ba349a..598894dfe55 100644 --- a/dev-python/dkimpy/Manifest +++ b/dev-python/dkimpy/Manifest @@ -1 +1,2 @@ DIST dkimpy-0.9.2.tar.gz 50263 BLAKE2B e18b1337699c1e843b4878cc84aa9988adaca475cd22b406b558c132a36761669c835dbb9718ba6c40fa5f78efe669d08c8517d6208f783399834737f4805671 SHA512 a1e7ac778f8cf0897793f296061ef67a6945b136db1a7aee18498ce33111d1a0d485b0ce32f52c22c0866be644065e000de57131301000a83a1b55b6a875bfce +DIST dkimpy-1.0.4.tar.gz 59689 BLAKE2B ddbe24f3d98833260763eac65199dc282d4833f22adaf5495247c2198626da826d8e1b40767a7a85dd2fe62efe527d99e3c2bcbb838f1038e6ae65af1a60b686 SHA512 0c6b35f6658b11bee340cfe51eca03c301ee052ce602a326b4519bbe134cc7f7d816b8b58faf38bec53b71201bd57dcd1869dd4f3df942cbf2f49caca04cde34 diff --git a/dev-python/dkimpy/dkimpy-1.0.4.ebuild b/dev-python/dkimpy/dkimpy-1.0.4.ebuild new file mode 100644 index 00000000000..459673c351c --- /dev/null +++ b/dev-python/dkimpy/dkimpy-1.0.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 eutils + +DESCRIPTION="DKIM and ARC email signing and verification library" +HOMEPAGE="https://launchpad.net/dkimpy" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + dev-python/dnspython[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest + +BDEPEND+=" + test? ( + dev-python/authres[${PYTHON_USEDEP}] + dev-python/pynacl[${PYTHON_USEDEP}] + ) +" + +pkg_postinst() { + elog "Optional dependencies:" + optfeature "ARC support" dev-python/authres + optfeature "ed25519 capability" dev-python/pynacl + optfeature "asyncio support" dev-python/aiodns +}