summaryrefslogtreecommitdiff
path: root/dev-python/cx_Freeze
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-17 09:38:32 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-17 09:38:32 +0000
commitbcea7077fd4cd5045b1a07fac9619e1d2fb4e897 (patch)
treecf0dba2b01acd6a5b5dde376e61e26a872703075 /dev-python/cx_Freeze
parent49b666612bff71976bd8e3cfda8c68e793c0e3ce (diff)
gentoo auto-resync : 17:12:2022 - 09:38:32
Diffstat (limited to 'dev-python/cx_Freeze')
-rw-r--r--dev-python/cx_Freeze/Manifest2
-rw-r--r--dev-python/cx_Freeze/cx_Freeze-6.12.0.ebuild57
2 files changed, 0 insertions, 59 deletions
diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest
index 3cdd1a59fe0d..d0455d3a0354 100644
--- a/dev-python/cx_Freeze/Manifest
+++ b/dev-python/cx_Freeze/Manifest
@@ -1,6 +1,4 @@
AUX cx_Freeze-6.8.2-buildsystem.patch 534 BLAKE2B 2ac116374717090f7316b434fd36f77b6693f92b8e236d71663a297f6d6d8629ab9c247b35dc80b3b455d643a25a4aec97c586a6c4580947e8edaa529721aed8 SHA512 accef4bdb6b7a986998cf13b356faa4825e19542e38623570c7f6fb1cdc60f6aca41ee03e84dd543a352bfd77eba227be29cacee60117aad54cd802b4309d169
-DIST cx_Freeze-6.12.0.gh.tar.gz 1483040 BLAKE2B 78faa77b7bd12344f601bcc5811dff43d6e9440f7cf96167b438557f93bc8d26c59c375930090389946005984245ff93232ddb6d7340ca28012ccb356d0ca630 SHA512 a3fdd94b33985b3bb0fbee2fc7438e20f3ddb31f0d71322eed1c06a15954be5845a0b1dfbc55537fe16022db95b446d3fa0b3e8418cd250e653f42a180b8c586
DIST cx_Freeze-6.13.1.gh.tar.gz 1486207 BLAKE2B aa0151fed482714e41a859059f9672950249ad7fe50fa2accaa9d6af7ddc183a8f74d87337f274849a34a404dda0c732300343b58cd872f3bd03bf275c2f4d97 SHA512 48d569fdce5c6cb100232ce3577f0a55a40f3d1dcafa884a4d62af7f27200a21eb892504b47fb7cd106f410354b70d98a8e5245382431bc1f6d990510c77cb36
-EBUILD cx_Freeze-6.12.0.ebuild 1272 BLAKE2B f837dca159d50c53404170711a2eb072c400f44ef3b8c0cbe132e491c4d720d0f99d038d9fd0d32875df01bb06fb315e216c1b4e4a2d2214fcdbfa802d90a66e SHA512 4645c3ab5f3dd547c6d6f6e6ee4fc228c3645352458b4c37da8ca493ae049ac3991f4b38b1983c83ae349e9aa794873981c2f6c3751fb9cc2e372a4afe8a8b2b
EBUILD cx_Freeze-6.13.1.ebuild 1272 BLAKE2B f837dca159d50c53404170711a2eb072c400f44ef3b8c0cbe132e491c4d720d0f99d038d9fd0d32875df01bb06fb315e216c1b4e4a2d2214fcdbfa802d90a66e SHA512 4645c3ab5f3dd547c6d6f6e6ee4fc228c3645352458b4c37da8ca493ae049ac3991f4b38b1983c83ae349e9aa794873981c2f6c3751fb9cc2e372a4afe8a8b2b
MISC metadata.xml 485 BLAKE2B 622c1dd3d46998fd3d1efa840e0f3b9af105d889b77d7ed779d5caacb384238a54e94c262ff15f4e09db710a44590cee03de6b2a749c24584060acad6925c445 SHA512 b5e45e9a331ffdfd888d5c5daed5658fb156f00a6974466c1b7a865ec7f0a8b839e1d7e4ffdc39903bea68eb9375a608c0094081f62097a7b3f92a7d2e8e370c
diff --git a/dev-python/cx_Freeze/cx_Freeze-6.12.0.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.12.0.ebuild
deleted file mode 100644
index 67cf1adf7483..000000000000
--- a/dev-python/cx_Freeze/cx_Freeze-6.12.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Create standalone executables from Python scripts"
-HOMEPAGE="
- https://cx-freeze.readthedocs.io/
- https://github.com/marcelotduarte/cx_Freeze/
- https://pypi.org/project/cx-Freeze/
-"
-SRC_URI="
- https://github.com/marcelotduarte/cx_Freeze/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="PYTHON"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-python/importlib_metadata[${PYTHON_USEDEP}]
- dev-util/patchelf
- virtual/libcrypt:=
- $(python_gen_cond_dep '
- dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
- ' 3.8)
-"
-BDEPEND="
- test? (
- dev-python/bcrypt[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/openpyxl[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- dev-python/pydantic[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
- )
-"
-
-PATCHES=(
- # bug #491602
- "${FILESDIR}/${PN}-6.8.2-buildsystem.patch"
-)
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # new setuptools?
- tests/test_command_bdist_rpm.py::test_bdist_rpm
-)