FS#28379 - [nltk-data] should not depend on python2-nltk
Attached to Project:
Community Packages
Opened by Daniel Micay (thestinger) - Sunday, 12 February 2012, 16:07 GMT
Last edited by Thomas Dziedzic (tomd123) - Sunday, 12 February 2012, 23:40 GMT
Opened by Daniel Micay (thestinger) - Sunday, 12 February 2012, 16:07 GMT
Last edited by Thomas Dziedzic (tomd123) - Sunday, 12 February 2012, 23:40 GMT
|
Details
nltk-data is usable without python2-nltk, so there shouldn't
be a dependency. For example, I uploaded a python-nltk-git
package to the AUR (the py3k version of nltk) and it also
has nltk-data as an optional dependency, but is completely
independent of the python2 version.
|
This task depends upon
Closed by Thomas Dziedzic (tomd123)
Sunday, 12 February 2012, 23:40 GMT
Reason for closing: Fixed
Additional comments about closing: pkgrel 7
Sunday, 12 February 2012, 23:40 GMT
Reason for closing: Fixed
Additional comments about closing: pkgrel 7
Comment by
Daniel Micay (thestinger) - Sunday,
12 February 2012, 16:29 GMT
python2-nltk would actually have to be moved to makedepends, since
the nltk.downloader module is used to fetch the data. In the
future it could be switched to python-nltk when they finally make
a stable release of the py3k branch.