internetarchive 1.1.0
Closes #7105. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
fac1b16eab
commit
6f210fa578
1 changed files with 4 additions and 13 deletions
|
@ -3,8 +3,8 @@ class Internetarchive < Formula
|
|||
|
||||
desc "Python wrapper for the various Internet Archive APIs"
|
||||
homepage "https://github.com/jjjake/internetarchive"
|
||||
url "https://pypi.python.org/packages/3e/e3/fd6d8c7dafef90d7be5ec6216fd0b352d130f4accee7598cc6a10e85e141/internetarchive-1.0.10.tar.gz"
|
||||
sha256 "a376762c7335db422f7a6691ed037bca5567f293ea244a12f2910e25ff9a550d"
|
||||
url "https://pypi.python.org/packages/69/91/4a757bdc0a2c1e64dae0d4d522e26ca8513183c04c5f7490924fabfa7c41/internetarchive-1.1.0.tar.gz"
|
||||
sha256 "52b59cc8ebdc49501932e1ddedf4201ea0c537757cbe827f593c24089bd699c9"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -29,20 +29,10 @@ class Internetarchive < Formula
|
|||
end
|
||||
|
||||
resource "jsonpatch" do
|
||||
url "https://pypi.python.org/packages/source/j/jsonpatch/jsonpatch-0.4.tar.gz"
|
||||
url "https://files.pythonhosted.org/packages/b7/ad/760e2ebfced5f7ad4f12c6e0865f2cb646f183fb33ea6db58aa8e890db9c/jsonpatch-0.4.tar.gz"
|
||||
sha256 "43d725fb21d31740b4af177d482d9ae53fe23daccb13b2b7da2113fe80b3191e"
|
||||
end
|
||||
|
||||
resource "jsonpointer" do
|
||||
url "https://files.pythonhosted.org/packages/f6/36/6bdd302303e8bc7c25102dbc1eabb3e3d97f57b0f8f414f4da7ea7ab9dd8/jsonpointer-1.10.tar.gz"
|
||||
sha256 "9fa5dcac35eefd53e25d6cd4c310d963c9f0b897641772cd6e5e7b89df7ee0b1"
|
||||
end
|
||||
|
||||
resource "PyYAML" do
|
||||
url "https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz"
|
||||
sha256 "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab"
|
||||
end
|
||||
|
||||
resource "requests" do
|
||||
url "https://files.pythonhosted.org/packages/49/6f/183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d/requests-2.10.0.tar.gz"
|
||||
sha256 "63f1815788157130cee16a933b2ee184038e975f0017306d723ac326b5525b54"
|
||||
|
@ -63,6 +53,7 @@ class Internetarchive < Formula
|
|||
ENV.append "CFLAGS", "-std=gnu99" if ENV.compiler == :clang
|
||||
|
||||
virtualenv_install_with_resources
|
||||
bin.install_symlink libexec/"bin/ia"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue