diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-22 21:20:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-22 21:23:50 +0100 |
commit | 50493c7d7466fec885d592e3b0b11c48c44846cc (patch) | |
tree | 984a763f2dd7c06fa1332f9ffb259a7951985597 /media-gfx/freecad | |
parent | Rename dev-python/{Frozen-Flask → frozen-flask} (diff) | |
download | gentoo-50493c7d7466fec885d592e3b0b11c48c44846cc.tar.gz gentoo-50493c7d7466fec885d592e3b0b11c48c44846cc.tar.bz2 gentoo-50493c7d7466fec885d592e3b0b11c48c44846cc.zip |
Rename dev-python/{GitPython → gitpython}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/freecad')
-rw-r--r-- | media-gfx/freecad/freecad-0.21.2-r3.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/freecad/freecad-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/freecad/freecad-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/freecad/freecad-0.21.2-r3.ebuild b/media-gfx/freecad/freecad-0.21.2-r3.ebuild index bf1b98990bc0..43dfed9aa139 100644 --- a/media-gfx/freecad/freecad-0.21.2-r3.ebuild +++ b/media-gfx/freecad/freecad-0.21.2-r3.ebuild @@ -120,7 +120,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] dev-python/pybind11[${PYTHON_USEDEP}] - addonmgr? ( dev-python/GitPython[${PYTHON_USEDEP}] ) + addonmgr? ( dev-python/gitpython[${PYTHON_USEDEP}] ) fem? ( dev-python/ply[${PYTHON_USEDEP}] ) ') " @@ -381,7 +381,7 @@ pkg_postinst() { optfeature "Dependency graphs" media-gfx/graphviz optfeature "PBR Rendering" media-gfx/povray optfeature_header "Import / Export" - optfeature "Interact with git repositories" dev-python/GitPython + optfeature "Interact with git repositories" dev-python/gitpython optfeature "Work with COLLADA documents" dev-python/pycollada optfeature "YAML importer and emitter" dev-python/pyyaml optfeature "Importing and exporting 2D AutoCAD DWG files" media-gfx/libredwg diff --git a/media-gfx/freecad/freecad-1.0.0.ebuild b/media-gfx/freecad/freecad-1.0.0.ebuild index 820fa778da4f..510af30c761d 100644 --- a/media-gfx/freecad/freecad-1.0.0.ebuild +++ b/media-gfx/freecad/freecad-1.0.0.ebuild @@ -124,7 +124,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] dev-python/pybind11[${PYTHON_USEDEP}] - addonmgr? ( dev-python/GitPython[${PYTHON_USEDEP}] ) + addonmgr? ( dev-python/gitpython[${PYTHON_USEDEP}] ) fem? ( dev-python/ply[${PYTHON_USEDEP}] ) ') " @@ -373,7 +373,7 @@ pkg_postinst() { optfeature "Dependency graphs" media-gfx/graphviz optfeature "PBR Rendering" media-gfx/povray optfeature_header "Import / Export" - optfeature "Interact with git repositories" dev-python/GitPython + optfeature "Interact with git repositories" dev-python/gitpython optfeature "Work with COLLADA documents" dev-python/pycollada optfeature "YAML importer and emitter" dev-python/pyyaml optfeature "Importing and exporting 2D AutoCAD DWG files" media-gfx/libredwg diff --git a/media-gfx/freecad/freecad-9999.ebuild b/media-gfx/freecad/freecad-9999.ebuild index b323eccffe9b..037e0bf473f5 100644 --- a/media-gfx/freecad/freecad-9999.ebuild +++ b/media-gfx/freecad/freecad-9999.ebuild @@ -124,7 +124,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] dev-python/pybind11[${PYTHON_USEDEP}] - addonmgr? ( dev-python/GitPython[${PYTHON_USEDEP}] ) + addonmgr? ( dev-python/gitpython[${PYTHON_USEDEP}] ) fem? ( dev-python/ply[${PYTHON_USEDEP}] ) ') " @@ -373,7 +373,7 @@ pkg_postinst() { optfeature "Dependency graphs" media-gfx/graphviz optfeature "PBR Rendering" media-gfx/povray optfeature_header "Import / Export" - optfeature "Interact with git repositories" dev-python/GitPython + optfeature "Interact with git repositories" dev-python/gitpython optfeature "Work with COLLADA documents" dev-python/pycollada optfeature "YAML importer and emitter" dev-python/pyyaml optfeature "Importing and exporting 2D AutoCAD DWG files" media-gfx/libredwg |