Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | micropython-lib: Update to 1.9.3 | Rosen Penev | 2018-10-07 |
| | | | | | | Switched to codeload tarballs. Simpler Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||
* | micropython: updated to v1.9.2, micropython-lib: updated to v1.9 | Anton Patrushev | 2017-09-23 |
| | | | | Signed-off-by: Anton Patrushev <apatrushev@gmail.com> | ||
* | treewide: run "make check FIXUP=1" | Etienne Champetier | 2017-08-29 |
| | | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> | ||
* | python packages: move all things python under lang/python | Alexandru Ardelean | 2017-05-17 |
I admit this may be be a bit aggressive, but the lang folder is getting cluttered/filled up with Python, PHP, Perl, Ruby, etc. packages. Makes sense to try to group them into per-lang folders. I took the Pythons. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> |