diff --git a/dev-python/yamlordereddictloader/Manifest b/dev-python/yamlordereddictloader/Manifest new file mode 100644 index 0000000..898d0db --- /dev/null +++ b/dev-python/yamlordereddictloader/Manifest @@ -0,0 +1 @@ +DIST yamlordereddictloader-0.4.0.tar.gz 3322 BLAKE2B 80809de8eb10780d15762a7539e3e67916bd9150b3fb01b0ddb4bcfbf77f7fac7e194fe60dc755745992322c92f3b3f1ce651c7856aa5e630fa99cad8e714ac5 SHA512 f3fbb9a7642fb40ce3588b393a451d994f80a8dbba6fcb58d0f2be9adb8e3231a1da7101c67844d57b59af6a0912178de1ec9ab571afb5b25704e44a69ef62d5 diff --git a/dev-python/yamlordereddictloader/metadata.xml b/dev-python/yamlordereddictloader/metadata.xml new file mode 100644 index 0000000..8beee0b --- /dev/null +++ b/dev-python/yamlordereddictloader/metadata.xml @@ -0,0 +1,10 @@ + + + + + python@gentoo.org + + + django-graphiql-debug-toolbar + + diff --git a/dev-python/yamlordereddictloader/yamlordereddictloader-0.4.0.ebuild b/dev-python/yamlordereddictloader/yamlordereddictloader-0.4.0.ebuild new file mode 100644 index 0000000..4a5b086 --- /dev/null +++ b/dev-python/yamlordereddictloader/yamlordereddictloader-0.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="YAML loader and dump for PyYAML allowing to keep keys order" +HOMEPAGE="https://pypi.org/project/yamlordereddictloader/ +https://github.com/fmenabe/python-yamlordereddictloader" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-python/pyyaml[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND=""