Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
pypy: now with setuptools 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljohn committed Aug 21, 2013
1 parent feb1e4c commit bb34943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/pypy.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'formula'

class Setuptools < Formula
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz'
sha1 'a13ad9411149c52501a15c702a4f3a3c757b5ba9'
url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.0.tar.gz'
sha1 '6ff4d37b567d54763cc55ca70ff8058286b8e2c3'
end

class Pypy < Formula
Expand Down

0 comments on commit bb34943

Please sign in to comment.