qbzr: migrate to boneyard
Closes #6212. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
68961608da
commit
39cdf78845
2 changed files with 1 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
class Qbzr < Formula
|
|
||||||
desc "Simple Qt cross-platform frontend for some of Bazaar commands"
|
|
||||||
homepage "https://launchpad.net/qbzr"
|
|
||||||
url "https://launchpad.net/qbzr/0.23/0.23.1/+download/qbzr-0.23.1.tar.gz"
|
|
||||||
sha256 "3211adef11c975dfbb6c80285651e2e6f3bfa99f1baa1a95371e8490ea8ff441"
|
|
||||||
|
|
||||||
bottle :unneeded
|
|
||||||
|
|
||||||
depends_on "bazaar"
|
|
||||||
depends_on "pyqt"
|
|
||||||
|
|
||||||
def install
|
|
||||||
(share/"bazaar/plugins/qbzr").install Dir["*"]
|
|
||||||
end
|
|
||||||
|
|
||||||
def caveats; <<-EOS.undent
|
|
||||||
In order to use this plugin you must set your PYTHONPATH in your ~/.bashrc:
|
|
||||||
export PYTHONPATH="#{HOMEBREW_PREFIX}/lib/python2.7/site-packages:$PYTHONPATH"
|
|
||||||
EOS
|
|
||||||
end
|
|
||||||
|
|
||||||
test do
|
|
||||||
assert_match /qbzr #{version}/, shell_output("bzr plugins")
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -242,6 +242,7 @@
|
||||||
"pyside": "homebrew/boneyard",
|
"pyside": "homebrew/boneyard",
|
||||||
"pyside-tools": "homebrew/boneyard",
|
"pyside-tools": "homebrew/boneyard",
|
||||||
"pyxplot": "homebrew/x11",
|
"pyxplot": "homebrew/x11",
|
||||||
|
"qbzr": "homebrew/boneyard",
|
||||||
"qfits": "homebrew/boneyard",
|
"qfits": "homebrew/boneyard",
|
||||||
"qi": "homebrew/boneyard",
|
"qi": "homebrew/boneyard",
|
||||||
"qiv": "homebrew/boneyard",
|
"qiv": "homebrew/boneyard",
|
||||||
|
|
Loading…
Reference in a new issue