summaryrefslogtreecommitdiff
path: root/dev-python/pychm
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pychm')
-rw-r--r--dev-python/pychm/pychm-0.8.6-r1.ebuild2
-rw-r--r--dev-python/pychm/pychm-0.8.6.ebuild29
2 files changed, 1 insertions, 30 deletions
diff --git a/dev-python/pychm/pychm-0.8.6-r1.ebuild b/dev-python/pychm/pychm-0.8.6-r1.ebuild
index cd37c7da7e23..303f7292183a 100644
--- a/dev-python/pychm/pychm-0.8.6-r1.ebuild
+++ b/dev-python/pychm/pychm-0.8.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> ${P}.gh.tar
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
RDEPEND="dev-libs/chmlib"
DEPEND="${RDEPEND}"
diff --git a/dev-python/pychm/pychm-0.8.6.ebuild b/dev-python/pychm/pychm-0.8.6.ebuild
deleted file mode 100644
index 05a59acc4322..000000000000
--- a/dev-python/pychm/pychm-0.8.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the chmlib library"
-HOMEPAGE="https://github.com/dottedmag/pychm"
-SRC_URI="https://github.com/dottedmag/pychm/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-
-RDEPEND="dev-libs/chmlib"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-src_test() {
- # need to avoid relative import of 'chm' directory but tests rely
- # on locating files relatively via tests/...
- mv tests .. || die
- cd .. || die
- distutils-r1_src_test
-}