Search Criteria
Package Details: python-validictory 1.1.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-validictory.git (read-only, click to copy) |
---|---|
Package Base: | python-validictory |
Description: | general purpose python data validator |
Upstream URL: | http://github.com/jamesturk/validictory |
Licenses: | BSD |
Submitter: | delusional |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-30 17:09 (UTC) |
Last Updated: | 2019-12-08 18:39 (UTC) |
Dependencies (2)
- python (python38, python36, python37, python3.7, nogil-python, python311, python39)
- python-setuptools (make)
Latest Comments
drew33 commented on 2022-05-15 17:12 (UTC)
Hi, with the update to python 3.10, the following patch is required to install the package successfully:
ZeroDot1 commented on 2019-11-26 03:42 (UTC)
Please remove the brackets in your PKGBUILD
pkgbase=('python-validictory') pkgname=('python-validictory')
should be
pkgbase='python-validictory' pkgname='python-validictory'
i2mo commented on 2019-11-25 23:51 (UTC)
Please remove the brackets in your PKGBUILD
pkgbase=('python-validictory') pkgname=('python-validictory')
should be
pkgbase='python-validictory' pkgname='python-validictory'
SolarAquarion commented on 2019-11-10 23:48 (UTC)
==> ERROR: pkgbase should not be an array