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
Port details
py-thinc8 Refreshing functional take on deep learning
8.3.2 devel on this many watch lists=2 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 8.3.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-20 18:33:05
Last Update: 2024-10-14 05:25:39
Commit Hash: 157492a
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://thinc.ai/
https://github.com/explosion/thinc
Description:
Thinc is a lightweight deep learning library that offers an elegant, type-checked, functional-programming API for composing models, with support for layers defined in other frameworks such as PyTorch, TensorFlow and MXNet. You can use Thinc as an interface layer, a standalone toolkit or a flexible way to develop new models. Previous versions of Thinc have been running quietly in production in thousands of companies, via both spaCy and Prodigy.
HomepageHomepage    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}thinc8>0:devel/py-thinc8@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-thinc8/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-thinc8
  • pkg install py311-thinc8
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-thinc8 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-thinc8
Package flavors (<flavor>: <package>)
  • py311: py311-thinc8
distinfo:
TIMESTAMP = 1728632418 SHA256 (thinc-8.3.2.tar.gz) = 3e8ef69eac89a601e11d47fc9e43d26ffe7ef682dcf667c94ff35ff690549aeb SIZE (thinc-8.3.2.tar.gz) = 193915

Packages (timestamps in pop-ups are UTC):
py311-thinc8
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest8.3.28.3.2-8.3.28.3.2---
FreeBSD:13:quarterly8.3.08.3.0--8.3.0---
FreeBSD:14:latest8.3.28.3.2-8.3.28.3.2---
FreeBSD:14:quarterly8.3.08.3.0--8.3.0---
FreeBSD:15:latest8.3.28.3.2n/a8.3.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-blis>=1.0.0<1.1.0 : math/py-blis@py311
  2. py311-cymem>=2.0.2<2.1.0 : devel/py-cymem@py311
  3. py311-murmurhash>=0.28.0<1.1.0 : devel/py-murmurhash@py311
  4. py311-numpy>=0,1<2.1.0,1 : math/py-numpy@py311
  5. py311-preshed3>=3.0.2<3.1.0 : devel/py-preshed3@py311
  6. py311-setuptools>=0 : devel/py-setuptools@py311
  7. py311-wheel>=0 : devel/py-wheel@py311
  8. cython-3.11 : lang/cython@py311
  9. python3.11 : lang/python311
  10. py311-build>=0 : devel/py-build@py311
  11. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-blis>=1.0.0<1.1.0 : math/py-blis@py311
  2. py311-catalogue>=2.0.4<2.1.0 : devel/py-catalogue@py311
  3. py311-confection>=0.0.1<1.0.0 : devel/py-confection@py311
  4. py311-cymem>=2.0.2<2.1.0 : devel/py-cymem@py311
  5. py311-murmurhash>=0.28.0<1.1.0 : devel/py-murmurhash@py311
  6. py311-numpy>=0,1<2.1.0,1 : math/py-numpy@py311
  7. py311-packaging>=20.0 : devel/py-packaging@py311
  8. py311-preshed3>=3.0.2<3.1.0 : devel/py-preshed3@py311
  9. py311-pydantic2>=1.7.4<3.0.0 : devel/py-pydantic2@py311
  10. py311-setuptools>=0 : devel/py-setuptools@py311
  11. py311-srsly>=2.4.0<3.0.0 : devel/py-srsly@py311
  12. py311-wasabi>=0.8.1<1.2.0 : textproc/py-wasabi@py311
  13. python3.11 : lang/python311
This port is required by:
for Build
  1. textproc/py-spacy
for Run
  1. textproc/py-spacy

Configuration Options:
No options to configure
Options name:
devel_py-thinc8
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/t/thinc/
  2. https://pypi.org/packages/source/t/thinc/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
8.3.2
14 Oct 2024 05:25:39
commit hash: 157492a1e0a5871b7d0cea4e574aa7d36cf8de05commit hash: 157492a1e0a5871b7d0cea4e574aa7d36cf8de05commit hash: 157492a1e0a5871b7d0cea4e574aa7d36cf8de05commit hash: 157492a1e0a5871b7d0cea4e574aa7d36cf8de05 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-thinc8: Update to 8.3.2

Changes:	https://github.com/explosion/thinc/releases
8.3.0
04 Aug 2024 17:14:07
commit hash: e848b7c0bae27c671885d90323abf8525b28cbbbcommit hash: e848b7c0bae27c671885d90323abf8525b28cbbbcommit hash: e848b7c0bae27c671885d90323abf8525b28cbbbcommit hash: e848b7c0bae27c671885d90323abf8525b28cbbb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-thinc8: Update to 8.3.0

Changes:	https://github.com/explosion/thinc/releases
8.2.5
06 Jul 2024 16:03:37
commit hash: dcbf3e548bdb3e4bdc7c59602ee7f19a6f0321a8commit hash: dcbf3e548bdb3e4bdc7c59602ee7f19a6f0321a8commit hash: dcbf3e548bdb3e4bdc7c59602ee7f19a6f0321a8commit hash: dcbf3e548bdb3e4bdc7c59602ee7f19a6f0321a8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-thinc8: Update to 8.2.5

Changes:	https://github.com/explosion/thinc/releases
8.2.4
06 Jun 2024 07:48:05
commit hash: d4c5c9d6f473e5fa199faf9fdb22136609145ac6commit hash: d4c5c9d6f473e5fa199faf9fdb22136609145ac6commit hash: d4c5c9d6f473e5fa199faf9fdb22136609145ac6commit hash: d4c5c9d6f473e5fa199faf9fdb22136609145ac6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-thinc8: Update to 8.2.4

Changes:	https://github.com/explosion/thinc/releases
8.2.3
20 Apr 2024 18:27:49
commit hash: 6a6b9df0a22e47ac759fa2d8a5c41d7ed7f905cccommit hash: 6a6b9df0a22e47ac759fa2d8a5c41d7ed7f905cccommit hash: 6a6b9df0a22e47ac759fa2d8a5c41d7ed7f905cccommit hash: 6a6b9df0a22e47ac759fa2d8a5c41d7ed7f905cc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-thinc8: Add py-thinc8 8.2.3 (copied from py-thinc)

- Add PORTSCOUT

Number of commits found: 5