summaryrefslogtreecommitdiff
path: root/dev-python/pycollada
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-22 17:18:34 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-22 17:18:34 +0000
commitfd87b7c771378b2116981e3924bee5805148e118 (patch)
tree91ed28393c7b534787d3c073e269fe598d0fd535 /dev-python/pycollada
parent77b74be093bdf4a0ed4121acc3f8e229103cf004 (diff)
gentoo auto-resync : 22:11:2023 - 17:18:34
Diffstat (limited to 'dev-python/pycollada')
-rw-r--r--dev-python/pycollada/Manifest4
-rw-r--r--dev-python/pycollada/pycollada-0.7.2-r1.ebuild2
-rw-r--r--dev-python/pycollada/pycollada-0.7.2.ebuild44
3 files changed, 2 insertions, 48 deletions
diff --git a/dev-python/pycollada/Manifest b/dev-python/pycollada/Manifest
index 9fbb8265cff5..c9a704cda9f3 100644
--- a/dev-python/pycollada/Manifest
+++ b/dev-python/pycollada/Manifest
@@ -1,5 +1,3 @@
DIST pycollada-0.7.2.gh.tar.gz 3526845 BLAKE2B 3d8b4d2478fa4937756db69afbd8716ccd2dd4e0bec8e7dc045e84f06573605c0872d31bdee3d6ccca4b800699746877530f2fa81b5790c3f5c0cb3e7583fa66 SHA512 5c21155d52d54de62d192d4da0385bc7110ddd3962fe3e0e9e5904bbcd0e66cb1a95765c9996cdc5beef0edb30ee2123ae23b904d029be1c119e902d2fc4e7fe
-DIST pycollada-0.7.2.tar.gz 3526845 BLAKE2B 3d8b4d2478fa4937756db69afbd8716ccd2dd4e0bec8e7dc045e84f06573605c0872d31bdee3d6ccca4b800699746877530f2fa81b5790c3f5c0cb3e7583fa66 SHA512 5c21155d52d54de62d192d4da0385bc7110ddd3962fe3e0e9e5904bbcd0e66cb1a95765c9996cdc5beef0edb30ee2123ae23b904d029be1c119e902d2fc4e7fe
-EBUILD pycollada-0.7.2-r1.ebuild 1122 BLAKE2B 3909b9c6b394d54c3a2c5374e3f53746eb4856e5e8f4c888d671bd375b78a5eff9e2a7f25b3c3597f773aef3568968a26533a032556787ea058fc8848b34d6ec SHA512 f650ad81ce14d648b772bf1596065cebbde93dbd4af91cfd0821e3d54c41271e48f536d0183eda3a88927a2dac12cbb85c82b1153633402761b21a30ba87bcfb
-EBUILD pycollada-0.7.2.ebuild 990 BLAKE2B b8d308a8a089efc86b02ed958f11693bc9ed1ac6c941b7ad09481ecb9bcbe8dcdc1ca24b4dc250cb360576c298072b5995bb09877052f02837f07431f2add4f4 SHA512 822e30636e98e3667cf3ecfd1af2ef63849d1c4c628617bafd77ea2186d9e162f4534bd4d023b4a286f3da09c2ed17e09a226f0b48f116e2bf3b9aefd6207fc5
+EBUILD pycollada-0.7.2-r1.ebuild 1121 BLAKE2B 676fb50aae5ab6cb1838395413be095fa4dd921efc0bd5cf3a4e242413927136611bd10411d9058392a719a428842153a18cd3a2e99e2a3828aac93c11f70a0c SHA512 27586613a41790f6b03e4a16de4a1ecf1b560ae37fa8dbc019224bb4bed2b517b5a6500e4a74a5bf7b77a154684f969501e3a84b2663201180e7c4fd91684a50
MISC metadata.xml 905 BLAKE2B 9e1283685c76cd27ff971ab68ef51f56cf296aa44fe3dbb5bf74a3e6b4ea69abb927603acc16747bd1bf8db906b4437cf792330df5e7803a211b1699a01034d3 SHA512 686ffa6bb798bd4387106cdb461f0abdc2a685c53c4552c95c86febd6789e4b323ae1ac9717109fea96287ac100a93b33e3ce37eea37e6de3e4f4e704e40e9e8
diff --git a/dev-python/pycollada/pycollada-0.7.2-r1.ebuild b/dev-python/pycollada/pycollada-0.7.2-r1.ebuild
index 82a1f408170a..5773a6526984 100644
--- a/dev-python/pycollada/pycollada-0.7.2-r1.ebuild
+++ b/dev-python/pycollada/pycollada-0.7.2-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="examples"
RDEPEND="
diff --git a/dev-python/pycollada/pycollada-0.7.2.ebuild b/dev-python/pycollada/pycollada-0.7.2.ebuild
deleted file mode 100644
index a34c60185bcb..000000000000
--- a/dev-python/pycollada/pycollada-0.7.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python library for reading and writing COLLADA documents"
-HOMEPAGE="https://pycollada.readthedocs.io/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.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-2.2[${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
-}