Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Sun, 07 May 2017 01:02:20
Message-Id: 1494118877.87e83e0eb900b0c2071b81f8455c0eda7f5d4252.mrueg@gentoo
1 commit: 87e83e0eb900b0c2071b81f8455c0eda7f5d4252
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 7 01:01:17 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 01:01:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e83e0e
7
8 app-crypt/acme: Sync live
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 app-crypt/acme/acme-9999.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
16 index 69472741cfc..bf3eed8aaa7 100644
17 --- a/app-crypt/acme/acme-9999.ebuild
18 +++ b/app-crypt/acme/acme-9999.ebuild
19 @@ -33,11 +33,6 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
20 DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
21 >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
22
23 -python_prepare_all() {
24 - sed -i -e "/'argparse',/d" setup.py || die
25 - distutils-r1_python_prepare_all
26 -}
27 -
28 python_test() {
29 nosetests -w ${PN} || die
30 }