summaryrefslogtreecommitdiff
path: root/packages/alpm.py
AgeCommit message (Collapse)Author
2012-08-08Fix alpm ctypes interface on systems not having alpmDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-08-07Add ctypes-based wrapper to ALPM vercmp APIDan McGee
This will allow us to do some additional stuff on systems that have libalpm available; namely we can use the version comparison logic it provides to do smarter filtering etc. of fields that use comparsion operations. Signed-off-by: Dan McGee <dan@archlinux.org>