From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08F9615802C for ; Wed, 18 Dec 2024 17:21:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BAB8E08BB; Wed, 18 Dec 2024 17:21:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5ADEEE08BB for ; Wed, 18 Dec 2024 17:21:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3693340DD9 for ; Wed, 18 Dec 2024 17:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 845A32215 for ; Wed, 18 Dec 2024 17:21:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1734533643.f305e541dbba517d92cecf94f2e7b54b14964f02.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: profiles/, dev-python/betamax-serializers/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/betamax-serializers/Manifest dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild dev-python/betamax-serializers/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-python/betamax-serializers/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f305e541dbba517d92cecf94f2e7b54b14964f02 X-VCS-Branch: master Date: Wed, 18 Dec 2024 17:21:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2ccf5fa-653b-4468-913e-0318ffaef966 X-Archives-Hash: 54c39a747065cbaf9fb187af46fba0f5 commit: f305e541dbba517d92cecf94f2e7b54b14964f02 Author: Takuya Wakazono gmail com> AuthorDate: Wed Dec 18 14:54:03 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Dec 18 14:54:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f305e541 dev-python/betamax-serializers: treeclean Signed-off-by: Takuya Wakazono gmail.com> dev-python/betamax-serializers/Manifest | 1 - .../betamax-serializers-0.2.1.ebuild | 24 ---------------------- dev-python/betamax-serializers/metadata.xml | 14 ------------- profiles/package.mask | 7 ------- 4 files changed, 46 deletions(-) diff --git a/dev-python/betamax-serializers/Manifest b/dev-python/betamax-serializers/Manifest deleted file mode 100644 index e93e9eec8..000000000 --- a/dev-python/betamax-serializers/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST betamax-serializers-0.2.1.tar.gz 3261 BLAKE2B 802a797c480ce0db4f1c84a9579c004699edddf1659e49a191835474a9fa500718a79b371ee0b510387fdf009935e761616cd6c17c427ae091897e6ffd681a52 SHA512 0297b91a0a5af17e02ec663151458df5721d5c773febc891985191dccea36ba349e81d39a5884e662c3b7b8899d1fd252a890970b6099d98bfa0aaab8f2b909f diff --git a/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild b/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild deleted file mode 100644 index 2cf15548d..000000000 --- a/dev-python/betamax-serializers/betamax-serializers-0.2.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( pypy3 python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 optfeature pypi - -DESCRIPTION="A set of third-party serializers for Betamax" -HOMEPAGE="https://pypi.org/project/betamax-serializers/ https://gitlab.com/betamax/serializers" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/betamax[${PYTHON_USEDEP}]" - -DOCS=( {AUTHORS,HISTORY,README}.rst ) - -pkg_postinst() { - optfeature "YAML serializer support" dev-python/pyyaml -} diff --git a/dev-python/betamax-serializers/metadata.xml b/dev-python/betamax-serializers/metadata.xml deleted file mode 100644 index df2a59bc2..000000000 --- a/dev-python/betamax-serializers/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - graffatcolmingov@gmail.com - Ian Cordasco - - betamax-serializers - betamax/serializers - https://pypi.org/rss/project/betamax-serializers/releases.xml - - diff --git a/profiles/package.mask b/profiles/package.mask index 2b56bad4b..b5fbcc33c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -76,13 +76,6 @@ media-fonts/symbola # Removal on 2024-12-20 dev-python/kurbopy -# Takuya Wakazono (2024-11-18) -# Upstream is dead because of the Reddit API changes. -# Official Flathub page is gone as well. -# https://gitlab.gnome.org/World/giara/-/issues/130 -# Removal on 2024-12-18. Bug #922029. -dev-python/betamax-serializers - # Julien Roy (2024-11-15) # >=x11-themes/adw-gtk3-5.4 requires >=gui-libs/gtk-4.16 # which is not packaged in ::gentoo