blob: 1d1b58df2656fa13c42f48f9cf67f02b3c57d47a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "PyenvPipMigrate",
"description": "Migrate pip packages from one Python version to another",
"url": "https://github.com/pyenv/pyenv-pip-migrate/archive/v20130527.tar.gz",
"mirror": null,
"homepage": "https://github.com/pyenv/pyenv-pip-migrate",
"depends": [
{
"depend": "pyenv",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"prefix.install Dir[\"*\"]"
],
"version": "20130527",
"file": "pyenv-pip-migrate.rb"
}
|