commit: 3c89f843c9e9d249562f314472e2220445054818
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 09:58:55 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 30 10:04:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c89f843
dev-python/pyyaml_env_tag: Switch to PEP 517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../pyyaml_env_tag/pyyaml_env_tag-0.1-r1.ebuild | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/dev-python/pyyaml_env_tag/pyyaml_env_tag-0.1-r1.ebuild
b/dev-python/pyyaml_env_tag/pyyaml_env_tag-0.1-r1.ebuild
new file mode 100644
index 000000000000..4aa2b625c68d
--- /dev/null
+++ b/dev-python/pyyaml_env_tag/pyyaml_env_tag-0.1-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A custom YAML tag for referencing environment variables in YAML
files"
+HOMEPAGE="https://github.com/waylan/pyyaml-env-tag"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest