summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Tiram <oz.tiram@gmail.com>2020-05-30 14:00:34 +0000
committerJoonas Niilola <juippis@gentoo.org>2020-06-24 17:29:19 +0300
commit1db7d24c7f5100f665423e09cb3302e6341c8355 (patch)
tree7682536da8485026e53b5b03e7eeb2f53186c1b0 /dev-python/nuitka
parentmail-filter/sqlgrey: Add proxy maintainer (diff)
downloadgentoo-1db7d24c7f5100f665423e09cb3302e6341c8355.tar.gz
gentoo-1db7d24c7f5100f665423e09cb3302e6341c8355.tar.bz2
gentoo-1db7d24c7f5100f665423e09cb3302e6341c8355.zip
dev-python/nuitka: drop old version
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/nuitka')
-rw-r--r--dev-python/nuitka/Manifest1
-rw-r--r--dev-python/nuitka/nuitka-0.6.6.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index 753d5c9b0b4e..a8c764c28adf 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1,2 +1 @@
-DIST Nuitka-0.6.6.tar.gz 2276002 BLAKE2B 74ada1032d5eef3068e6c0fbd088437014de8752b71ce98b90bb868bb7241efe301d4fa1ef661f00f54730ca3d27470cc6c804bc2b394085349ad9a1aed0feb4 SHA512 82752105fc5b5d5d09d460ba25a6424420ff055ea841a32c6e32ec9099870ceefe06dcadab347fe689cec94f4d8891a4125910f7cff504a8aa736139b29c2a8b
DIST Nuitka-0.6.7.tar.gz 2284868 BLAKE2B 91c2e5362697d8c14f0627d757c70922aff3ccc2c9eb359f6b303e9ae7580d594106328b9fe644e8f668018aae496e50041948bdfbf59c27fe1ce0e50eb90177 SHA512 9f3dbfe67f2618a5363aa47974fe0199428a4798e79ebfcf78f15365048a6c676b5b2c9d5569adcd264389c66f643b3190647dc17acb76e59b9b95ee6762f5a2
diff --git a/dev-python/nuitka/nuitka-0.6.6.ebuild b/dev-python/nuitka/nuitka-0.6.6.ebuild
deleted file mode 100644
index 08ab6c59bf2b..000000000000
--- a/dev-python/nuitka/nuitka-0.6.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 eutils python-utils-r1
-
-DESCRIPTION="Python to native compiler"
-HOMEPAGE="https://www.nuitka.net"
-SRC_URI="https://nuitka.net/releases/${P^}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
-
-RDEPEND="${BDEPEND}
- dev-python/appdirs[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${P^}"
-
-python_install() {
- distutils-r1_python_install
- python_optimize
-}
-
-pkg_postinst() {
- optfeature "support for stand-alone executables" app-admin/chrpath
-}