summaryrefslogtreecommitdiff
path: root/dev-python/pyaml
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-05 13:10:42 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-05 13:10:42 +0000
commit3cc2502c66a22cd84449a4d0b3d04bda656a9383 (patch)
treeeba01c0eabc5a572669b2f5e1d650abcaa552aee /dev-python/pyaml
parent2adc88f8cdc28491470fcb243ff81cdbbbbda765 (diff)
downloadbaldeagleos-repo-3cc2502c66a22cd84449a4d0b3d04bda656a9383.tar.gz
baldeagleos-repo-3cc2502c66a22cd84449a4d0b3d04bda656a9383.tar.xz
baldeagleos-repo-3cc2502c66a22cd84449a4d0b3d04bda656a9383.zip
Adding metadata
Diffstat (limited to 'dev-python/pyaml')
-rw-r--r--dev-python/pyaml/Manifest2
-rw-r--r--dev-python/pyaml/metadata.xml13
-rw-r--r--dev-python/pyaml/pyaml-21.10.1.ebuild27
-rw-r--r--dev-python/pyaml/pyaml-23.5.6.ebuild30
4 files changed, 72 insertions, 0 deletions
diff --git a/dev-python/pyaml/Manifest b/dev-python/pyaml/Manifest
new file mode 100644
index 000000000000..77cd6582f963
--- /dev/null
+++ b/dev-python/pyaml/Manifest
@@ -0,0 +1,2 @@
+DIST pyaml-21.10.1.tar.gz 20466 BLAKE2B c90adb2023c9555f55a6fafe4e82fa8c50795a9f798250f640d9db6511584f3715a0a8fa4ee3cb26148967c75d59665b05915dd6ef1d4f807bfc7a68f2818482 SHA512 3a98a021856446584f079bfb7427c63feaf6fdd1bd0d809d46aa0c646b2cb9533c393ed0167240be587aad7b94209b6e5bfe2c09918b45ec9a86ad9781bdf9f2
+DIST pyaml-23.5.6.tar.gz 19413 BLAKE2B c6a27eb233421a70d214129f1491e839b0ffca2ccf504da48f1897f30c2f7675bc601b8a6868b15ac28073e6f5ca581d145f743af7be37d4ef83158f1c9efb9f SHA512 90ac223b02b496b5d151b26dc032f7b399052607f28a31fe4356968e0c41f8e45062dd51f79b7f34d3ac9d8e719dbb7592bc5130a7e56c0e5740375c65b04464
diff --git a/dev-python/pyaml/metadata.xml b/dev-python/pyaml/metadata.xml
new file mode 100644
index 000000000000..026c71912347
--- /dev/null
+++ b/dev-python/pyaml/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/mk-fg/pretty-yaml/issues</bugs-to>
+ </upstream>
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/pyaml/pyaml-21.10.1.ebuild b/dev-python/pyaml/pyaml-21.10.1.ebuild
new file mode 100644
index 000000000000..b5bbe2e191b1
--- /dev/null
+++ b/dev-python/pyaml/pyaml-21.10.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+PYPI_PN="pyaml"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="PyYAML-based module to produce pretty and readable YAML-serialized data"
+HOMEPAGE="https://github.com/mk-fg/pretty-yaml"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
+BDEPEND="
+ test? (
+ ${RDEPEND}
+ dev-python/unidecode[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests unittest
diff --git a/dev-python/pyaml/pyaml-23.5.6.ebuild b/dev-python/pyaml/pyaml-23.5.6.ebuild
new file mode 100644
index 000000000000..092f6a41aab4
--- /dev/null
+++ b/dev-python/pyaml/pyaml-23.5.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+
+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