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/incremental/
Date: Mon, 04 May 2020 11:07:37
Message-Id: 1588590405.9ff4fd6ebb6ab0edd552f5279695ee317941c1d1.mgorny@gentoo
1 commit: 9ff4fd6ebb6ab0edd552f5279695ee317941c1d1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 11:06:45 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 11:06:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff4fd6e
7
8 dev-python/incremental: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/incremental/Manifest | 1 -
13 dev-python/incremental/incremental-16.10.1.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
17 index 1cf1f63aad6..bdcef50a393 100644
18 --- a/dev-python/incremental/Manifest
19 +++ b/dev-python/incremental/Manifest
20 @@ -1,2 +1 @@
21 -DIST incremental-16.10.1.tar.gz 16066 BLAKE2B 86bd85f9ea1ffe92a572b1744588f34f21e4bddc4aa80373dba47a59961183a77a338212500829440d216582ce15ab1412e9994f89486861297407f22eb989fa SHA512 b60ebc41c32f27da5a489ebd76c7fa1707a5a38c32097bfab20f355a86b490ce21acc7be157d0309a30c63b85d79f72f850587d1449110bd1a8075ca3586db5e
22 DIST incremental-17.5.0.tar.gz 15527 BLAKE2B a967ba891b69e91768db213a9692da10eb9987bf962bdbc3b6fe70e337322686d58901878b72934a5abc8d9b0c9884d6e03de5b8912067f07b7562427bcba38a SHA512 91443205f7c92ec8f6502f38379c5ac2fe441435ff9490af01e5420d6bb05bb1c666dd612fc45204199a34afd533fd3de1390ca482bb554dfec7d3a22958a4bc
23
24 diff --git a/dev-python/incremental/incremental-16.10.1.ebuild b/dev-python/incremental/incremental-16.10.1.ebuild
25 deleted file mode 100644
26 index 61d9264cb34..00000000000
27 --- a/dev-python/incremental/incremental-16.10.1.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python2_7 python3_6)
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Incremental is a small library that versions your Python projects"
39 -HOMEPAGE="https://github.com/hawkowl/incremental https://pypi.org/project/incremental/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
45 -IUSE=""
46 -
47 -RDEPEND=""
48 -DEPEND="${RDEPEND}
49 - dev-python/setuptools[${PYTHON_USEDEP}]
50 -"
51 -
52 -#S=${WORKDIR}/${P}