diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-27 11:48:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-27 11:53:07 +0200 |
commit | d1523350701ccfe883994e4ea7cee1457248d6f7 (patch) | |
tree | e420618106c237738d1f016cd8497096a6baafb8 /dev-python/dkimpy | |
parent | dev-python/prettytable: Remove old (diff) | |
download | gentoo-d1523350701ccfe883994e4ea7cee1457248d6f7.tar.gz gentoo-d1523350701ccfe883994e4ea7cee1457248d6f7.tar.bz2 gentoo-d1523350701ccfe883994e4ea7cee1457248d6f7.zip |
dev-python/dkimpy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dkimpy')
-rw-r--r-- | dev-python/dkimpy/Manifest | 1 | ||||
-rw-r--r-- | dev-python/dkimpy/dkimpy-1.1.7.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest index f8a62b227e44..aac9880e56c1 100644 --- a/dev-python/dkimpy/Manifest +++ b/dev-python/dkimpy/Manifest @@ -1,2 +1 @@ -DIST dkimpy-1.1.7.tar.gz 66735 BLAKE2B 2cca9b23761a6b87cc94d441eb65788971338a53301d00b077e767b0f0591c1db88e64fb57a16e8d78cbdaa0fd8218cb32eb4f1fae2b6760bbbf80ae42e067cf SHA512 79f25bb9f83b3d75aa21aa5521b17679228cd196d26ca35afb8aaf44dd0454bc7dfa50802d33800b410ee680305f2b60da052a9fd9ed6d0aa5838e8093b9236e DIST dkimpy-1.1.8.tar.gz 66979 BLAKE2B 4b118c02dc9039a21fcd4309c6d4f44f8d3d44eacb45f523b5527f217bbb27a58d77d2771fb23447c36bb6f07f9100a075e34a342da8d95bb8ac2cd60b944a7d SHA512 c8a53c01ab329e40ac66c1c77e40f104871fb9f52058a530d08b26599c20cd960f0f4b6a1e4be8e173332634ed0b10e0bf0711285a8eefa40ec5cfdbed74e12e diff --git a/dev-python/dkimpy/dkimpy-1.1.7.ebuild b/dev-python/dkimpy/dkimpy-1.1.7.ebuild deleted file mode 100644 index 6b4ecb70c5d8..000000000000 --- a/dev-python/dkimpy/dkimpy-1.1.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -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-2.0.0[${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 -} |