commit:     47aa832c9970d999cae4e0a7a6c53f2ac409732f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 10:38:53 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 10:46:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47aa832c

dev-python/pyaml: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyaml/Manifest            |  1 -
 dev-python/pyaml/pyaml-24.9.0.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest
index 569afe76e157..f61ae4547bda 100644
--- a/dev-python/pyaml/Manifest
+++ b/dev-python/pyaml/Manifest
@@ -1,2 +1 @@
 DIST pyaml-24.12.1.tar.gz 29288 BLAKE2B 
392579d0afbf1b71e0cc38d875c0f8492e9f33b33bdd619f1a9b3d9f042d1cc62ba19a495bab14331c53e745691e802a80b772ff0293dabb8da00da75a3a53ce
 SHA512 
46125a594609cbcfc91f5005d5f551ab8b20ff4615bf8df586f68b1afcda090c1649d973f8e281c1aacd139c27359d44625b8e5aa2f9792a49bde9b2942993b5
-DIST pyaml-24.9.0.tar.gz 28111 BLAKE2B 
ff3dcf2ece6e3b03b8f9837e7ea7db04cd1bcffd94e0101c73e5cc38b5c140e65f45c9936b5353fe73950d8b88ee0265c8be290a795ac6e844e64fb853faae18
 SHA512 
a10026d2e69c5bbfabbe5ed02814fecb8838c969761eec0137a93465478abc518ba83cfae4b9df643040aa5fe46a62fc9def1fd763830ae8d2cfdce3b3061365

diff --git a/dev-python/pyaml/pyaml-24.9.0.ebuild 
b/dev-python/pyaml/pyaml-24.9.0.ebuild
deleted file mode 100644
index 20bb9714982f..000000000000
--- a/dev-python/pyaml/pyaml-24.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="PyYAML-based module to produce pretty and readable 
YAML-serialized data"
-HOMEPAGE="
-       https://github.com/mk-fg/pretty-yaml/
-       https://pypi.org/project/pyaml/
-"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/unidecode[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests unittest

Reply via email to