Note I added checks per packaging recommendations and they do pass (which is nice to know all the system dependencies do the job) but the test suite is very slow. If you want to avoid the time when installing this --nocheck
is a reasonable thing to use for this PKGBUILD.
Search Criteria
Package Details: python-datalad 0.19.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-datalad.git (read-only, click to copy) |
---|---|
Package Base: | python-datalad |
Description: | Keep code, data, containers under control with git and git-annex |
Upstream URL: | https://github.com/datalad/datalad |
Licenses: | MIT |
Submitter: | liamtimms |
Maintainer: | liamtimms (AKSoo, alerque) |
Last Packager: | alerque |
Votes: | 5 |
Popularity: | 0.183232 |
First Submitted: | 2021-05-02 19:57 (UTC) |
Last Updated: | 2023-08-12 20:43 (UTC) |
Dependencies (34)
- git-annex (git-annex-cabal, git-annex-stack, git-annex-dev-git, git-annex-standalone-nightly-bin, git-annex-standalone)
- patool (patool-git)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-annexremote
- python-boto
- python-chardet
- python-distro
- python-fasteners (python-fasteners-git)
- python-gitlab
- python-humanize
- python-iso8601
- python-keyring
- python-keyrings-alt
- python-looseversion
- python-msgpack
- python-packaging (python-packaging-21)
- python-platformdirs
- python-requests
- python-setuptools
- python-tqdm
- Show 14 more dependencies...
Required by (0)
Sources (1)
Latest Comments
alerque commented on 2023-06-29 13:00 (UTC)
alerque commented on 2023-06-29 12:58 (UTC)
PSA: Like most of the PKGBUILDs that I (co-)maintain, I host prebuilt packages for this in my user repository and all its dependencies for those who wish to install it using pacman
without messing around with building from the AUR. Issue reports or contributions are welcome either in comments below or via this GitHub repository.
alerque commented on 2023-06-28 08:28 (UTC)
Can we please overhaul this using PEP517 build tooling as described in the Arch Python package guidelines? If you don't know how or can't be bothered feel free to add me as a co-maintainer. For context I'm one of the maintainers on the git-annex package in [extra].
paperbenni commented on 2022-07-25 17:03 (UTC)
As of Mon Jul 25 07:03:30 PM CEST 2022, version 0.17.1-1 gives the following error when building:
==> Making package: python-datalad 0.17.1-1 (Mon 25 Jul 2022 07:01:21 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found datalad-0.17.1.tar.gz
==> Validating source files with sha512sums...
datalad-0.17.1.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
-> error making: python-datalad
pizzatooie commented on 2022-03-22 00:09 (UTC)
0.15.6-1 working on Arch, thanks for the speedy update!
pizzatooie commented on 2022-03-21 07:41 (UTC)
I get this perpetual error when trying to makepkg
:
==> Validating source files with sha512sums...
datalad-0.15.4.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
$ sha1sum datalad-0.15.4.tar.gz
d801f6183010776e1c68814ebe1878a353c45707 datalad-0.15.4.tar.gz
Pinned Comments
alerque commented on 2023-06-29 12:58 (UTC)
PSA: Like most of the PKGBUILDs that I (co-)maintain, I host prebuilt packages for this in my user repository and all its dependencies for those who wish to install it using
pacman
without messing around with building from the AUR. Issue reports or contributions are welcome either in comments below or via this GitHub repository.