From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:45378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gw2Ng-0004RX-FO for guix-patches@gnu.org; Tue, 19 Feb 2019 05:12:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gw2Ne-0006yI-JY for guix-patches@gnu.org; Tue, 19 Feb 2019 05:12:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54648) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gw2Ne-0006yC-E5 for guix-patches@gnu.org; Tue, 19 Feb 2019 05:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gw2Ne-00072n-5a for guix-patches@gnu.org; Tue, 19 Feb 2019 05:12:02 -0500 Subject: [bug#34571] [PATCH] Add micropython Resent-Message-ID: Date: Tue, 19 Feb 2019 12:10:59 +0200 From: Efraim Flashner Message-ID: <20190219101059.GB32103@macbook41> References: <20190219092216.GA32103@macbook41> <20190219104640.631a3ba8@scratchpost.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lCAWRPmW1mITcIfM" Content-Disposition: inline In-Reply-To: <20190219104640.631a3ba8@scratchpost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 34571@debbugs.gnu.org --lCAWRPmW1mITcIfM Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 19, 2019 at 10:46:40AM +0100, Danny Milosavljevic wrote: > Hi Erfraim, >=20 > On Tue, 19 Feb 2019 11:22:16 +0200 > Efraim Flashner wrote: >=20 > > I was looking around to see if there was an alternate perl > > implementation and I ended up packaging micropython. I have no > > preference between it being in python.scm or embedded.scm >=20 > Heh :) >=20 > There's a bundled version of FreeRTOS in ./ports/cc3200 which is GPLv2 > with a modification. >=20 > In this case, I suggest to delete FreeRTOS since we don't use it > anyway--and if we ever wanted to, we'd not use the bundled version. > So in a sense I suggest to unbundle it. >=20 > We could also just add GPLv2 with exception to the license list, > but in this case I wouldn't--since it doesn't really apply to the > installed version and we don't use it anyhow. I'll go ahead and remove it. >=20 > Also, there's a bundled copy of libffi in lib. Usually, I delete > it to make sure it's not picked up by accident. >=20 Looking at the .gitmodules=C2=B9 it looks like there's a number of bundled librarires in the lib folder. With all of them removed it no longer builds. Looks like I need to take another look at it. I also switched python-minimal-wrapper -> python-wrapper =C2=B9 https://github.com/micropython/micropython/blob/v1.10/.gitmodules --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --lCAWRPmW1mITcIfM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlxr1i8ACgkQQarn3Mo9 g1FxRQ//VU8vrZQT/8Hka+aqnsdQIKMgyDYDle8Q8EazpkTftrl9DgTNe+8F7VoW P1HxdaxTLGbWVh3zf0U3mi6kWa3/+7sSOJf2AuJ9lysNpVCA9HjVr0S4SpZQdZ62 PD6wEfdqIHXyGS9g6W0VwBxD0t6lHvQbQbX+LIyM2xJN1y6XOskb1xpYWd+smBx3 cuneoVhkejnojlOCNQV+HPWFuDPlJV8ZAigUTrOHfhULH1A8yBV5zoj79YLNP+9r i7ZvECuTpFM2DXfF4X2EcfaszchlrR9HWXnW/ESPqWqBiOQnrleplNEFv7S15HsY a8H9VYdsYUgL4EOUBrWWNDz5bXwYxqP1Booe1p3UB8oOIK9RM3ZjFRZrCzI/bFlZ t7QXFYHEOMBtgDxtkdR8XZmhBDMNcqVuKQifcrgVOVeNhmmPLS4Xv//dEoY70B3l X+uc0Wze7v1tdnqfqRjznkZ3uadDVA+5OmUMCRYvfPGPmZsdrRsCW9baE0P/Wv97 J2uvDgtrRfsmBLWD0UTz7/jE95ghFu2oKaD1GVIwFalTV2j0akP+uoKpt5B2ZT7j uoiBo88bia4iSqDzT/Gb6RhcOpwb/1TR6WXdT6kG/pMC+Mw+zFZ5Ufa2+1wSMzwj yT0UCQRAaTfdhH3fdGdgu2Y5Wf4Ag6L/WWaVGF5vfZK7eCpYBXU= =72Ou -----END PGP SIGNATURE----- --lCAWRPmW1mITcIfM--