Search Criteria
Package Details: python-vcstools 0.1.42-3
Git Clone URL: | https://aur.archlinux.org/python-vcstools.git (read-only, click to copy) |
---|---|
Package Base: | python-vcstools |
Description: | Python library for interacting with various VCS systems |
Upstream URL: | https://github.com/vcstools/vcstools |
Licenses: | |
Submitter: | kartikmohta |
Maintainer: | kartikmohta |
Last Packager: | kartikmohta |
Votes: | 2 |
Popularity: | 0.84 |
First Submitted: | 2017-06-18 19:12 |
Last Updated: | 2020-05-31 18:23 |
Latest Comments
kartikmohta commented on 2017-10-05 06:49
@patrickelectric Seems like your comment is meant for the "vcstool" package not the "vcstools" package which this is.
patrickelectric commented on 2017-10-04 17:50
Add this message in the end when the install is finished.
```
Setup auto-completion
For the shells bash, tcsh and zsh vcstool can provide auto-completion of the various VCS commands. In order to enable that feature the shell specific completion file must be sourced.
For bash append the following line to the ~/.bashrc file:
source /usr/share/vcstool-completion/vcs.bash
For tcsh append the following line to the ~/.cshrc file:
source /usr/share/vcstool-completion/vcs.tcsh
For zsh append the following line to the ~/.zshrc file:
source /usr/share/vcstool-completion/vcs.zsh
```
kartikmohta commented on 2017-06-01 00:46
Hi,
I want to upload an updated version of the PKGBUILD which builds packages for Python 2 and 3 (similar to https://aur.archlinux.org/pkgbase/python-rosinstall/). AUR disallows the git push with the message "cannot overwrite package: python2-vcstools", so was wondering if you can delete this package.
You can check the new PKGBUILD at: https://gist.github.com/kartikmohta/d188bc6cfa6cf268b4789e04780121f8