summaryrefslogtreecommitdiff
path: root/dev-lang/micropython/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-lang/micropython/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-lang/micropython/metadata.xml')
-rw-r--r--dev-lang/micropython/metadata.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-lang/micropython/metadata.xml b/dev-lang/micropython/metadata.xml
deleted file mode 100644
index e644fcc0141c..000000000000
--- a/dev-lang/micropython/metadata.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>monsieurp@gentoo.org</email>
- <name>Patrice Clement</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="github">micropython/micropython</remote-id>
- </upstream>
- <longdescription lang="en">
-The MicroPython project aims to put an implementation of Python 3.x on
-microcontrollers and small embedded systems.
-MicroPython implements the entire Python 3.4 syntax (including exceptions,
-with, yield from, etc., and additionally async/await keywords from Python 3.5).
-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, etc. Select ports have support for _thread module
-(multithreading). Note that only a subset of Python 3 functionality is
-implemented for the data types and modules.
-MicroPython can execute scripts in textual source form or from precompiled
-bytecode, in both cases either from an on-device filesystem or "frozen" into
-the MicroPython executable.
- </longdescription>
-</pkgmetadata>