dev-python/cx_Freeze: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-02-26 14:10:01 +01:00
parent a3ba7caae2
commit d8bbdc09f4
3 changed files with 0 additions and 37 deletions

View File

@@ -1,2 +1 @@
DIST cx_Freeze-6.4.2.tar.gz 108571 BLAKE2B 742d2491154706f51ebb3e072428afac1ce5c647f2b8cb6325ea166bbedc1852503ad40e56a532345f1e2a045532620cdad24622e19ecb12d9577cf57abd291d SHA512 4c9a92b6f8dc458f82abb144171b18db1349e75b237f707ca37b7b68527508e8fb3adcf5d7b142922709727501fdc46f16a01619b29e98a6af1a0c09f9306b82
DIST cx_Freeze-6.5.3.tar.gz 112334 BLAKE2B 77558e35ca13bc598a810ea70acfe59901c036daf37b2f9582c4f2761680d54d5be559e9abbf16bd995d7f4a4e7bd5d8793e0b53c24111767d54a69c633c9b46 SHA512 37ba5c920306ff62a21ab46c1b9fd6b1780864095d00223776c308fa28e60a5473c74e7da4e7478725de14b7f5628d8d8445f42c0671bc502e5e2d8ecb5ffae5

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python{3_7,3_8} )
inherit distutils-r1
DESCRIPTION="Create standalone executables from Python scripts"
HOMEPAGE="https://cx-freeze.readthedocs.io/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PYTHON"
SLOT="0"
KEYWORDS="amd64 x86"
PATCHES=(
# bug #491602
"${FILESDIR}/${PN}-6.4.2-buildsystem.patch"
)
# Test folder is missing needed content

View File

@@ -1,13 +0,0 @@
diff --git a/setup.py b/setup.py
index fd24ec9..068119f 100755
--- a/setup.py
+++ b/setup.py
@@ -68,8 +68,6 @@ class build_ext(distutils.command.build_ext.build_ext):
# PY_LDFLAGS_NODIST = "-flto -Wl,-export_dynamic -g"
if get_config_var("PY_LDFLAGS_NODIST"):
extraArgs.extend(get_config_var("PY_LDFLAGS_NODIST").split())
- else:
- extraArgs.append("-s")
self.compiler.link_executable(
objects,
fullName,