textproc/py-nltk: update to 3.7
PR: 267330 Approved by: demon (maintainer)
This commit is contained in:
parent
98fbcc11b7
commit
d20fc75d75
2 changed files with 11 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= nltk
|
||||
DISTVERSION= 3.4.1
|
||||
DISTVERSION= 3.7
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= textproc education python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
@ -11,12 +11,14 @@ WWW= https://www.nltk.org/
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=3.09:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}regex>0:textproc/py-regex@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
|
||||
USES= cpe python:3.6+ zip
|
||||
USES= cpe python:3.7+ zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1556290025
|
||||
SHA256 (nltk-3.4.1.zip) = 3a64b1cb685bbf344adec416871fee07996671c876ff313b3e504158fa1500e1
|
||||
SIZE (nltk-3.4.1.zip) = 3058404
|
||||
TIMESTAMP = 1666689261
|
||||
SHA256 (nltk-3.7.zip) = d6507d6460cec76d70afea4242a226a7542f85c669177b9c7f562b7cf1b05502
|
||||
SIZE (nltk-3.7.zip) = 3293449
|
||||
|
|
Loading…
Reference in a new issue