これは私がしばらく前に尋ねたこの質問に関連しています。
最終的なゲームは、パッケージ「identity.model」とすべての依存関係をインストールできるようにすることです。そのようです...
$ easy_install -f http://eggs.sadphaeton.com identity.model
Searching for identity.model
Reading http://eggs.sadphaeton.com
Reading http://pypi.python.org/simple/identity.model/
Couldn't find index page for 'identity.model' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for identity.model
error: Could not find suitable distribution for Requirement.parse('identity.model')
何らかの理由でこのeasy_installを実行すると、この情報に従ってレイアウトしたホームページにアクセスします。
私のindex.html
<html>
<head>
<title>SadPhaeton Egg Repository</title>
</head>
<body>
<a rel="homepage" href="AlchemyExtra">AlchemyExtra</a>
<a rel="homepage" href="identity.model">identity.model</a>
<a rel="homepage" href="repoze.what.plugins.config">repoze.what.plugins.config</a>
</body>
</html>
私が走ったら...
$ easy_install -i http://eggs.sadphaeton.com identity.model
依存関係であるため、パッケージとそこに配置したrepoze.what.plugins.configも検出されます。ただし、tw.forms(pypiでホストされている外部依存関係)をフェッチしようとすると、http: //eggs.sadphaeton.comのみを検索したため、失敗して終了します。
明らかに、私は「仕様」を誤解しました。誰かがトリックが何であるかについて何か考えがありますか?