Commit graph

10 commits

Author SHA1 Message Date
sevan
aaac326e5e typo 2019-09-24 12:29:36 +00:00
sevan
f504138ad2 typo 2019-09-24 12:17:40 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
dholland
cc4f3024a1 Remove illegal cpp abuse that fails the clang build. 2018-01-01 00:47:42 +00:00
hauke
f2f7305cd8 Adjust default package path for pkgsrc build. 2017-11-30 14:41:30 +00:00
hauke
432d0efe99 Clean up PLIST.
Since we install the one built file in the package Makefile, no need
to patch the dist install target.
2017-11-29 16:34:40 +00:00
hauke
e7371253e2 Update lang/micropython to v1.9.2.
Changes are many, but upstream does not maintain a changelog.
2017-11-29 15:13:31 +00:00
joerg
2f8856f7f9 Regen. 2016-03-25 21:11:16 +00:00
joerg
e4e9278fbb Requires Python for build. Fix UB on left shift of negative values. 2016-03-22 19:01:17 +00:00
agc
5d887741af Add micropython-1.5.2, a python 3.4 implementation, to the Packages Collection.
This is the MicroPython project, which aims to put an implementation
	of Python 3.x on microcontrollers and small embedded systems.

	WARNING:  this project is in beta stage and is subject to changes of
	the code-base, including project-wide name changes and API changes.

	MicroPython implements the entire Python 3.4 syntax (including
	exceptions, "with", "yield from", etc.).  The following core datatypes
	are provided:  str (including basic Unicode support), bytes,
	bytearray, tuple, list, dict, set, frozenset, array.array,
	collections.namedtuple, classes and instances.  Builtin modules
	include sys, time, and struct.  Note that only subset of Python 3.4
	functionality is implemented for the data types and modules.
2016-01-18 07:54:50 +00:00