Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
Date: Mon, 24 Aug 2020 22:33:58
Message-Id: 1598308370.d85cf94a2cfaa3bceb16db002199fd3ea17b5f63.conikost@gentoo
1 commit: d85cf94a2cfaa3bceb16db002199fd3ea17b5f63
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 20:52:05 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 22:32:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85cf94a
7
8 dev-python/python-axolotl: drop old version
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 .../python-axolotl/python-axolotl-0.2.3.ebuild | 28 ----------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
17 deleted file mode 100644
18 index 05c43ad2c92..00000000000
19 --- a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{6,7,8} )
28 -
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="A python module for the axolotl protocol"
32 -HOMEPAGE="https://github.com/tgalal/python-axolotl"
33 -SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="GPL-3"
36 -SLOT="0"
37 -KEYWORDS="amd64 x86"
38 -
39 -RDEPEND="
40 - dev-python/cryptography[${PYTHON_USEDEP}]
41 - dev-python/protobuf-python[${PYTHON_USEDEP}]
42 - dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
43 -"
44 -DEPEND="${RDEPEND}"
45 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
46 -
47 -python_test() {
48 - esetup.py test
49 -}