notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-pycocotools Official APIs for the MS-COCO dataset
2.0.7 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.7Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-16 18:33:56
Last Update: 2023-08-21 17:04:10
Commit Hash: 7b79dd9
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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 py39-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 py39-pycocotools listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pycocotools
Package flavors (<flavor>: <package>)
  • py39: py39-pycocotools
distinfo:
TIMESTAMP = 1692211759 SHA256 (pycocotools-2.0.7.tar.gz) = da8b7815196eebf0adabf67fcc459126cbc6498bbc6ab1fd144c371465d86879 SIZE (pycocotools-2.0.7.tar.gz) = 24965

Packages (timestamps in pop-ups are UTC):
py39-pycocotools
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.0.7--2.0.7---
FreeBSD:13:quarterly2.0.72.0.7--2.0.7-2.0.7-
FreeBSD:14:latest2.0.72.0.7--2.0.7---
FreeBSD:14:quarterly2.0.72.0.7--2.0.7-2.0.7-
FreeBSD:15:latest2.0.72.0.7n/a2.0.7n/a-2.0.7-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-numpy>=0,1 : math/py-numpy@py39
  2. py39-setuptools>=43.0.0 : devel/py-setuptools@py39
  3. py39-wheel>=0 : devel/py-wheel@py39
  4. cython-3.9 : lang/cython@py39
  5. python3.9 : lang/python39
  6. py39-build>=0 : devel/py-build@py39
  7. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-matplotlib>=2.1.0 : math/py-matplotlib@py39
  2. py39-numpy>=0,1 : math/py-numpy@py39
  3. python3.9 : lang/python39
This port is required by:
for Run
  1. misc/py-mmdet

Configuration Options:
No options to configure
Options name:
devel_py-pycocotools
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pycocotools/
  2. https://pypi.org/packages/source/p/pycocotools/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.7
21 Aug 2023 17:04:10
commit hash: 7b79dd949ecbdd9fbb7e66aca1357342b4af090acommit hash: 7b79dd949ecbdd9fbb7e66aca1357342b4af090acommit hash: 7b79dd949ecbdd9fbb7e66aca1357342b4af090acommit hash: 7b79dd949ecbdd9fbb7e66aca1357342b4af090a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: f484396210f0f4e9725fac690350f1fafcba801ecommit hash: f484396210f0f4e9725fac690350f1fafcba801ecommit hash: f484396210f0f4e9725fac690350f1fafcba801ecommit hash: f484396210f0f4e9725fac690350f1fafcba801e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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.

Number of commits found: 2