Package Details: python-thinc-bin-8.3.2 8.3.6-1

Git Clone URL: https://aur.archlinux.org/python-thinc-bin-8.3.2.git (read-only, click to copy)
Package Base: python-thinc-bin-8.3.2
Description: Industrial-strength Natural Language Processing (NLP) in Python
Upstream URL: https://github.com/explosion/thinc
Licenses: MIT
Conflicts: python-thinc
Provides: python-thinc
Submitter: envolution
Maintainer: envolution
Last Packager: envolution
Votes: 1
Popularity: 0.28
First Submitted: 2024-11-30 21:30 (UTC)
Last Updated: 2025-09-09 21:35 (UTC)

Latest Comments

mboss387 commented on 2025-12-09 09:46 (UTC)

Suggested PKGBUILD fix for missing installer dependency:

Add to makedepends=(): 'python-installer' 'python-pyproject-hooks' 'python-build' 'python-wheel'

yochananmarqos commented on 2025-11-07 17:16 (UTC)

@envolution: This is missing python-installer to build, please add it to makedepends().

envolution commented on 2025-09-09 21:38 (UTC)

@patina sure, and thanks

patina commented on 2025-09-09 21:15 (UTC)

Since this is meant as a compatibility package, would it make sense to update it to thinc 8.3.6 so it supports Python 3.13 until spacy moves to thinc v9+? I tested this build locally and had no issues.

PKGBUILD
# Maintainer: envolution
# shellcheck shell=bash disable=SC2034,SC2154
pkgname=python-thinc-bin-8.3.2
pkgver=8.3.6
pkgrel=1
pkgdesc="Industrial-strength Natural Language Processing (NLP) in Python"
arch=('x86_64')
url='https://github.com/explosion/thinc'
license=('MIT')
provides=(python-thinc=$pkgver)
conflicts=(python-thinc)
depends=(
  'python-blis'
  'python-catalogue'
  'python-confection'
  'python-cymem'
  'python-murmurhash'
  'python-numpy'
  'python-packaging'
  'python-preshed'
  'python-pydantic'
  'python-srsly'
  'python-wasabi')
source=(https://files.pythonhosted.org/packages/e5/42/c87990ca214b9910f33b110d3b1ac213407388d35376bc955ad45e5de764/thinc-8.3.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl)
md5sums=('ed08301d57ad5d5aa455b64b60421025')

package() {
  python -m installer --destdir="$pkgdir" "thinc-8.3.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
}
# vim:set ts=2 sw=2 et:

envolution commented on 2024-11-30 22:27 (UTC)

this is a compatibility package to support python-spacy until it supports thinc v9+