You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
816 B
Tcl
24 lines
816 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-stopwordsiso
|
|
version 0.6.1
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Collection of stopwords for multiple languages. Using ISO 639 1 \
|
|
language code.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/bact/stopwords-iso
|
|
|
|
checksums rmd160 8f74807479d755d4f80c7739bb73e34f5057ef3e \
|
|
sha256 5be2b4f25afc296fca4f626710b98168949057f81a655e2dbdf670ddfce2af50 \
|
|
size 75592
|
|
|
|
python.versions 39 310
|