mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +03:00
35 lines
787 B
JSON
35 lines
787 B
JSON
{
|
|
"sources": {
|
|
"requests": {
|
|
"url": "https://download.pypi.org/requests/2.28.0",
|
|
"hash": "000000000000000000000000000000000000000",
|
|
"type": "fetchurl"
|
|
},
|
|
"certifi": {
|
|
"url": "https://download.pypi.org/certifi/2.0",
|
|
"hash": "000000000000000000000000000000000000000",
|
|
"type": "fetchurl"
|
|
}
|
|
},
|
|
|
|
"generic": {
|
|
"buildSystem": "python",
|
|
"buildSystemFormatVersion": 1,
|
|
"producedBy": "translator-poetry-1",
|
|
"rootPackage": "requests",
|
|
"dependencyGraph": {
|
|
"requests": [
|
|
"certifi"
|
|
]
|
|
},
|
|
"sourcesCombinedHash": "deadbeefdeadbeefdeadbeefdeadbeefdeadbeef"
|
|
},
|
|
|
|
"buildSystem": {
|
|
"pythonAttr": "python38",
|
|
"sourceFormats": {
|
|
"requests": "sdist",
|
|
"certifi": "wheel"
|
|
}
|
|
}
|
|
} |