aboutsummaryrefslogtreecommitdiff
path: root/lang/micropython
Commit message (Collapse)AuthorAgeFilesLines
* Never set WRKSRC when using USE_GITHUB.Mathieu Arnold2017-01-031-1/+1
| | | | | | | | | | | | | If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight Notes: svn path=/head/; revision=430490
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Update to version 1.5.1Marcus von Appen2015-12-162-7/+9
| | | | | | | | | | A full list of changes since version 1.4.1 can be found at https://github.com/micropython/micropython/releases. Changelog: https://github.com/micropython/micropython/releases/tag/v1.5.1 Notes: svn path=/head/; revision=403848
* Don't use GH_TAGNAME when DISTVERSION* variables can be used.Mathieu Arnold2015-12-082-6/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403255
* - Update to version 1.4Marcus von Appen2015-04-032-10/+20
| | | | | | | | | | | | | | | | | Major changes since 1.3.1: - new builtins, ujson, uheapq, ubinascii modules - new memoryview and compile builtins - improvements for eval and exec - array slice assignment support - basix regex support - x86 support for the native emitter - many other fixes and improvements Changelogs: https://github.com/micropython/micropython/release Notes: svn path=/head/; revision=383115
* - Update to version 1.3.1Marcus von Appen2014-09-242-6/+6
| | | | | | | Changelog: https://github.com/micropython/micropython/releases/tag/v1.3.1 Notes: svn path=/head/; revision=369164
* - Convert my ports to USES=pythonMarcus von Appen2014-08-101-2/+1
| | | | Notes: svn path=/head/; revision=364518
* - Update to version 1.2Marcus von Appen2014-07-286-60/+8
| | | | | | | - Respect CFLAGS and CPPFLAGS Notes: svn path=/head/; revision=363122
* Add USES=readline to fix build on -current.Adam Weinberger2014-07-231-1/+1
| | | | Notes: svn path=/head/; revision=362689
* Micro Python is a lean and fast implementation of the Python 3 programmingMarcus von Appen2014-06-077-0/+104
language that is optimised to run on a microcontroller. WWW: http://www.micropython.org Notes: svn path=/head/; revision=356895