summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-23 11:34:12 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-23 11:34:12 +0200
commitaa8d18f29fe209a3760c82a713893bafe81ecfdf (patch)
treeeee87d82d795ddec6920b00b3a8c4151b3b53aed /dev-util/bumpversion/bumpversion-0.5.3.ebuild
parentapp-text/doconce: Remove last-rited pkg (diff)
downloadgentoo-aa8d18f29fe209a3760c82a713893bafe81ecfdf.tar.gz
gentoo-aa8d18f29fe209a3760c82a713893bafe81ecfdf.tar.bz2
gentoo-aa8d18f29fe209a3760c82a713893bafe81ecfdf.zip
dev-util/bumpversion: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718288 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/bumpversion/bumpversion-0.5.3.ebuild')
-rw-r--r--dev-util/bumpversion/bumpversion-0.5.3.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/bumpversion/bumpversion-0.5.3.ebuild b/dev-util/bumpversion/bumpversion-0.5.3.ebuild
deleted file mode 100644
index 268568a0626e..000000000000
--- a/dev-util/bumpversion/bumpversion-0.5.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Version-bump your software with a single command"
-HOMEPAGE="https://pypi.org/project/bumpversion/ https://github.com/peritus/bumpversion"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-# Not included
-# https://github.com/peritus/bumpversion/issues/108
-RESTRICT=test
-
-python_test() {
- py.test || die
-}