nltk: unfork, I found a patch and fixed it in gentoo

This commit is contained in:
Zero_Chaos 2015-03-18 02:14:40 +00:00
parent fcc583b763
commit c72a0b7982
2 changed files with 0 additions and 29 deletions

View file

@ -1,2 +0,0 @@
DIST nltk-2.0.4.tar.gz 955978 SHA256 a554d6b9c5c7c8b597a090d8848a6f78c6fc4665ae43c9a6a6d6a5b207d98c65 SHA512 1a1923f8819016926ad37337077a87782b1b244eb52c93b0b977946a3549a82b8b0cc4eb886f801d283b6df6f55fa8020db435dae9303371cda1dc1f8c40bc88 WHIRLPOOL b0affed720034261de343c4f7a09cc1a977e695ddeb7cd592d3d7b7c960728025336b8ece5667dda090593498d33d4e64b05b1bd3d8336e0f487d5ff2da82f80
EBUILD nltk-2.0.4.ebuild 746 SHA256 c9671a0226a74a5b199aae76edaa94c97f9bf489b7c79b4894e7d36586b5ee26 SHA512 f5a512c6d53d5db25de4f71b3d6eeaacb464cb30853ca45cc2342a97880cb22b204d16f40e0f8c914641d37252dd62120b034eef6881101d2a5d31a6556926de WHIRLPOOL 191708607df5acd5c415f49038d61c45ff9b101c79022a8b55dc8971236a25b1c04b305e25f908439dd9d38ed22c21ceabce951681a9f8f16208df2dabbf5fc1

View file

@ -1,27 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0.4.ebuild,v 1.2 2014/12/22 10:17:58 hwoarang Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="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 tk"
RDEPEND="${RDEPEND}
numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
dev-python/pyyaml[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
app-arch/unzip
<dev-python/setuptools-12.0.0"