pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-textblob: Import py-textblob-0.11.1 as wip/py-textblob



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Oct 15 15:49:16 2016 +0200
Changeset:	a52eab211e7e25a16751e88a62a0fe6735f25aa6

Modified Files:
	Makefile
Added Files:
	py-textblob/DESCR
	py-textblob/Makefile
	py-textblob/PLIST
	py-textblob/distinfo

Log Message:
py-textblob: Import py-textblob-0.11.1 as wip/py-textblob

TextBlob is a Python (2 and 3) library for processing textual data.
It provides a simple API for diving into common natural language
processing (NLP) tasks such as part-of-speech tagging, noun phrase
extraction, sentiment analysis, classification, translation, and
more.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a52eab211e7e25a16751e88a62a0fe6735f25aa6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 py-textblob/DESCR    |  5 +++
 py-textblob/Makefile | 18 ++++++++++
 py-textblob/PLIST    | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-textblob/distinfo |  6 ++++
 5 files changed, 127 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ce86eb9..dff2b1c 100644
--- a/Makefile
+++ b/Makefile
@@ -3481,6 +3481,7 @@ SUBDIR+=	py-teng
 SUBDIR+=	py-termcolor
 SUBDIR+=	py-terminator-plugins-git
 SUBDIR+=	py-texml
+SUBDIR+=	py-textblob
 SUBDIR+=	py-thLib
 SUBDIR+=	py-theano
 SUBDIR+=	py-thermistor
