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/hgdistver/
Date: Wed, 03 May 2017 09:26:53
Message-Id: 1493803566.57e57dc4051c66429268f654f7519b64a7052f9c.mgorny@gentoo
1 commit: 57e57dc4051c66429268f654f7519b64a7052f9c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 08:04:09 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 09:26:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e57dc4
7
8 dev-python/hgdistver: Clean old versions up
9
10 dev-python/hgdistver/Manifest | 1 -
11 dev-python/hgdistver/hgdistver-0.22.ebuild | 24 ------------------------
12 2 files changed, 25 deletions(-)
13
14 diff --git a/dev-python/hgdistver/Manifest b/dev-python/hgdistver/Manifest
15 index e950cccf234..5b943f7c6c8 100644
16 --- a/dev-python/hgdistver/Manifest
17 +++ b/dev-python/hgdistver/Manifest
18 @@ -1,2 +1 @@
19 -DIST hgdistver-0.22.tar.gz 5442 SHA256 97bfe6b57f0edf67dc4d59abf3abe949584499cd3f67350052d9e2601e749bdf SHA512 690c4fd1fdafd853539c37703982ece5aca6df8a7c03b35e98447ec6349454f806500ea8fcf9efcca8958286e3e5f36fc86d2ae81f64ab61397cc86106cec7ad WHIRLPOOL 53050ff028c8c67840967d20209bb9c50b1e33b74786b0f7ef984172d6f87c05b111d51e8d3cc06ebdd6aa52aa34dc59d90931e5ebb0a16f50c1b071bb0d15a8
20 DIST hgdistver-0.25.tar.gz 9879 SHA256 603bed5bcd892252b4501375fbca4a24de7937418e0a6ef299e3902c5a198d8d SHA512 3fef872af3c8fffb3ba612d2505260468b510c17219257640a4bcf3dc6568fdf59eb3cc544ef41b7eab32ee6cedcd81bfffce753c98bbc7d1e538fe4937d039c WHIRLPOOL 3afad9490e51b67bb90671377083eb0e853f242f088f83f4574d3ff19506cafed04c4c089f54e603ede5f3a5d6e1b9eafd0db00095d2f1c0b9ff0451efdb407e
21
22 diff --git a/dev-python/hgdistver/hgdistver-0.22.ebuild b/dev-python/hgdistver/hgdistver-0.22.ebuild
23 deleted file mode 100644
24 index ad56837ee65..00000000000
25 --- a/dev-python/hgdistver/hgdistver-0.22.ebuild
26 +++ /dev/null
27 @@ -1,24 +0,0 @@
28 -# Copyright 1999-2017 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 pypy3 )
33 -
34 -inherit distutils-r1
35 -
36 -DESCRIPTION="utility lib to generate python package version infos from mercurial tags"
37 -HOMEPAGE="https://bitbucket.org/RonnyPfannschmidt/hgdistver/"
38 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
43 -IUSE="test"
44 -
45 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
46 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
47 -RDEPEND=""
48 -
49 -python_test() {
50 - py.test || die "Tests failed under ${EPYTHON}"
51 -}