Port details |
- py-pycocotools Official APIs for the MS-COCO dataset
- 2.0.8 devel =2 2.0.8Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-08-16 18:33:56
- Last Update: 2024-06-18 14:25:55
- Commit Hash: a974020
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/ppwwyyxx/cocoapi/tree/master/PythonAPI
- Description:
- pycocotools is a fork of the original cocoapi, with bug fixes and packaging
improvements.
Changes in this fork include:
- Add CircleCI tests
- Support pip-installation correctly
- Support windows
- Don't import matplotlib unless needed
- Close file handle after openning
- Fix a small bug in rleToBbox
- Fix a segfault in RLE decoding
- Fix deprecated usage of other libraries
For compatibility, we will not make any API changes or non-bug behavior changes
to the existing APIs of the official cocoapi.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pycocotools>0:devel/py-pycocotools@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pycocotools/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pycocotools
- pkg install py311-pycocotools
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 py311-pycocotools listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pycocotools
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1718690474
SHA256 (pycocotools-2.0.8.tar.gz) = 8f2bcedb786ba26c367a3680f9c4eb5b2ad9dccb2b34eaeb205e0a021e1dfb8d
SIZE (pycocotools-2.0.8.tar.gz) = 24993
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:
-
- py311-numpy>=0,1 : math/py-numpy@py311
- py311-setuptools>=43.0.0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-matplotlib>=2.1.0 : math/py-matplotlib@py311
- py311-numpy>=0,1 : math/py-numpy@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- misc/py-mmdet
Configuration Options:
- No options to configure
- Options name:
- devel_py-pycocotools
- USES:
- python:3.9+
- 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 |
2.0.8 18 Jun 2024 14:25:55 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pycocotools: Update to 2.0.8
Changes: https://github.com/ppwwyyxx/cocoapi/commits/master/PythonAPI |
2.0.7 21 Aug 2023 17:04:10 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pycocotools: Update to 2.0.7
Changes: https://github.com/ppwwyyxx/cocoapi/commits/master/PythonAPI |
2.0.6 16 Aug 2023 18:25:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pycocotools: Add py-pycocotools 2.0.6
pycocotools is a fork of the original cocoapi, with bug fixes and packaging
improvements.
Changes in this fork include:
- Add CircleCI tests
- Support pip-installation correctly
- Support windows
- Don't import matplotlib unless needed
- Close file handle after openning
- Fix a small bug in rleToBbox
- Fix a segfault in RLE decoding
- Fix deprecated usage of other libraries
For compatibility, we will not make any API changes or non-bug behavior changes
to the existing APIs of the official cocoapi. |