diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-10 17:06:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-10 17:06:24 +0000 |
| commit | 39dcf1c645ff5fcf699dedf15ca0dd8accd387e2 (patch) | |
| tree | 97f073ca8d2af9db0f277a1bcf7a2cd36af6a5a8 /dev-python/pychm | |
| parent | ccf8089db6ee9820aa31c43f6929462010884130 (diff) | |
| download | baldeagleos-repo-39dcf1c645ff5fcf699dedf15ca0dd8accd387e2.tar.gz baldeagleos-repo-39dcf1c645ff5fcf699dedf15ca0dd8accd387e2.tar.xz baldeagleos-repo-39dcf1c645ff5fcf699dedf15ca0dd8accd387e2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pychm')
| -rw-r--r-- | dev-python/pychm/pychm-0.8.6-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/pychm/pychm-0.8.6.ebuild | 29 |
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 -} |
