pmbootstrap/pmb/parse
Oliver Smith bf6f5cb884 Fix confusing error message for invalid makedepends (#540)
This happens currently, when a makedepend is invalid:
ERROR: UnboundLocalError: local variable 'pkgname' referenced before assignment

With this patch, you get the meaning full error that should have been printed instead:
ERROR: Could not find package 'invalid-package' in the aports folder and could not find it in any APKINDEX
2017-09-19 19:51:43 +00:00
..
__init__.py Close #554: kernel config checking (#589) 2017-09-18 21:36:54 +00:00
apkbuild.py Fix APKBUILD attribute parsing when opening quote is followed by line break (#415) 2017-08-19 01:15:28 +00:00
apkindex.py (binary repo reated) Don't specify pkgnames from "provides" as dependencies (#416) 2017-08-19 12:52:11 +00:00
arch.py Close #226: Launch postmarketOS in a qemu virtual machine (#350) 2017-08-09 20:26:40 +00:00
arguments.py Adjust luksFormat options to reduce time to open luks device on boot (#430) 2017-09-19 19:46:18 +00:00
binfmt_info.py Official support for aarch64 (#84) 2017-06-14 19:10:21 +02:00
depends.py Fix confusing error message for invalid makedepends (#540) 2017-09-19 19:51:43 +00:00
deviceinfo.py Close #327: Add initial setup.py (#443) 2017-09-02 19:30:40 +00:00
kconfig.py Close #554: kernel config checking (#589) 2017-09-18 21:36:54 +00:00
version.py Fix #342: don't use distutils.version.LooseVersion anymore (#364) 2017-08-12 14:03:40 +00:00