commit:     6fdcd44dbb30381a07740137d6b389a85fafcccf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 14:23:27 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 14:24:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdcd44d

dev-python/consonance: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/consonance/Manifest                   |  1 -
 dev-python/consonance/consonance-0.1.3-r1.ebuild | 39 ------------------------
 2 files changed, 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
-}

Reply via email to