Search Criteria
Package Details: python2-sockjs-tornado-git 1.0.0.r17.gb90116f-1
Git Clone URL: | https://aur.archlinux.org/python2-sockjs-tornado-git.git (read-only) |
---|---|
Package Base: | python2-sockjs-tornado-git |
Description: | SockJS-tornado is a Python server side counterpart of SockJS-client browser library running on top of Tornado framework. |
Upstream URL: | https://github.com/mrjoes/sockjs-tornado |
Licenses: | |
Submitter: | feilen |
Maintainer: | yhfudev |
Last Packager: | yhfudev |
Votes: | 2 |
Popularity: | 0.000059 |
First Submitted: | 2014-01-12 03:33 |
Last Updated: | 2015-06-09 16:53 |
Dependencies (3)
- python2 (pypy19, stackless-python2)
- python2-tornado
- git (git-git) (make)
Latest Comments
feilen commented on 2014-01-12 04:05
Ah, that was pulled from 'python2-blinker', for the most part.
anatolik commented on 2014-01-12 04:03
One more nit. You don't need "|| return 1" in the build() function.
feilen commented on 2014-01-12 04:02
Adjusted once again. I'll update my octoprint-git package as well.
anatolik commented on 2014-01-12 04:00
Thanks for updating. You might want to remove 'v' prefix from the version.
something like
git describe --long --tags | sed -E 's/^v//; s/([^-]*-g)/r\1/; s/-/./g'
feilen commented on 2014-01-12 03:58
Thanks for the link. PKGBUILD has been updated.
anatolik commented on 2014-01-12 03:45
1) you don't need to do 'git clone' in build. Just add git URL to sources
2) use standard pkgver() for -git packages https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git