Port details |
- py-trimesh Library for loading and using triangular meshes
- 3.5.25_3 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: db@FreeBSD.org
 - Port Added: 2020-03-25 01:11:39
- Last Update: 2023-02-25 03:21:12
- Commit Hash: fc69f28
- Also Listed In: cad python
- License: MIT
- Description:
- Trimesh is a pure Python (2.7-3.4+) library for loading and using triangular
meshes with an emphasis on watertight surfaces. The goal of the library
is to provide a full featured and well tested Trimesh object which allows
for easy manipulation and analysis, in the style of the Polygon object in
the Shapely library.
The API is mostly stable, but this should not be relied on and is not
guaranteed: install a specific version if you plan on deploying something
using trimesh.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}trimesh>0:devel/py-trimesh@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-trimesh/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-trimesh
- pkg install py39-trimesh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-trimesh listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-trimesh
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1584534299
SHA256 (trimesh-3.5.25.tar.gz) = d279bd7a82ea0d8c34bcfe8906df6939b11a6692060429eea26016a432f56863
SIZE (trimesh-3.5.25.tar.gz) = 399679
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-scipy>0 : science/py-scipy@py39
- py39-networkx>0 : math/py-networkx@py39
- py39-lxml>0 : devel/py-lxml@py39
- py39-pyglet1>0 : graphics/py-pyglet1@py39
- py39-Shapely>0 : devel/py-shapely@py39
- py39-rtree>0 : devel/py-rtree@py39
- py39-svg_path>0 : graphics/py-svg.path@py39
- py39-sympy>0 : math/py-sympy@py39
- py39-msgpack>0 : devel/py-msgpack@py39
- py39-pillow>=7.0.0 : graphics/py-pillow@py39
- py39-requests>0 : www/py-requests@py39
- py39-xxhash>0 : devel/py-xxhash@py39
- py39-pycollada>0 : graphics/py-pycollada@py39
- py39-chardet>0 : textproc/py-chardet@py39
- py39-colorlog>0 : devel/py-colorlog@py39
- py39-triangle>0 : math/py-triangle@py39
- py39-psutil>0 : sysutils/py-psutil@py39
- py39-jsonschema>0 : devel/py-jsonschema@py39
- py39-scikit-image>0 : graphics/py-scikit-image@py39
- py39-python-fcl>0 : math/py-python-fcl@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-scipy>0 : science/py-scipy@py39
- py39-networkx>0 : math/py-networkx@py39
- py39-lxml>0 : devel/py-lxml@py39
- py39-pyglet1>0 : graphics/py-pyglet1@py39
- py39-Shapely>0 : devel/py-shapely@py39
- py39-rtree>0 : devel/py-rtree@py39
- py39-svg_path>0 : graphics/py-svg.path@py39
- py39-sympy>0 : math/py-sympy@py39
- py39-msgpack>0 : devel/py-msgpack@py39
- py39-pillow>=7.0.0 : graphics/py-pillow@py39
- py39-requests>0 : www/py-requests@py39
- py39-xxhash>0 : devel/py-xxhash@py39
- py39-pycollada>0 : graphics/py-pycollada@py39
- py39-chardet>0 : textproc/py-chardet@py39
- py39-colorlog>0 : devel/py-colorlog@py39
- py39-triangle>0 : math/py-triangle@py39
- py39-psutil>0 : sysutils/py-psutil@py39
- py39-jsonschema>0 : devel/py-jsonschema@py39
- py39-scikit-image>0 : graphics/py-scikit-image@py39
- py39-python-fcl>0 : math/py-python-fcl@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- cad/cura
Configuration Options:
- No options to configure
- Options name:
- devel_py-trimesh
- USES:
- compiler:c++11-lang python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.25_3 25 Feb 2023 03:21:12
    |
Yasuhiro Kimura (yasu)  |
devel/py-trimesh: Replace reference to PY_PILLOW with its value
Since this port doesn't work with Python 2.7, the value of PY_PILLOW
doesn't change. So replace reference to it with its value.
PR: 269402
Approved by: maintainer timeout |
3.5.25_3 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.5.25_3 21 Nov 2022 17:23:41
    |
Dmitry Marakasov (amdmi3)  |
graphics/py-pyglet: update to 2.0.0
- Preserve pyglet 1.x as graphics/py-pyglet1
- Add mutual conflicts between graphics/py-pyglet1 and graphics/py-pyglet
- Switch all consumers to graphics/py-pyglet1 as it's likely
that no consumer is compatible with pyglet 2.x yet |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.5.25_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.5.25_2 13 Aug 2022 18:51:14
    |
Matthias Andree (mandree)  |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
3.5.25_1 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
3.5.25 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.5.25 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.5.25 25 Mar 2020 20:07:46
  |
antoine  |
Unbreak bulk -a harder, graphics/py-pyglet is only available for python:3.5+ |
3.5.25 25 Mar 2020 20:06:19
  |
antoine  |
Unbreak bulk -a |
3.5.25 25 Mar 2020 12:49:00
  |
db  |
Chase renamed py-python-fcl name |
3.5.25 25 Mar 2020 01:10:07
  |
db  |
Trimesh is a pure Python (2.7-3.4+) library for loading and using triangular
meshes with an emphasis on watertight surfaces. The goal of the library
is to provide a full featured and well tested Trimesh object which allows
for easy manipulation and analysis, in the style of the Polygon object in
the Shapely library.
The API is mostly stable, but this should not be relied on and is not
guaranteed: install a specific version if you plan on deploying something
using trimesh.
WWW: https://pypi.org/project/trimesh/#description |