From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/pycollada/Manifest | 1 + dev-python/pycollada/metadata.xml | 23 +++++++++++++ dev-python/pycollada/pycollada-0.9.3.ebuild | 53 +++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 dev-python/pycollada/Manifest create mode 100644 dev-python/pycollada/metadata.xml create mode 100644 dev-python/pycollada/pycollada-0.9.3.ebuild (limited to 'dev-python/pycollada') diff --git a/dev-python/pycollada/Manifest b/dev-python/pycollada/Manifest new file mode 100644 index 000000000000..db88347a4478 --- /dev/null +++ b/dev-python/pycollada/Manifest @@ -0,0 +1 @@ +DIST pycollada-0.9.3.gh.tar.gz 3589631 BLAKE2B b772faee496d8b1b36df86c0b129743b84e4c4faa4a7c3fc221b14d086c6d67616e0d8f609289844add498751fabf51a782abeb0d1abe4fc3339bc7f7638b5f3 SHA512 ffd73d130c797ddc25a660a33c1d8957d826af2423b76200f82e73454d02184628728d3c2dc6980c2235f69e14f1c563c8da4946a8328f8827692d30d19326e9 diff --git a/dev-python/pycollada/metadata.xml b/dev-python/pycollada/metadata.xml new file mode 100644 index 000000000000..f3bbddf1d84a --- /dev/null +++ b/dev-python/pycollada/metadata.xml @@ -0,0 +1,23 @@ + + + + + waebbl-gentoo@posteo.net + Bernd Waibel + + + proxy-maint@gentoo.org + Proxy Maintainers + + + python@gentoo.org + Python + + + + A python module for creating, editing and loading COLLADA, which is a + COLLAborative Design Activity for establishing an interchange file format + for interactive 3D applications. + + baldeagleos-repo + diff --git a/dev-python/pycollada/pycollada-0.9.3.ebuild b/dev-python/pycollada/pycollada-0.9.3.ebuild new file mode 100644 index 000000000000..664c9b138731 --- /dev/null +++ b/dev-python/pycollada/pycollada-0.9.3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="Python library for reading and writing COLLADA documents" +HOMEPAGE=" + https://pycollada.readthedocs.io/ + https://github.com/pycollada/pycollada/ + https://pypi.org/project/pycollada/ +" +SRC_URI=" + https://github.com/pycollada/pycollada/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm64 ~x86" +IUSE="examples" + +RDEPEND=" + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] +" + +DOCS=( AUTHORS.md COPYING README.markdown ) + +distutils_enable_sphinx docs +distutils_enable_tests unittest + +python_install_all() { + if use examples ; then + insinto /usr/share/${PF}/ + doins -r examples + fi + + distutils-r1_python_install_all +} + +python_install() { + distutils-r1_python_install + + # ensure data files for tests are getting installed too + python_moduleinto collada/tests/ + python_domodule collada/tests/data +} -- cgit v1.3