py-datalad: add 0.15.1 (#26230)
This commit is contained in:
parent
a9cb31ab49
commit
7e67652983
@ -20,6 +20,7 @@ class PyDatalad(PythonPackage):
|
||||
homepage = "https://datalad.org/"
|
||||
pypi = "datalad/datalad-0.14.6.tar.gz"
|
||||
|
||||
version('0.15.1', sha256='0a905b3c3419786ae85b61a7aee34b0fc9eecd814f38408f2767ae7122b57a8b')
|
||||
version('0.14.6', sha256='149b25a00da133a81be3cbdc041a1985418f0918fa5961ba979e23b5b3c08c63')
|
||||
|
||||
variant('downloaders-extra', default=False, description="Enable extra downloaders support")
|
||||
@ -56,8 +57,9 @@ class PyDatalad(PythonPackage):
|
||||
depends_on('py-requests@1.2:', type=('build', 'run'))
|
||||
|
||||
# puplish
|
||||
depends_on('py-jsmin', type=('build', 'run'))
|
||||
depends_on('py-pygithub', type=('build', 'run'))
|
||||
depends_on('py-python-gitlab', type=('build', 'run'), when='@0.14.7:')
|
||||
depends_on('py-jsmin', type=('build', 'run'), when='@:0.14')
|
||||
|
||||
# metadata
|
||||
depends_on('py-simplejson', type=('build', 'run'))
|
||||
@ -67,6 +69,7 @@ class PyDatalad(PythonPackage):
|
||||
depends_on('py-requests-ftp', type=('build', 'run'))
|
||||
|
||||
with when('+misc'):
|
||||
depends_on('py-argcomplete', type=('build', 'run'), when='@0.14.7:')
|
||||
depends_on('py-pyperclip', type=('build', 'run'))
|
||||
depends_on('py-python-dateutil', type=('build', 'run'))
|
||||
|
||||
@ -91,6 +94,7 @@ class PyDatalad(PythonPackage):
|
||||
# downloader-extra
|
||||
depends_on('py-requests-ftp', type=('build', 'run'))
|
||||
# misc
|
||||
depends_on('py-argcomplete', type=('build', 'run'), when='@0.14.7:')
|
||||
depends_on('py-pyperclip', type=('build', 'run'))
|
||||
depends_on('py-python-dateutil', type=('build', 'run'))
|
||||
# tests
|
||||
|
Loading…
Reference in New Issue
Block a user