diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-20 15:23:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-20 15:24:40 +0100 |
commit | 6fdcd44dbb30381a07740137d6b389a85fafcccf (patch) | |
tree | 1f71ce94137a71b5b3127f93ecf79e012e23155b /dev-python/consonance | |
parent | dev-python/python-utils: Remove old (diff) | |
download | gentoo-6fdcd44dbb30381a07740137d6b389a85fafcccf.tar.gz gentoo-6fdcd44dbb30381a07740137d6b389a85fafcccf.tar.bz2 gentoo-6fdcd44dbb30381a07740137d6b389a85fafcccf.zip |
dev-python/consonance: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/consonance')
-rw-r--r-- | dev-python/consonance/Manifest | 1 | ||||
-rw-r--r-- | dev-python/consonance/consonance-0.1.3-r1.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/consonance/Manifest b/dev-python/consonance/Manifest index 3b59e36d0cb0..8e2cea3c58bd 100644 --- a/dev-python/consonance/Manifest +++ b/dev-python/consonance/Manifest @@ -1,2 +1 @@ -DIST consonance-0.1.3.tar.gz 30762 BLAKE2B c30db2741a851ae1ef02361102c432d931925125d8648c0e5b1a88005f480219eaf81e8205559dd709b43e98b3925777d1fecf702577e38c3ec1c8f4e8a19cce SHA512 9f36f81b453dc4de2217a997580bb3f8747c86a8116275ba5a0e86cc66ec62d6490ae20c0e5f7401d1c16d601686936ba7b789999941c657a0b508ce0dea1cea DIST consonance-0.1.5.tar.gz 31225 BLAKE2B 049637747e0b9b027bfc9a064d4fe792a7d2cc42219d83662646120423af1ef18e4a8328a9deaa9e9d8d0f75065afceb6cc9c533fa5728b1e866c160811cce16 SHA512 3ab8a7a2dbca22d519c79a2903f90d79ce3b5709e0025667c9fbe0d5bfc8b3a4ab853403dd29b791bd2cf3101fdd2a3c806e694840256f373d1930daeea71509 diff --git a/dev-python/consonance/consonance-0.1.3-r1.ebuild b/dev-python/consonance/consonance-0.1.3-r1.ebuild deleted file mode 100644 index 6764518f53ce..000000000000 --- a/dev-python/consonance/consonance-0.1.3-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS="bdepend" -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="WhatsApp's handshake implementation using Noise Protocol" -HOMEPAGE="https://github.com/tgalal/consonance" -SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -# Tests require an active internet connection -RESTRICT="test" - -RDEPEND=" - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/dissononce[${PYTHON_USEDEP}] - dev-python/protobuf-python[${PYTHON_USEDEP}] - dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}] - dev-python/transitions[${PYTHON_USEDEP}] -" - -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest - -src_install() { - distutils-r1_src_install - - use examples && dodoc examples/*.py -} |