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: Sat, 13 May 2023 16:04:11 +0000 (UTC) [thread overview]
Message-ID: <1683993839.d2497b2c9a099ddbc8e9f9ae8ea77acc3a7b7f1a.mgorny@gentoo> (raw)
commit: d2497b2c9a099ddbc8e9f9ae8ea77acc3a7b7f1a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 15:47:50 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 13 16:03:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2497b2c
dev-python/dkimpy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dkimpy/Manifest | 2 --
dev-python/dkimpy/dkimpy-1.1.1.ebuild | 37 -----------------------------------
dev-python/dkimpy/dkimpy-1.1.2.ebuild | 37 -----------------------------------
3 files changed, 76 deletions(-)
diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index 3e854d5927d6..3b508ca46354 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,4 +1,2 @@
-DIST dkimpy-1.1.1.tar.gz 66368 BLAKE2B 6b9107129a0857a384d90b9c7d3970177aa32edaaeb41d62dd4edc6fdf7e8c16e3160162aaed074f865d476dc3f7f20ad299f7034858c0fc59ef88c651552ae4 SHA512 46db739f48f5b3aa1605f12822bef61286767b8770685d5056fcebf8475f9cbc78265c792a0371226ffaa97a55703acc6f6ae63c44944cf29a392c8bf51d49b9
-DIST dkimpy-1.1.2.tar.gz 66466 BLAKE2B a202acba76b83bc6c9e82d02e45ae77a09aa016c77285efd8c1c291ca9633f1cb02335b86b6da232a291e6f9a9ae3b344f217a1539bc9bfd7b0cefcbff81ab4f SHA512 92d8427ffd58269d91d0ebc20b082cf110431aa73a1b49fb4565d69e84b6f99404eb7cd91a3c81683461e6ff6361084f41a147b35b36ae4824cffe756b78a9cb
DIST dkimpy-1.1.3.tar.gz 66793 BLAKE2B 179bd811725f17a89c6ef62b9295d5e0c97df9fc6257e62025262466eae79562ccb3e8088e2388ec481558c88647a646ebeb9b36afbf5d59919e14ac6f1ce0af SHA512 6c845e80183b9c0384163f9353b4cf065736684ec4b32f4d71ae9b92eff51105358d7c203f38d427921c00722656dbe1971247dd69e7a1442d6d0ed89874b2d5
DIST dkimpy-1.1.4.tar.gz 66966 BLAKE2B f07d1d704d08f5d812c3937622c4ab8a2359f9ffbb9188a5c66cdf96fc050427a9fcd58696e6f592b53026034038fe71d3f2ea2708705fe0289b26ccf36a521b SHA512 230808753228c0c3823bf7ef69f19e349dc03e734b534d3f941b1e3183a52b2b370dbbb7568f663095d003dcdbd649f2230d1548e0d140605f243350570b8830
diff --git a/dev-python/dkimpy/dkimpy-1.1.1.ebuild b/dev-python/dkimpy/dkimpy-1.1.1.ebuild
deleted file mode 100644
index 02377b6d1896..000000000000
--- a/dev-python/dkimpy/dkimpy-1.1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="
- https://launchpad.net/dkimpy/
- https://pypi.org/project/dkimpy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
- dev-python/dnspython[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/authres[${PYTHON_USEDEP}]
- dev-python/pynacl[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
- optfeature "ARC support" dev-python/authres
- optfeature "ed25519 capability" dev-python/pynacl
- optfeature "asyncio support" dev-python/aiodns
-}
diff --git a/dev-python/dkimpy/dkimpy-1.1.2.ebuild b/dev-python/dkimpy/dkimpy-1.1.2.ebuild
deleted file mode 100644
index 7a71236ad9dd..000000000000
--- a/dev-python/dkimpy/dkimpy-1.1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="
- https://launchpad.net/dkimpy/
- https://pypi.org/project/dkimpy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- dev-python/dnspython[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/authres[${PYTHON_USEDEP}]
- dev-python/pynacl[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
- optfeature "ARC support" dev-python/authres
- optfeature "ed25519 capability" dev-python/pynacl
- optfeature "asyncio support" dev-python/aiodns
-}
next reply other threads:[~2023-05-13 16:04 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-13 16:04 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 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-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=1683993839.d2497b2c9a099ddbc8e9f9ae8ea77acc3a7b7f1a.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