commit: e5ea12f54bbed549cca2732d8a0dc56849c34331
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Dec 4 14:26:36 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 16:23:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5ea12f5
dev-python/pywavefront: Rename PyWavefront to pywavefront
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/{PyWavefront => pywavefront}/Manifest | 0
dev-python/{PyWavefront => pywavefront}/metadata.xml | 0
.../pywavefront-1.3.3.ebuild} | 5 +++--
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/PyWavefront/Manifest b/dev-python/pywavefront/Manifest
similarity index 100%
rename from dev-python/PyWavefront/Manifest
rename to dev-python/pywavefront/Manifest
diff --git a/dev-python/PyWavefront/metadata.xml
b/dev-python/pywavefront/metadata.xml
similarity index 100%
rename from dev-python/PyWavefront/metadata.xml
rename to dev-python/pywavefront/metadata.xml
diff --git a/dev-python/PyWavefront/PyWavefront-1.3.3-r1.ebuild
b/dev-python/pywavefront/pywavefront-1.3.3.ebuild
similarity index 86%
rename from dev-python/PyWavefront/PyWavefront-1.3.3-r1.ebuild
rename to dev-python/pywavefront/pywavefront-1.3.3.ebuild
index 168632f97..76b4ea0a3 100644
--- a/dev-python/PyWavefront/PyWavefront-1.3.3-r1.ebuild
+++ b/dev-python/pywavefront/pywavefront-1.3.3.ebuild
@@ -4,13 +4,14 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 virtualx
DESCRIPTION="Python library for importing Wavefront .obj files"
-HOMEPAGE="https://github.com/pywavefront/PyWavefront
https://pypi.org/project/PyWavefront"
+HOMEPAGE="https://github.com/pywavefront/PyWavefront
https://pypi.org/project/pywavefront"
SRC_URI="https://github.com/pywavefront/PyWavefront/archive/refs/tags/${PV}.tar.gz
-> v${PV}.gh.tar.gz"
+S="${WORKDIR}/PyWavefront-${PV}"
LICENSE="MIT"
SLOT="0"