Gentoo Archives: gentoo-commits

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