Search Criteria
Package Details: python2-semantic 1.0.3-2
Git Clone URL: | https://aur.archlinux.org/python2-semantic.git (read-only, click to copy) |
---|---|
Package Base: | python2-semantic |
Description: | Library for extracting semantic information from text, such as dates and numbers |
Upstream URL: | http://packages.python.org/semantic |
Licenses: | |
Submitter: | ImNtReal |
Maintainer: | None |
Last Packager: | flacks |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2014-04-19 00:54 |
Last Updated: | 2017-12-29 00:46 |
Latest Comments
crystalclaw commented on 2017-12-28 15:49
The source now requires SSL, and returns 403 when trying to build from this PKGBUILD. Changing
source=(http://pypi.python.org/packages/source/s/semantic/semantic-${pkgver}.tar.gz)
to
source=(https://pypi.python.org/packages/source/s/semantic/semantic-${pkgver}.tar.gz)
fixes the issue.