commit:     a900fd9338fdc47ba7e95e5f5c1a272936b5b0ac
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 08:04:37 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 08:04:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a900fd93

dev-python/cx_Freeze: treeclean

Closes: https://bugs.gentoo.org/720768
Closes: https://bugs.gentoo.org/909220
Closes: https://bugs.gentoo.org/910619
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/cx_Freeze/Manifest                      |  3 -
 dev-python/cx_Freeze/cx_Freeze-6.14.5.ebuild       | 58 -------------------
 dev-python/cx_Freeze/cx_Freeze-6.15.1.ebuild       | 62 ---------------------
 dev-python/cx_Freeze/cx_Freeze-6.15.2.ebuild       | 65 ----------------------
 .../files/cx_Freeze-6.8.2-buildsystem.patch        | 13 -----
 dev-python/cx_Freeze/metadata.xml                  | 12 ----
 profiles/package.mask                              |  6 --
 7 files changed, 219 deletions(-)

diff --git a/dev-python/cx_Freeze/Manifest b/dev-python/cx_Freeze/Manifest
deleted file mode 100644
index a93c9a1a6171..000000000000
--- a/dev-python/cx_Freeze/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cx_Freeze-6.14.5.gh.tar.gz 1648095 BLAKE2B 
81707d17c2118a8db4d768b2fbe83278c6b01509a5a1d3e7f3a41efaa29607fc4b254e9d545a4697b77d4932100f344a8013ac59084bb74d97d1b12cb927ec6e
 SHA512 
52233a138da3250e97668a5c225e78b864bebaa43ea2b30de01af2de7739f48a25030e10d36ccec609240822de308ad030eaa26c2ede8b29318d2b30647cf1c8
-DIST cx_Freeze-6.15.1.gh.tar.gz 1651345 BLAKE2B 
9c0c29f19e09184ad7b0a6954649c30fa1c941ff822b1c5ec745b1a6c7dd58fc77b06c070641a9200fc4910bdfc49937841ba2b547b16ec48f9fd30dfee6cd03
 SHA512 
d6540736d437242fd89fc34f0ff81691eebb455c0ddca8b90ee6ec436105d908e9fed580a08e23999f70b5e3aa2f2e66ee35eec092eecab0501e9b3117af23b3
-DIST cx_Freeze-6.15.2.gh.tar.gz 1655639 BLAKE2B 
303b3d541cae2e0ef98ea0c57a693092c177cb9e308ae44ee0a9972a9a4b34298ddd0deb86d49d9a0ce9f1f1ea480edd45aa4e63eeca1ce86a1b348c10b7caee
 SHA512 
2f6dc0bed9981190411b1ac12c6a5a8c7907cf059d50e01bc1958308b8f905d818aff12262712ecc7ee931a0976fae0fbef7dd35433158122386d7b6a9a3b3eb

diff --git a/dev-python/cx_Freeze/cx_Freeze-6.14.5.ebuild 
b/dev-python/cx_Freeze/cx_Freeze-6.14.5.ebuild
deleted file mode 100644
index 339d480083ce..000000000000
--- a/dev-python/cx_Freeze/cx_Freeze-6.14.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-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:=
-"
-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
-)
-EPYTEST_IGNORE=(
-       # windows-specific test
-       tests/test_winversioninfo.py
-)

diff --git a/dev-python/cx_Freeze/cx_Freeze-6.15.1.ebuild 
b/dev-python/cx_Freeze/cx_Freeze-6.15.1.ebuild
deleted file mode 100644
index add25e3339af..000000000000
--- a/dev-python/cx_Freeze/cx_Freeze-6.15.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-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-util/patchelf
-       virtual/libcrypt:=
-"
-BDEPEND="
-       test? (
-               app-arch/rpm
-               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
-
-src_prepare() {
-       # remove pythonic dep on patchelf exec
-       sed -i -e '/patchelf/d' pyproject.toml || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       # rpm test expects .pyc
-       local -x PYTHONDONTWRITEBYTECODE=
-       rm -rf cx_Freeze || die
-       epytest
-}

diff --git a/dev-python/cx_Freeze/cx_Freeze-6.15.2.ebuild 
b/dev-python/cx_Freeze/cx_Freeze-6.15.2.ebuild
deleted file mode 100644
index 9063990d7b26..000000000000
--- a/dev-python/cx_Freeze/cx_Freeze-6.15.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-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"
-
-RDEPEND="
-       dev-util/patchelf
-       virtual/libcrypt:=
-"
-BDEPEND="
-       test? (
-               app-arch/rpm
-               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-datafiles[${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
-
-src_prepare() {
-       # remove pythonic dep on patchelf exec
-       sed -i -e '/patchelf/d' pyproject.toml || die
-       # remove repeatedly outdated upper bound on setuptools
-       sed -i -e '/setuptools/s:,<[0-9.]*::' pyproject.toml || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       # rpm test expects .pyc
-       local -x PYTHONDONTWRITEBYTECODE=
-       rm -rf cx_Freeze || die
-       epytest
-}

diff --git a/dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch 
b/dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch
deleted file mode 100644
index 760ac42fb942..000000000000
--- a/dev-python/cx_Freeze/files/cx_Freeze-6.8.2-buildsystem.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 3149360..e06a1d3 100755
---- a/setup.py
-+++ b/setup.py
-@@ -99,8 +99,6 @@ class build_ext(setuptools.command.build_ext.build_ext):
-                 # macOS on Github Actions
-                 extra_args.append("-Wl,-export_dynamic")
-             else:
--                if not self.debug:
--                    extra_args.append("-s")
-                 extra_args.append("-Wl,-rpath,$ORIGIN/lib")
-                 extra_args.append("-Wl,-rpath,$ORIGIN/../lib")
-         self.compiler.link_executable(

diff --git a/dev-python/cx_Freeze/metadata.xml 
b/dev-python/cx_Freeze/metadata.xml
deleted file mode 100644
index c16a84646bd9..000000000000
--- a/dev-python/cx_Freeze/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">marcelotduarte/cx_Freeze</remote-id>
-               <remote-id type="pypi">cx-Freeze</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 46568f5511c9..15b9b85367a3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -292,12 +292,6 @@ dev-python/tikzplotlib
 # Removal on 2023-08-22.  Bug #910708.
 dev-python/vncdotool
 
-# Michał Górny <mgo...@gentoo.org> (2023-07-21)
-# Fragile package requiring custom patching.  The maintainer resigned.
-# No reverse dependencies.
-# Removal on 2023-08-20.  Bug #910619.
-dev-python/cx_Freeze
-
 # Michał Górny <mgo...@gentoo.org> (2023-07-19)
 # Backport package specific to Python 3.9.  No longer necessary now
 # that pypy3 is 3.10.

Reply via email to