public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/
Date: Fri, 29 Sep 2017 16:58:15 +0000 (UTC)	[thread overview]
Message-ID: <1506704291.59e27bc47bcd5037fda6979fd7f19a94c609060c.patrick@gentoo> (raw)

commit:     59e27bc47bcd5037fda6979fd7f19a94c609060c
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 16:55:36 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 16:58:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e27bc4

dev-python/nltk: Bump

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-python/nltk/Manifest          |  1 +
 dev-python/nltk/nltk-3.2.5.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/nltk/Manifest b/dev-python/nltk/Manifest
index 8dbaff61af5..f10e1390f7a 100644
--- a/dev-python/nltk/Manifest
+++ b/dev-python/nltk/Manifest
@@ -1,3 +1,4 @@
 DIST nltk-3.0.3.tar.gz 1011266 SHA256 28d6175984445b9cdcc719f36701f034320edbecb78b69a37d1edc876843ea93 SHA512 b058642670166bff538e2c1c417ffb2e57a217a9f3a056475ad47ffa222df7237bfb4ac00a58952dc6f79f12a32e3a40bf53a96262a4b3caced64c2c09abdfc3 WHIRLPOOL 4201a7d6219f437b8e8df2b7c88ae48578e69825c4fe067d777c92b24bd819172b6a831d2ed51de07a3b52bda20f5c559e2da0dcfde58cafca57c811bbb23cd2
 DIST nltk-3.2.2.tar.gz 1153499 SHA256 1b37db344770021c9be3d68f48d1667a8dae6eeff0e502b7bfb01638d288a88e SHA512 7a9aba4db26bc091bcba248156f74353a55cae0301ff3d675e55615967a0a1163d2d1db4e4bc51a953ced3c28d0b330a7949f4f9ec3621df300dcad23877a556 WHIRLPOOL c424e9290ffa6af3cbd4576caab28e44afa138001106243c3309e927e53f88bb642ea495be2623abb9635eeb1676dabf5588bcd090c5aff7395cc0763aa52fe7
 DIST nltk-3.2.3.tar.gz 1166282 SHA256 8734e180ba255562971aca8881f330201666e6ac63c8a1cd853e067eb827bcb1 SHA512 2e5c0899c29f61166b2e161e62e81fd35e045bda979fbfa662bf9ad1349be4aae6aabe4b9de34905e2abbc05b06a096480829fd66638efa35cd5c866f76c62e8 WHIRLPOOL 54791d2d19c973dc4024b701fbd6474013695765b4ffe81b92b9bc9865bbce91c56bd3c30b82cf7b45861cc6f828832796f4dd30363c97366470c485ca82c6d5
+DIST nltk-3.2.5.tar.gz 1188856 SHA256 2661f9971d983db314bbebd51ba770811a362c6597fd0f303bb1d3beadcb4834 SHA512 967b209ce3dde5296dafac16b91bff3894ff1a3f073c76974fd9193912597c82d2d1c50d4419052da77ab66f798f230f725b83f31368a95cacf94d46e45055de WHIRLPOOL 3b3d7d0e052342b377b9447c65e5ba5d15bfd122f78a9b487a474c3093d7a2901a6955da1e0598d56eb9b1a8367c3b894488df8e0f6eee8d268733a5e3fc9e46

diff --git a/dev-python/nltk/nltk-3.2.5.ebuild b/dev-python/nltk/nltk-3.2.5.ebuild
new file mode 100644
index 00000000000..00df16dee53
--- /dev/null
+++ b/dev-python/nltk/nltk-3.2.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE="sqlite,tk?,xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Natural Language Toolkit"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="http://nltk.org/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="numpy test tk"
+
+RDEPEND="numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
+	dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+# currently requires linguistic data to be downloaded separately
+RESTRICT="test"
+
+python_test() {
+	nosetests || die "Tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2017-09-29 16:58 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-29 16:58 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-19 16:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/nltk/ Arthur Zamarin
2022-10-28 10:32 Andrew Ammerlaan
2022-04-24 11:06 Jakov Smolić
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-02-09 19:45 Michał Górny
2022-01-29 10:04 Jakov Smolić
2022-01-06 13:04 Sam James
2021-12-29  8:30 Michał Górny
2021-12-21  9:42 Michał Górny
2021-11-29  8:42 Agostino Sarubbo
2021-11-28 19:33 Andrew Ammerlaan
2021-10-11  7:56 Michał Górny
2021-10-01  6:36 Michał Górny
2021-09-20 15:01 Arthur Zamarin
2021-09-20 13:41 Michał Górny
2021-09-16  5:54 Arthur Zamarin
2021-09-16  5:32 Arthur Zamarin
2021-06-25  7:10 Michał Górny
2021-06-25  6:19 Agostino Sarubbo
2021-06-25  6:18 Agostino Sarubbo
2021-04-21  6:40 Michał Górny
2021-04-08  8:51 Michał Górny
2021-04-08  7:41 Michał Górny
2020-06-02 11:22 Michał Górny
2020-05-09 11:24 Mikle Kolyada
2020-05-09 11:24 Mikle Kolyada
2020-05-04 11:26 Michał Górny
2020-04-30 20:22 Jason A. Donenfeld
2020-04-13 10:32 Michał Górny
2020-04-13 10:32 Michał Górny
2020-04-13 10:32 Michał Górny
2020-04-09  8:19 Joonas Niilola
2020-03-28  9:20 Michał Górny
2019-03-01  0:26 Aaron Bauman
2018-06-26 22:22 Jonas Stein
2018-01-05 13:26 Michał Górny
2017-08-05  9:30 Michael Palimaka
2017-07-31 10:37 Tobias Klausmann
2017-07-28 14:08 Matthias Maier
2017-05-20  0:38 Tim Harder
2017-05-02 11:58 Michał Górny
2017-03-18 17:43 Göktürk Yüksek
2017-03-17 14:54 Marek Szuba
2016-06-30  8:51 Sergei Trofimovich
2015-08-26 11:00 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1506704291.59e27bc47bcd5037fda6979fd7f19a94c609060c.patrick@gentoo \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox