diff options
author | 2024-09-28 08:38:44 +0200 | |
---|---|---|
committer | 2024-09-28 09:42:16 +0200 | |
commit | 92b5e7592ca4a7292f8608d99b475797709993b3 (patch) | |
tree | 8e3318d744d9fbaaf3b26a2dd32846a2fe229b82 /dev-python/pyaml | |
parent | dev-python/simsimd: Bump to 5.4.3 (diff) | |
download | gentoo-92b5e7592ca4a7292f8608d99b475797709993b3.tar.gz gentoo-92b5e7592ca4a7292f8608d99b475797709993b3.tar.bz2 gentoo-92b5e7592ca4a7292f8608d99b475797709993b3.zip |
dev-python/pyaml: Bump to 24.9.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyaml')
-rw-r--r-- | dev-python/pyaml/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyaml/pyaml-24.9.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest index 880b2449db8d..570c89be65d0 100644 --- a/dev-python/pyaml/Manifest +++ b/dev-python/pyaml/Manifest @@ -1 +1,2 @@ DIST pyaml-24.7.0.tar.gz 27935 BLAKE2B 09ccdd3c0966d4f13480b174bcec800a49464ac0ccd7cc7ce6e4d2bcb8407283fd6ef94c2b661c7d6c912c203bc284efa15df072508869a2ec5f9978d5ede9ac SHA512 c5ce15f0264e8783ed6e03348ad74d25708129fbd377e2ec0fd0c6de72e763ff3cf79ba5d6cc4b641f0422ab87f8103538f2ba6abb16ea21e6820259f4a48b29 +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 new file mode 100644 index 000000000000..f6434eb6f94d --- /dev/null +++ b/dev-python/pyaml/pyaml-24.9.0.ebuild @@ -0,0 +1,30 @@ +# 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 |