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: | wertercatt |
Last Packager: | wertercatt |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-30 17:09 (UTC) |
Last Updated: | 2023-03-18 18:54 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- python-setuptools (make)
Latest Comments
dreieck commented on 2024-04-28 10:51 (UTC)
Please move away from calling
setup.py
directly and instead usepython -m build
andpython -m installer
(together with the appropriatemakedepends
), as documented in the Arch Linux wiki for python packages:Regards and thanks for maintaining!
dreieck commented on 2023-11-21 10:44 (UTC)
AUR Metadata still wrong.
Please update
.SRCINFO
and re-upload.dreieck commented on 2023-03-24 19:17 (UTC)
Something is wrong with the metadata of this package:
$pkgrel
is 2,PKGBUILD
,$pkgrel
is 3.Maybe you forgot to update
.SRCINFO
?Please fix!,
thanks for maintaining,
regards.
SolarAquarion commented on 2022-10-16 17:22 (UTC)
@dreick I'll Fix this when I'm home
dreieck commented on 2022-10-16 17:08 (UTC) (edited on 2023-03-24 19:20 (UTC) by dreieck)
Fails to build for me -- fix below:
Fix:
To build, → this patch needs to be applied.
→ Here is a patch to the current
PKGBUILD
that fixes the issue:and → here the complete
PKGBUILD
with the fix:Please maintain.
Thanks for maintaining!
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