Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/authres/
Date: Tue, 02 Jan 2018 22:14:08
Message-Id: 1514931228.e1edddcd35d37853b01d2e4b93cbc3a381696ccf.mgorny@gentoo
1 commit: e1edddcd35d37853b01d2e4b93cbc3a381696ccf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 15:06:32 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 22:13:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1edddcd
7
8 dev-python/authres: Clean old up
9
10 dev-python/authres/Manifest | 1 -
11 dev-python/authres/authres-0.701.ebuild | 23 -----------------------
12 2 files changed, 24 deletions(-)
13
14 diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest
15 index e640258265d..d1b26a44aac 100644
16 --- a/dev-python/authres/Manifest
17 +++ b/dev-python/authres/Manifest
18 @@ -1,2 +1 @@
19 -DIST authres-0.701.tar.gz 18878 BLAKE2B 27dbf9aea7047a2c1746e4aea1b948128a13cea8d3107b48701b122f2b4a2d4702098e3d7405e3371580da5b2f05dc574ca82b43c4404ea3add5fca6a7d77b5f SHA512 e4482a8c5494a550a76a0d0b8b0d406d257da271d8fae901569a960d2f90ec616c5de48a578240e831c29f9345d128ecc9cba6f05befbb03f5cd90b4c26af422
20 DIST authres-0.800.tar.gz 19863 BLAKE2B 01f9264a78ef5a3ee9fa1db17dd4fc5d1e849a5f297f610ab0bda09f4900bca15e63d71c2312e12b1e6173213d3eef938dae996c7bcc599de496b6c77001de87 SHA512 d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7
21
22 diff --git a/dev-python/authres/authres-0.701.ebuild b/dev-python/authres/authres-0.701.ebuild
23 deleted file mode 100644
24 index 36c972c7dc8..00000000000
25 --- a/dev-python/authres/authres-0.701.ebuild
26 +++ /dev/null
27 @@ -1,23 +0,0 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
33 -
34 -inherit distutils-r1
35 -
36 -DESCRIPTION="Authentication Results Header Module"
37 -HOMEPAGE="https://launchpad.net/authentication-results-python https://pypi.python.org/pypi/authres"
38 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39 -
40 -LICENSE="Apache-2.0"
41 -KEYWORDS="amd64 x86"
42 -SLOT="0"
43 -IUSE=""
44 -
45 -DOCS=( CHANGES README )
46 -
47 -python_test() {
48 - "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \
49 - sys.exit(bool(f))" || return
50 -}