commit: ec1769b1d043f91940eaef3df4b0574a5a225056 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 15:00:15 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 27 15:00:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1769b1
dev-python/sumtypes: treeclean Closes: https://bugs.gentoo.org/924683 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/sumtypes/Manifest | 1 - dev-python/sumtypes/metadata.xml | 12 ---------- dev-python/sumtypes/sumtypes-0.1_alpha6.ebuild | 31 -------------------------- profiles/package.mask | 6 ----- 4 files changed, 50 deletions(-) diff --git a/dev-python/sumtypes/Manifest b/dev-python/sumtypes/Manifest deleted file mode 100644 index e043228984de..000000000000 --- a/dev-python/sumtypes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sumtypes-0.1a6.gh.tar.gz 6535 BLAKE2B 5441b2c89515e9c24b0ca8e5ee6294272290bc452391ca6ce5adbd5befcf2f1879859e84d011b0a5be5a3690a138e9f2e30c38c15171160556eb863d6465b4ab SHA512 1e2fbcb6fe42db4aeeadb3e45d1629027eb99786fffaed03c61056c24a760e6bcb75001e700e4a40b67647f09d0c83d200ee381f62a1483874553f59121f866a diff --git a/dev-python/sumtypes/metadata.xml b/dev-python/sumtypes/metadata.xml deleted file mode 100644 index 98c7a6352e36..000000000000 --- a/dev-python/sumtypes/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>[email protected]</email> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">radix/sumtypes</remote-id> - <remote-id type="pypi">sumtypes</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sumtypes/sumtypes-0.1_alpha6.ebuild b/dev-python/sumtypes/sumtypes-0.1_alpha6.ebuild deleted file mode 100644 index d19843050e69..000000000000 --- a/dev-python/sumtypes/sumtypes-0.1_alpha6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 - -MY_P=${P/_alpha/a} -DESCRIPTION="Sum Types, aka Tagged Unions, for Python" -HOMEPAGE=" - https://github.com/radix/sumtypes/ - https://pypi.org/project/sumtypes/ -" -SRC_URI=" - https://github.com/radix/sumtypes/archive/${PV/_alpha/a}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-python/attrs[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/profiles/package.mask b/profiles/package.mask index 15c680723ac1..4c8aa4be9d86 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -351,12 +351,6 @@ x11-libs/scw # Removal on 2024-04-25. Bug #926550. sys-firmware/bluez-firmware -# Michał Górny <[email protected]> (2024-03-26) -# Unfinished package from 2021 that was added as a short-lived -# dependency of dev-python/GitPython. No reverse dependencies remain. -# Removal on 2024-04-25. Bug #924683. -dev-python/sumtypes - # Michał Górny <[email protected]> (2024-03-26) # Uses deprecated distutils-r1 API. Depends on dev-qt/qtwebengine:5. # Includes the libraries with no other reverse dependencies.
