20 lines
531 B
TOML
20 lines
531 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = ["python-setuptools"]
|
|
optional = ["python-pystemmer"]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Snowball stemming library collection for Python"
|
|
homepage = "https://snowballstem.org/"
|
|
license = "BSD-3-Clause"
|
|
name = "python-snowballstemmer"
|
|
version = "3.0.0.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "1d09493a5ecc85fb5b433674e9c83fcd41c6739b6979ce4b54e81a40ec078342"
|
|
url = "https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-$version.tar.gz"
|