Compare commits
No commits in common. "aebb736dfb7076dbf162b136a7bec31013700ba6" and "4ffa20798901c5241e469039e8de3a6e213e1208" have entirely different histories.
aebb736dfb
...
4ffa207989
@ -1,6 +1,6 @@
|
|||||||
name='python3-poetry'
|
name='python3-poetry'
|
||||||
version='1.8.3'
|
version='1.8.3'
|
||||||
release='4'
|
release='3'
|
||||||
desc='Python dependency management and packaging made easy'
|
desc='Python dependency management and packaging made easy'
|
||||||
homepage='https://python-poetry.org'
|
homepage='https://python-poetry.org'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
@ -10,6 +10,34 @@ provides=('poetry')
|
|||||||
conflicts=('poetry')
|
conflicts=('poetry')
|
||||||
|
|
||||||
deps=(
|
deps=(
|
||||||
|
'python-build'
|
||||||
|
'python-cachecontrol'
|
||||||
|
'python-cachy'
|
||||||
|
'python-cleo'
|
||||||
|
'python-crashtest'
|
||||||
|
'python-dulwich'
|
||||||
|
'python-filelock'
|
||||||
|
'python-html5lib'
|
||||||
|
'python-installer'
|
||||||
|
'python-jsonschema'
|
||||||
|
'python-keyring'
|
||||||
|
'python-lockfile'
|
||||||
|
'python-packaging'
|
||||||
|
'python-pexpect'
|
||||||
|
'python-pkginfo'
|
||||||
|
'python-platformdirs'
|
||||||
|
'python-poetry-core'
|
||||||
|
'python-poetry-plugin-export'
|
||||||
|
'python-pyproject-hooks'
|
||||||
|
'python-requests'
|
||||||
|
'python-requests-toolbelt'
|
||||||
|
'python-shellingham'
|
||||||
|
'python-tomlkit'
|
||||||
|
'python-trove-classifiers'
|
||||||
|
'python-urllib3'
|
||||||
|
'python-virtualenv'
|
||||||
|
)
|
||||||
|
deps_redos=(
|
||||||
'python3-build'
|
'python3-build'
|
||||||
'python3-CacheControl'
|
'python3-CacheControl'
|
||||||
'python3-cachy'
|
'python3-cachy'
|
||||||
@ -37,8 +65,17 @@ deps=(
|
|||||||
'python3-urllib3'
|
'python3-urllib3'
|
||||||
'python3-virtualenv'
|
'python3-virtualenv'
|
||||||
)
|
)
|
||||||
|
|
||||||
build_deps=(
|
build_deps=(
|
||||||
|
'python-deepdiff' # not mentioned but required
|
||||||
|
'python-psutil' # for python-pytest-xdist
|
||||||
|
'python-httpretty'
|
||||||
|
'python-pip' # not mentioned but required
|
||||||
|
'python-pytest'
|
||||||
|
'python-pytest-mock'
|
||||||
|
'python-pytest-randomly'
|
||||||
|
'python-pytest-xdist'
|
||||||
|
)
|
||||||
|
build_deps_redos=(
|
||||||
'python3-deepdiff' # not mentioned but required
|
'python3-deepdiff' # not mentioned but required
|
||||||
'python-psutil' # for python-pytest-xdist
|
'python-psutil' # for python-pytest-xdist
|
||||||
'python3-httpretty'
|
'python3-httpretty'
|
||||||
|
Loading…
Reference in New Issue
Block a user