diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-03 10:42:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-03 10:44:38 +0200 |
commit | 4fde6c60e57b85cf01d58ea30ad2a9811cfc96d9 (patch) | |
tree | 13faec9b7d10c5b71723ad146a9af9d15ce5b8d8 | |
parent | dev-python/mkdocs-material: Remove old (diff) | |
download | gentoo-4fde6c60e57b85cf01d58ea30ad2a9811cfc96d9.tar.gz gentoo-4fde6c60e57b85cf01d58ea30ad2a9811cfc96d9.tar.bz2 gentoo-4fde6c60e57b85cf01d58ea30ad2a9811cfc96d9.zip |
dev-python/pyaml: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pyaml/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyaml/pyaml-24.4.0.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest index 3ebae752d3e5..880b2449db8d 100644 --- a/dev-python/pyaml/Manifest +++ b/dev-python/pyaml/Manifest @@ -1,2 +1 @@ -DIST pyaml-24.4.0.tar.gz 27204 BLAKE2B f0f7c43ffdfd648945bfb20c589ab3e48000ac98a602192ba75fd1a611e12877bbc848f79b070864ac10f59b9c1796d89f35521314e827c5a7951995de86a657 SHA512 d2c1ae1f29f61d210cb822c2c1b3fa3ace81a4b863c7dfec5d75c5418537256828ee54ca545edc9ce30995ba272dfd064f7ed6009dae00910a081ffc0270546e DIST pyaml-24.7.0.tar.gz 27935 BLAKE2B 09ccdd3c0966d4f13480b174bcec800a49464ac0ccd7cc7ce6e4d2bcb8407283fd6ef94c2b661c7d6c912c203bc284efa15df072508869a2ec5f9978d5ede9ac SHA512 c5ce15f0264e8783ed6e03348ad74d25708129fbd377e2ec0fd0c6de72e763ff3cf79ba5d6cc4b641f0422ab87f8103538f2ba6abb16ea21e6820259f4a48b29 diff --git a/dev-python/pyaml/pyaml-24.4.0.ebuild b/dev-python/pyaml/pyaml-24.4.0.ebuild deleted file mode 100644 index 20bb9714982f..000000000000 --- a/dev-python/pyaml/pyaml-24.4.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 |