You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.2 KiB
69 lines
1.2 KiB
3 years ago
|
{
|
||
|
"python-typing-extensions": {
|
||
|
"build": {
|
||
|
"python-pytest-xdist": [
|
||
|
"python3-pytest-xdist"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"python-pytest-xdist": {
|
||
|
"build": {
|
||
|
"python-execnet": [
|
||
|
"python3dist(execnet) >= 1.1"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"python-execnet": {
|
||
|
"build": {
|
||
|
"python-gevent": [
|
||
|
"python3-gevent"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"python-gevent": {
|
||
|
"build": {
|
||
|
"python-zope-interface": [
|
||
|
"python3-zope-interface"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"python-zope-interface": {
|
||
|
"build": {
|
||
|
"python3-docs": [
|
||
|
"python3-docs"
|
||
|
],
|
||
|
"python-repoze-sphinx-autointerface": [
|
||
|
"python3dist(repoze-sphinx-autointerface)"
|
||
|
],
|
||
|
"python-zope-event": [
|
||
|
"python3dist(zope-event)"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"python3-docs": {
|
||
|
"build": {
|
||
|
"linkchecker": [
|
||
|
"linkchecker"
|
||
|
],
|
||
|
"python-docs-theme": [
|
||
|
"python3-docs-theme >= 2022.1"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"linkchecker": {
|
||
|
"build": {}
|
||
|
},
|
||
|
"python-docs-theme": {
|
||
|
"build": {}
|
||
|
},
|
||
|
"python-repoze-sphinx-autointerface": {
|
||
|
"build": {
|
||
|
"python-zope-interface": [
|
||
|
"python3dist(zope-interface)"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"python-zope-event": {
|
||
|
"build": {}
|
||
|
}
|
||
|
}
|