py-datalad: add 0.15.5 (#28952)
* py-datalad: add 0.15.5 * Move dependency position
This commit is contained in:
parent
23ddfba16d
commit
c433a35fdb
@ -20,6 +20,7 @@ class PyDatalad(PythonPackage):
|
|||||||
homepage = "https://datalad.org/"
|
homepage = "https://datalad.org/"
|
||||||
pypi = "datalad/datalad-0.14.6.tar.gz"
|
pypi = "datalad/datalad-0.14.6.tar.gz"
|
||||||
|
|
||||||
|
version('0.15.5', sha256='e569494a5bd4e0f100013ec30529d5ac02e78ba476a75fc533c0d89c0e5473bc')
|
||||||
version('0.15.3', sha256='44f8c5b3960c6d9848aeecd868c82330c49689a21e975597df5b112dc2e5c9f0')
|
version('0.15.3', sha256='44f8c5b3960c6d9848aeecd868c82330c49689a21e975597df5b112dc2e5c9f0')
|
||||||
version('0.15.2', sha256='1a878cf521270f089ee1f50339e71cfd7eed41e708d895a12d5c483a9b59991b')
|
version('0.15.2', sha256='1a878cf521270f089ee1f50339e71cfd7eed41e708d895a12d5c483a9b59991b')
|
||||||
version('0.15.1', sha256='0a905b3c3419786ae85b61a7aee34b0fc9eecd814f38408f2767ae7122b57a8b')
|
version('0.15.1', sha256='0a905b3c3419786ae85b61a7aee34b0fc9eecd814f38408f2767ae7122b57a8b')
|
||||||
@ -34,6 +35,7 @@ class PyDatalad(PythonPackage):
|
|||||||
|
|
||||||
depends_on('python@3.6:', type=('build', 'run'))
|
depends_on('python@3.6:', type=('build', 'run'))
|
||||||
depends_on('py-setuptools@40.8.0:', type='build')
|
depends_on('py-setuptools@40.8.0:', type='build')
|
||||||
|
|
||||||
depends_on('git', type=('build', 'run'))
|
depends_on('git', type=('build', 'run'))
|
||||||
depends_on('git-annex', type=('build', 'run'))
|
depends_on('git-annex', type=('build', 'run'))
|
||||||
|
|
||||||
@ -45,6 +47,7 @@ class PyDatalad(PythonPackage):
|
|||||||
depends_on('py-iso8601', type=('build', 'run'))
|
depends_on('py-iso8601', type=('build', 'run'))
|
||||||
depends_on('py-humanize', type=('build', 'run'))
|
depends_on('py-humanize', type=('build', 'run'))
|
||||||
depends_on('py-fasteners@0.14:', type=('build', 'run'))
|
depends_on('py-fasteners@0.14:', type=('build', 'run'))
|
||||||
|
depends_on('py-packaging', type=('build', 'run'), when='@0.15.4:')
|
||||||
depends_on('py-patool@1.7:', type=('build', 'run'))
|
depends_on('py-patool@1.7:', type=('build', 'run'))
|
||||||
depends_on('py-tqdm', type=('build', 'run'))
|
depends_on('py-tqdm', type=('build', 'run'))
|
||||||
depends_on('py-wrapt', type=('build', 'run'))
|
depends_on('py-wrapt', type=('build', 'run'))
|
||||||
@ -86,14 +89,14 @@ class PyDatalad(PythonPackage):
|
|||||||
depends_on('py-mutagen@1.36:', type=('build', 'run'))
|
depends_on('py-mutagen@1.36:', type=('build', 'run'))
|
||||||
depends_on('py-exifread', type=('build', 'run'))
|
depends_on('py-exifread', type=('build', 'run'))
|
||||||
depends_on('py-python-xmp-toolkit', type=('build', 'run'))
|
depends_on('py-python-xmp-toolkit', type=('build', 'run'))
|
||||||
depends_on('py-pillow', type=('build', 'run'))
|
depends_on('pil', type=('build', 'run'))
|
||||||
|
|
||||||
with when('+duecredit'):
|
with when('+duecredit'):
|
||||||
depends_on('py-duecredit', type=('build', 'run'))
|
depends_on('py-duecredit', type=('build', 'run'))
|
||||||
|
|
||||||
with when('+full'):
|
with when('+full'):
|
||||||
# all the above
|
# all the above
|
||||||
# downloader-extra
|
# downloaders-extra
|
||||||
depends_on('py-requests-ftp', type=('build', 'run'))
|
depends_on('py-requests-ftp', type=('build', 'run'))
|
||||||
# misc
|
# misc
|
||||||
depends_on('py-argcomplete', type=('build', 'run'), when='@0.14.7:')
|
depends_on('py-argcomplete', type=('build', 'run'), when='@0.14.7:')
|
||||||
@ -109,7 +112,7 @@ class PyDatalad(PythonPackage):
|
|||||||
depends_on('py-mutagen@1.36:', type=('build', 'run'))
|
depends_on('py-mutagen@1.36:', type=('build', 'run'))
|
||||||
depends_on('py-exifread', type=('build', 'run'))
|
depends_on('py-exifread', type=('build', 'run'))
|
||||||
depends_on('py-python-xmp-toolkit', type=('build', 'run'))
|
depends_on('py-python-xmp-toolkit', type=('build', 'run'))
|
||||||
depends_on('py-pillow', type=('build', 'run'))
|
depends_on('pil', type=('build', 'run'))
|
||||||
# duecredit
|
# duecredit
|
||||||
depends_on('py-duecredit', type=('build', 'run'))
|
depends_on('py-duecredit', type=('build', 'run'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user