From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/
Date: Tue, 9 Jun 2020 07:46:45 +0000 (UTC) [thread overview]
Message-ID: <1591688799.3ab5f98e9bf0655e7e2b01ea8f470f523c556d4a.mgorny@gentoo> (raw)
commit: 3ab5f98e9bf0655e7e2b01ea8f470f523c556d4a
Author: David Denoncin <ddenoncin <AT> gmail <DOT> com>
AuthorDate: Sun May 17 00:02:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <ddenoncin <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15840
Signed-off-by: Michał Górny <mgorny <AT> 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
+}
next reply other threads:[~2020-06-09 7:46 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-09 7:46 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-27 9:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/ Michał Górny
2024-07-27 7:49 Arthur Zamarin
2024-07-13 8:59 Michał Górny
2024-07-13 8:28 Arthur Zamarin
2024-07-06 19:37 Arthur Zamarin
2024-07-05 1:41 Michał Górny
2024-06-24 2:41 Michał Górny
2024-05-01 17:44 Michał Górny
2024-05-01 16:48 Sam James
2024-04-15 1:42 Michał Górny
2023-09-01 16:42 Michał Górny
2023-09-01 16:32 Arthur Zamarin
2023-07-29 2:54 Michał Górny
2023-06-18 17:18 Michał Górny
2023-06-18 15:14 Sam James
2023-05-13 16:04 Michał Górny
2023-05-13 14:50 Jakov Smolić
2023-05-13 4:46 Michał Górny
2023-05-01 4:31 Michał Górny
2023-04-10 6:07 Michał Górny
2023-03-30 16:47 Michał Górny
2023-03-30 16:29 Arthur Zamarin
2023-03-11 6:55 Michał Górny
2023-02-26 4:57 Michał Górny
2023-02-16 18:05 Michał Górny
2023-02-16 18:05 Michał Górny
2022-05-21 19:22 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-04-18 8:19 Michał Górny
2021-09-05 4:33 Arthur Zamarin
2021-09-02 19:06 Arthur Zamarin
2020-09-18 14:41 Michał Górny
2020-09-17 16:03 Sam James
2020-09-16 7:13 Michał Górny
2020-08-16 8:01 Joonas Niilola
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-08-05 0:14 Sam James
2020-06-09 7:46 Michał Górny
2020-03-26 20:52 Michał Górny
2020-03-19 18:44 Michał Górny
2019-07-28 0:19 Matthew Thode
2017-12-02 23:44 Amadeusz Piotr Żołnowski
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=1591688799.3ab5f98e9bf0655e7e2b01ea8f470f523c556d4a.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