diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-11 18:29:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-11 18:48:50 +0200 |
commit | bba83b78a138e952ce987b6f57f724adfc0859a0 (patch) | |
tree | f7d4ec97c1d490cbab9202efc75c09feb5a093fa /dev-python/cx_Freeze | |
parent | dev-python/curtsies: Remove old (diff) | |
download | gentoo-bba83b78a138e952ce987b6f57f724adfc0859a0.tar.gz gentoo-bba83b78a138e952ce987b6f57f724adfc0859a0.tar.bz2 gentoo-bba83b78a138e952ce987b6f57f724adfc0859a0.zip |
dev-python/cx_Freeze: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cx_Freeze')
-rw-r--r-- | dev-python/cx_Freeze/Manifest | 1 | ||||
-rw-r--r-- | dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest index f1c5bd60d5c2..610d52b41b1c 100644 --- a/dev-python/cx_Freeze/Manifest +++ b/dev-python/cx_Freeze/Manifest @@ -1,2 +1 @@ -DIST cx_Freeze-5.0.2.tar.gz 60104 BLAKE2B 476b418f0dc7b702e3bf2f651761f0ae8978eaf29108340a397ba6d225b8196dd0278fbb27cad78843ef4246176a8d4fb241d9ee0111a7470179cd0829f9250a SHA512 eac1a5cfd5b73f43a9447f3fce8a6ba513e253da10f44a74e4fbcd5b83068a57316e215aa03acac6807dee235e6f690b4bbba1447667bb2cba33b1182cb87d29 DIST cx_Freeze-6.1.tar.gz 92474 BLAKE2B 5341b30b202ab96c34c82e5b12dc6a99ebaf429b6a4b6356a55c5d4fefae7504fd017cb5d29cd1601a6affca0e8e8aa1e01ececbf57011f9235b4c516b21a772 SHA512 029753e8b9eafdad383254af0f7296052c124b662473f4453b6bda0ea500430642d93941a59c23df1d0bbbee462f7d61390b5f66c946372c96bf41ea6ffbc685 diff --git a/dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild b/dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild deleted file mode 100644 index a5e0bcbaba5d..000000000000 --- a/dev-python/cx_Freeze/cx_Freeze-5.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="Create standalone executables from Python scripts" -HOMEPAGE="https://anthony-tuininga.github.io/cx_Freeze/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="amd64 x86" - -PATCHES=( - "${FILESDIR}/${P}-buildsystem.patch" # bug #491602 -) -# test folder missing half the source content. |