-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
classic buildpack parityFeatures required for parity with the classic Heroku Python buildpackFeatures required for parity with the classic Heroku Python buildpack
Description
The classic Python buildpack supports installing NLTK corpora via an nltk.txt file:
https://devcenter.heroku.com/articles/python-nltk
https://github.com/heroku/heroku-buildpack-python/blob/main/bin/steps/nltk
https://www.nltk.org/data.html
This is a someone infrequently used feature, and it seems it could be replaced by an inline buildpack that runs a single command.
Though we'd need to check whether NLTK_DATA needs to be set, or if we can rely on the default output location.
If we do decide to drop this feature, we'll want to display migration advice in the CNB. Or if we don't drop the feature, we'll need to implement support for it in the CNB.
hone
Metadata
Metadata
Assignees
Labels
classic buildpack parityFeatures required for parity with the classic Heroku Python buildpackFeatures required for parity with the classic Heroku Python buildpack