diff --git a/py-textblob/DESCR b/py-textblob/DESCR
new file mode 100644
index 0000000..fe0d6ae
--- /dev/null
+++ b/py-textblob/DESCR
@@ -0,0 +1,5 @@
+TextBlob is a Python (2 and 3) library for processing textual data.
+It provides a simple API for diving into common natural language
+processing (NLP) tasks such as part-of-speech tagging, noun phrase
+extraction, sentiment analysis, classification, translation, and
+more.
diff --git a/py-textblob/Makefile b/py-textblob/Makefile
new file mode 100644
index 0000000..454a5a1
--- /dev/null
+++ b/py-textblob/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	textblob-0.11.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/textblob/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://textblob.readthedocs.io/
+COMMENT=	Python library for processing textual data
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-nltk>=0:../../wip/py-nltk
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-textblob/PLIST b/py-textblob/PLIST
new file mode 100644
index 0000000..c5d6cb2
--- /dev/null
+++ b/py-textblob/PLIST
@@ -0,0 +1,97 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/textblob/__init__.py
+${PYSITELIB}/textblob/__init__.pyc
+${PYSITELIB}/textblob/__init__.pyo
+${PYSITELIB}/textblob/_text.py
+${PYSITELIB}/textblob/_text.pyc
+${PYSITELIB}/textblob/_text.pyo
+${PYSITELIB}/textblob/base.py
+${PYSITELIB}/textblob/base.pyc
+${PYSITELIB}/textblob/base.pyo
+${PYSITELIB}/textblob/blob.py
+${PYSITELIB}/textblob/blob.pyc
+${PYSITELIB}/textblob/blob.pyo
+${PYSITELIB}/textblob/classifiers.py
+${PYSITELIB}/textblob/classifiers.pyc
+${PYSITELIB}/textblob/classifiers.pyo
+${PYSITELIB}/textblob/compat.py
+${PYSITELIB}/textblob/compat.pyc
+${PYSITELIB}/textblob/compat.pyo
+${PYSITELIB}/textblob/decorators.py
+${PYSITELIB}/textblob/decorators.pyc
+${PYSITELIB}/textblob/decorators.pyo
+${PYSITELIB}/textblob/download_corpora.py
+${PYSITELIB}/textblob/download_corpora.pyc
+${PYSITELIB}/textblob/download_corpora.pyo
+${PYSITELIB}/textblob/en/__init__.py
+${PYSITELIB}/textblob/en/__init__.pyc
+${PYSITELIB}/textblob/en/__init__.pyo
+${PYSITELIB}/textblob/en/en-context.txt
+${PYSITELIB}/textblob/en/en-entities.txt
+${PYSITELIB}/textblob/en/en-lexicon.txt
+${PYSITELIB}/textblob/en/en-morphology.txt
+${PYSITELIB}/textblob/en/en-sentiment.xml
+${PYSITELIB}/textblob/en/en-spelling.txt
+${PYSITELIB}/textblob/en/inflect.py
+${PYSITELIB}/textblob/en/inflect.pyc
+${PYSITELIB}/textblob/en/inflect.pyo
+${PYSITELIB}/textblob/en/np_extractors.py
+${PYSITELIB}/textblob/en/np_extractors.pyc
+${PYSITELIB}/textblob/en/np_extractors.pyo
+${PYSITELIB}/textblob/en/parsers.py
+${PYSITELIB}/textblob/en/parsers.pyc
+${PYSITELIB}/textblob/en/parsers.pyo
+${PYSITELIB}/textblob/en/sentiments.py
+${PYSITELIB}/textblob/en/sentiments.pyc
+${PYSITELIB}/textblob/en/sentiments.pyo
+${PYSITELIB}/textblob/en/taggers.py
+${PYSITELIB}/textblob/en/taggers.pyc
+${PYSITELIB}/textblob/en/taggers.pyo
+${PYSITELIB}/textblob/exceptions.py
+${PYSITELIB}/textblob/exceptions.pyc
+${PYSITELIB}/textblob/exceptions.pyo
+${PYSITELIB}/textblob/formats.py
+${PYSITELIB}/textblob/formats.pyc
+${PYSITELIB}/textblob/formats.pyo
+${PYSITELIB}/textblob/inflect.py
+${PYSITELIB}/textblob/inflect.pyc
+${PYSITELIB}/textblob/inflect.pyo
+${PYSITELIB}/textblob/mixins.py
+${PYSITELIB}/textblob/mixins.pyc
+${PYSITELIB}/textblob/mixins.pyo
+${PYSITELIB}/textblob/np_extractors.py
+${PYSITELIB}/textblob/np_extractors.pyc
+${PYSITELIB}/textblob/np_extractors.pyo
+${PYSITELIB}/textblob/ordereddict.py
+${PYSITELIB}/textblob/ordereddict.pyc
+${PYSITELIB}/textblob/ordereddict.pyo
+${PYSITELIB}/textblob/parsers.py
+${PYSITELIB}/textblob/parsers.pyc
+${PYSITELIB}/textblob/parsers.pyo
+${PYSITELIB}/textblob/sentiments.py
+${PYSITELIB}/textblob/sentiments.pyc
+${PYSITELIB}/textblob/sentiments.pyo
+${PYSITELIB}/textblob/taggers.py
+${PYSITELIB}/textblob/taggers.pyc
+${PYSITELIB}/textblob/taggers.pyo
+${PYSITELIB}/textblob/tokenizers.py
+${PYSITELIB}/textblob/tokenizers.pyc
+${PYSITELIB}/textblob/tokenizers.pyo
+${PYSITELIB}/textblob/translate.py
+${PYSITELIB}/textblob/translate.pyc
+${PYSITELIB}/textblob/translate.pyo
+${PYSITELIB}/textblob/unicodecsv/__init__.py
+${PYSITELIB}/textblob/unicodecsv/__init__.pyc
+${PYSITELIB}/textblob/unicodecsv/__init__.pyo
+${PYSITELIB}/textblob/utils.py
+${PYSITELIB}/textblob/utils.pyc
+${PYSITELIB}/textblob/utils.pyo
+${PYSITELIB}/textblob/wordnet.py
+${PYSITELIB}/textblob/wordnet.pyc
+${PYSITELIB}/textblob/wordnet.pyo
diff --git a/py-textblob/distinfo b/py-textblob/distinfo
new file mode 100644
index 0000000..6dcab9d
--- /dev/null
+++ b/py-textblob/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (textblob-0.11.1.tar.gz) = bc934ec5e6bfef4a629ec7ce6a432279078d7deb
+RMD160 (textblob-0.11.1.tar.gz) = 4617e6a6d5fc6c480711269d91a9605ff12a6770
+SHA512 (textblob-0.11.1.tar.gz) = ff2e451a91804aaf399e3b5117b9d103348d8109f55e13c9eede9dfbcc876c216214c821d7466a0c9c41bdc677616de834120dde07804159107877e3dc5a4285
+Size (textblob-0.11.1.tar.gz) = 633499 bytes


Home | Main Index | Thread Index | Old Index