summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-04 13:11:15 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-04 13:11:45 +0300
commit39fc8f4d29622f2b2f26b39a362a5f8e7a738e69 (patch)
treee5003aaf06d8087a0f671d5c9fc287f0f5bc7bba /dev-python/hcs-utils/hcs-utils-2.0.ebuild
parentmedia-gfx/gmic: Use src_prepare from 2.7.2 again (diff)
downloadgentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.tar.gz
gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.tar.bz2
gentoo-39fc8f4d29622f2b2f26b39a362a5f8e7a738e69.zip
dev-python: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/hcs-utils/hcs-utils-2.0.ebuild')
-rw-r--r--dev-python/hcs-utils/hcs-utils-2.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/hcs-utils/hcs-utils-2.0.ebuild b/dev-python/hcs-utils/hcs-utils-2.0.ebuild
deleted file mode 100644
index 63d221dafd40..000000000000
--- a/dev-python/hcs-utils/hcs-utils-2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P=${P/_rc/rc}
-DESCRIPTION="A library containing some useful snippets"
-HOMEPAGE="https://pypi.org/project/hcs_utils/"
-SRC_URI="mirror://pypi/h/${PN/-/_}/${MY_P/-/_}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P/-/_}"
-
-python_test() {
- pushd "${BUILD_DIR}/lib" > /dev/null || die
- py.test --doctest-modules hcs_utils || die "Tests failed"
-}