summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-06-24 17:24:59 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-06-24 17:29:20 +0300
commit796f39298fd5a5154248b6c0f76e0f3ff5d58e90 (patch)
treebe31dd6aead470231ee0133824bc3bd7dbc22537 /dev-python
parentdev-python/nuitka: bump version to 0.6.8 (diff)
downloadgentoo-796f39298fd5a5154248b6c0f76e0f3ff5d58e90.tar.gz
gentoo-796f39298fd5a5154248b6c0f76e0f3ff5d58e90.tar.bz2
gentoo-796f39298fd5a5154248b6c0f76e0f3ff5d58e90.zip
dev-python/nuitka: remove non-used USE flag, clean doman calls
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nuitka/nuitka-0.6.8.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/nuitka/nuitka-0.6.8.ebuild b/dev-python/nuitka/nuitka-0.6.8.ebuild
index 52e9e3fb9f44..7c8d263ff4db 100644
--- a/dev-python/nuitka/nuitka-0.6.8.ebuild
+++ b/dev-python/nuitka/nuitka-0.6.8.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS="rdepend"
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1 eutils python-utils-r1
+inherit distutils-r1 eutils
DESCRIPTION="Python to native compiler"
HOMEPAGE="https://www.nuitka.net"
@@ -17,8 +17,6 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
BDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
RDEPEND="${BDEPEND}
@@ -30,10 +28,7 @@ S="${WORKDIR}/${P^}"
python_install() {
distutils-r1_python_install
python_optimize
- doman doc/nuitka.1
- doman doc/nuitka3.1
- doman doc/nuitka3-run.1
- doman doc/nuitka-run.1
+ doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
}
pkg_postinst() {