From 72e0bb3cdff14a3342e4729a7c1449613466a379 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 22 May 2021 11:17:21 +0200 Subject: dev-python/pydbus: move to ::gentoo Signed-off-by: Andrew Ammerlaan --- dev-python/pydbus/pydbus-0.6.0.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 dev-python/pydbus/pydbus-0.6.0.ebuild (limited to 'dev-python/pydbus/pydbus-0.6.0.ebuild') diff --git a/dev-python/pydbus/pydbus-0.6.0.ebuild b/dev-python/pydbus/pydbus-0.6.0.ebuild deleted file mode 100644 index 3705afd95..000000000 --- a/dev-python/pydbus/pydbus-0.6.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Pythonic DBus library" -HOMEPAGE="https://github.com/LEW21/pydbus" -SRC_URI="https://github.com/LEW21/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~x86 " -SLOT="0" - -IUSE="doc examples" - -RDEPEND=" - dev-python/pygobject:3[${PYTHON_USEDEP}] - sys-apps/dbus" - -python_install_all() { - use doc && dodoc -r doc/* - use examples && dodoc -r examples - - distutils-r1_python_install_all -} - -python_test() { - sh tests/run.sh "${PYTHON}" || die -} -- cgit v1.2.3-18-g5258