diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-11 09:56:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-11 09:56:50 +0200 |
commit | 980b63c223de1262844d3b0c2938df0cc6d1f026 (patch) | |
tree | 96f1ea7cd47994e6df440fd4bd132099381c95a8 /dev-python/liblarch | |
parent | dev-python/jsonref: Remove old (diff) | |
download | gentoo-980b63c223de1262844d3b0c2938df0cc6d1f026.tar.gz gentoo-980b63c223de1262844d3b0c2938df0cc6d1f026.tar.bz2 gentoo-980b63c223de1262844d3b0c2938df0cc6d1f026.zip |
dev-python/liblarch: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/liblarch')
-rw-r--r-- | dev-python/liblarch/liblarch-3.1.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/liblarch/liblarch-3.1.0.ebuild b/dev-python/liblarch/liblarch-3.1.0.ebuild deleted file mode 100644 index 94cdf47d60a1..000000000000 --- a/dev-python/liblarch/liblarch-3.1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=no - -inherit distutils-r1 virtualx - -DESCRIPTION="Library to handle directed acyclic graphs" -HOMEPAGE="https://wiki.gnome.org/Projects/liblarch" -SRC_URI="https://github.com/getting-things-gnome/liblarch/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-python/pygobject:3[${PYTHON_USEDEP}] - x11-libs/gtk+:3[introspection] -" -RDEPEND="${DEPEND}" -BDEPEND=" - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" - -python_test() { - virtx nosetests -v || die "Tests fail with ${EPYTHON}" -} |