|
8 | 8 |
|
9 | 9 | class PyGensim(PythonPackage): |
10 | 10 | """Gensim is a Python library for topic modelling, document indexing and |
11 | | - similarity retrieval with large corpora. Target audience is the natural |
12 | | - language processing (NLP) and information retrieval (IR) community.""" |
| 11 | + similarity retrieval with large corpora. Target audience is the natural |
| 12 | + language processing (NLP) and information retrieval (IR) community.""" |
13 | 13 |
|
14 | | - homepage = "https://pypi.org/project/gensim/" |
15 | | - url = "https://files.pythonhosted.org/packages/3a/bc/1415be59292a23ff123298b4b46ec4be80b3bfe72c8d188b58ab2653dee4/gensim-3.8.0.tar.gz" |
| 14 | + homepage = "https://radimrehurek.com/gensim" |
| 15 | + url = "https://pypi.io/packages/source/g/gensim/gensim-3.8.1.tar.gz" |
16 | 16 |
|
17 | | - version('3.8.1', sha256='33277fc0a8d7b0c7ce70fcc74bb82ad39f944c009b334856c6e86bf552b1dfdc', |
18 | | - url='https://files.pythonhosted.org/packages/73/f2/e9af000df6419bf1a63ffed3e6033a1b1d8fcf2f971fcdac15296619aff8/gensim-3.8.1.tar.gz') |
19 | | - version('3.8.0', sha256='ec5de7ff2bfa8692fa96a846bb5aae52f267fc322fbbe303c1f042d258af5766') |
| 17 | + maintainers = ['adamjstewart'] |
20 | 18 |
|
21 | | - depends_on( '[email protected]:', type=( 'build', 'run')) |
| 19 | + version('3.8.1', sha256='33277fc0a8d7b0c7ce70fcc74bb82ad39f944c009b334856c6e86bf552b1dfdc') |
| 20 | + version('3.8.0', sha256='ec5de7ff2bfa8692fa96a846bb5aae52f267fc322fbbe303c1f042d258af5766') |
22 | 21 |
|
| 22 | + depends_on( '[email protected]:2.8,3.5:', type=( 'build', 'run')) |
23 | 23 | depends_on('py-setuptools', type='build') |
24 | | - |
25 | | - depends_on('py-numpy', type=('build', 'run')) |
26 | | - depends_on('py-scipy', type=('build', 'run')) |
27 | | - depends_on('py-smart-open', type=('build', 'run')) |
28 | | - depends_on('py-six', type=('build', 'run')) |
| 24 | + depends_on( '[email protected]:', type=( 'build', 'run')) |
| 25 | + depends_on( '[email protected]:', type=( 'build', 'run')) |
| 26 | + depends_on( '[email protected]:', type=( 'build', 'run')) |
| 27 | + depends_on( '[email protected]:', type=( 'build', 'run')) |
0 commit comments