diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-04 13:06:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-04 13:06:45 +0200 |
commit | 9ff4fd6ebb6ab0edd552f5279695ee317941c1d1 (patch) | |
tree | 3db7a4db66e06e54af665f16e1c6e7f496dd5448 /dev-python/incremental | |
parent | dev-python/hyperframe: Remove old (diff) | |
download | gentoo-9ff4fd6ebb6ab0edd552f5279695ee317941c1d1.tar.gz gentoo-9ff4fd6ebb6ab0edd552f5279695ee317941c1d1.tar.bz2 gentoo-9ff4fd6ebb6ab0edd552f5279695ee317941c1d1.zip |
dev-python/incremental: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/incremental')
-rw-r--r-- | dev-python/incremental/Manifest | 1 | ||||
-rw-r--r-- | dev-python/incremental/incremental-16.10.1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest index 1cf1f63aad63..bdcef50a3936 100644 --- a/dev-python/incremental/Manifest +++ b/dev-python/incremental/Manifest @@ -1,2 +1 @@ -DIST incremental-16.10.1.tar.gz 16066 BLAKE2B 86bd85f9ea1ffe92a572b1744588f34f21e4bddc4aa80373dba47a59961183a77a338212500829440d216582ce15ab1412e9994f89486861297407f22eb989fa SHA512 b60ebc41c32f27da5a489ebd76c7fa1707a5a38c32097bfab20f355a86b490ce21acc7be157d0309a30c63b85d79f72f850587d1449110bd1a8075ca3586db5e DIST incremental-17.5.0.tar.gz 15527 BLAKE2B a967ba891b69e91768db213a9692da10eb9987bf962bdbc3b6fe70e337322686d58901878b72934a5abc8d9b0c9884d6e03de5b8912067f07b7562427bcba38a SHA512 91443205f7c92ec8f6502f38379c5ac2fe441435ff9490af01e5420d6bb05bb1c666dd612fc45204199a34afd533fd3de1390ca482bb554dfec7d3a22958a4bc diff --git a/dev-python/incremental/incremental-16.10.1.ebuild b/dev-python/incremental/incremental-16.10.1.ebuild deleted file mode 100644 index 61d9264cb347..000000000000 --- a/dev-python/incremental/incremental-16.10.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6) - -inherit distutils-r1 - -DESCRIPTION="Incremental is a small library that versions your Python projects" -HOMEPAGE="https://github.com/hawkowl/incremental https://pypi.org/project/incremental/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" - -#S=${WORKDIR}/${P} |