diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/python-ly | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/python-ly')
| -rw-r--r-- | dev-python/python-ly/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/python-ly/metadata.xml | 9 | ||||
| -rw-r--r-- | dev-python/python-ly/python-ly-0.9.10.ebuild | 39 |
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-python/python-ly/Manifest b/dev-python/python-ly/Manifest new file mode 100644 index 000000000000..d93ec765e38e --- /dev/null +++ b/dev-python/python-ly/Manifest @@ -0,0 +1,3 @@ +DIST python-ly-0.9.10.gh.tar.gz 269300 BLAKE2B d00743f4e16742252fd6f9c15983f92c0202248745784c240db7cbe9121a0f40d59cf485fc5fbc3880f9e196ce6c86827ae988a85ef28a6a9d429c25b989fe2c SHA512 91921aedf787d7362059f1eee983259f2bd27b52453112eb43083fc765367f9eec33cd00d558d9cce020708f3b29293e1d0cea4a7cacbfde89de0fa0781f517c +DIST xlink.xsd 9386 BLAKE2B fa4117e867a40b8c12d4ad3bcccd64db53d3e76775f61060af35e21e73e50555b4f713d6b3a8a300caece483aaf5c661c9e4d71ece2d1dd859ba7b24d0e2a308 SHA512 59d43d587652cdbd9190fc33c715bfeba0748b54200921a4a6e8becb109427366919c2b77c3bd461b4890982e386033048212d0a5d2f04efcc1e27cc9ef80da9 +DIST xml.xsd 4726 BLAKE2B cca0062a0a812d5bae01f5f2d5fa111ac0d0641f8d6353e93fc704e1878082a6e52ad3d5a70fc7dff86736691ba252829a334b91758d0ab51a3901ecd1da988c SHA512 a716c93db1bbbcf9c353ff939f15aa1ed83c8d96739bafad93c790a7779c49c680a279c97c760fe55546fa43cab1d43e92431f24c46ff001976e05329231b635 diff --git a/dev-python/python-ly/metadata.xml b/dev-python/python-ly/metadata.xml new file mode 100644 index 000000000000..05c2ec2d6e93 --- /dev/null +++ b/dev-python/python-ly/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> + <upstream> + <remote-id type="pypi">python-ly</remote-id> + <remote-id type="github">frescobaldi/python-ly</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/python-ly/python-ly-0.9.10.ebuild b/dev-python/python-ly/python-ly-0.9.10.ebuild new file mode 100644 index 000000000000..8aa0a4c052ef --- /dev/null +++ b/dev-python/python-ly/python-ly-0.9.10.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Tool and library for manipulating LilyPond files" +HOMEPAGE=" + https://github.com/frescobaldi/python-ly/ + https://pypi.org/project/python-ly/ +" +SRC_URI=" + https://github.com/frescobaldi/python-ly/archive/refs/tags/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" +# https://github.com/frescobaldi/python-ly/issues/176 +SRC_URI+=" + test? ( + https://www.w3.org/2001/03/xml.xsd + https://www.w3.org/XML/2008/06/xlink.xsd + ) +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 x86" + +BDEPEND=" + test? ( + dev-python/lxml[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
