Search Criteria
Package Details: python-django-formtools 2.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-django-formtools.git (read-only, click to copy) |
---|---|
Package Base: | python-django-formtools |
Description: | A set of high-level abstractions for Django forms |
Upstream URL: | https://github.com/jazzband/django-formtools |
Licenses: | BSD |
Submitter: | fordprefect |
Maintainer: | klemens |
Last Packager: | klemens |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-31 20:52 (UTC) |
Last Updated: | 2024-03-24 14:37 (UTC) |
Dependencies (6)
- python-django
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
klemens commented on 2024-03-24 14:38 (UTC)
Package updated to 2.5.1 and switched to PEP 517 build process. It currently prints a lot of warnings during build, but works fine regardless. I reported this upstream: https://github.com/jazzband/django-formtools/issues/270
klemens commented on 2020-04-11 15:54 (UTC)
I fixed the package, updated to 2.2 and dropped the python2 version.
oi_wtf commented on 2020-02-28 10:14 (UTC)
Please add makedepends=('python-setuptools' 'python2-setuptools')
The package fails to build if those two packages are not installed.
yuyichao commented on 2020-02-06 04:45 (UTC)
The package should have
makedepends=(python python2)
. Otherwise this is not buildable in a chroot environment (one have to manually install python/python2). Thedepends
set in thepackage-*
functions cannot be picked up by makepkg....