Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 587096 - dev-python/nltk-3.2.1 version bump
Summary: dev-python/nltk-3.2.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LABBE Corentin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-25 22:18 UTC by Yury Gavrilovich
Modified: 2016-06-30 08:54 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for a new nltk version (nltk-3.2.1.ebuild,525 bytes, text/plain)
2016-06-25 22:18 UTC, Yury Gavrilovich
Details
nltk 3.0.4/3.2.1 ebuilds diff (nltk_ebuilds.diff,721 bytes, text/plain)
2016-06-29 21:25 UTC, Yury Gavrilovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Gavrilovich 2016-06-25 22:18:07 UTC
Created attachment 438806 [details]
ebuild for a new nltk version

The latest version in portage ~ 1 year old, and the newest version 3.2.1 was released 2016-04-09. Link to changelog: https://github.com/nltk/nltk/blob/develop/ChangeLog


I renamed the old "nltk-3.0.4.ebuild" -> "nltk-3.2.1.ebuild" and it merged fine in my local testing overlay. But I have no experience in creating\testing ebuilds.
Comment 1 Jonas Stein gentoo-dev 2016-06-25 22:56:57 UTC
Thank you for the test. This was a good start in building your own ebuilds.

You can check your ebuild with 
repoman -d full 
It should give warnings, because you did not update the year to 2016 in the header.
You can find more information here: 
https://devmanual.gentoo.org/ebuild-writing/index.html
Comment 2 Yury Gavrilovich 2016-06-29 21:25:00 UTC
Created attachment 439176 [details]
nltk 3.0.4/3.2.1 ebuilds diff
Comment 3 Yury Gavrilovich 2016-06-29 21:26:48 UTC
"repoman -d full" didn't say anything about 2015 year, but I fixed it anyway. Also I made a couple of little changes (see diff). We'll be glad to improve it in any other way =)
Comment 4 Sergei Trofimovich (RETIRED) gentoo-dev 2016-06-30 08:54:39 UTC
Pushed as: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05e3d7b9635aecd4204fa65650596fc1f271b3f

Thank you!

${PYTHON_DEPS} gets added automaticallt to distutils-r1 users (if python support is not optional): https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/distutils-r1.eclass#n100