public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rafael Martins" <rafaelmartins@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/nodemcu-uploader/
Date: Sun, 19 May 2019 01:20:17 +0000 (UTC)	[thread overview]
Message-ID: <1558228807.e1e437bdb6f2238d54227bf48bb437c1c3b4c854.rafaelmartins@gentoo> (raw)

commit:     e1e437bdb6f2238d54227bf48bb437c1c3b4c854
Author:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 01:20:00 2019 +0000
Commit:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Sun May 19 01:20:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e437bd

dev-embedded/nodemcu-uploader: new package

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Rafael Martins <rafaelmartins <AT> gentoo.org>

 dev-embedded/nodemcu-uploader/Manifest             |  1 +
 dev-embedded/nodemcu-uploader/metadata.xml         | 15 +++++++++++
 .../nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild | 29 ++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-embedded/nodemcu-uploader/Manifest b/dev-embedded/nodemcu-uploader/Manifest
new file mode 100644
index 00000000000..259ab525dfa
--- /dev/null
+++ b/dev-embedded/nodemcu-uploader/Manifest
@@ -0,0 +1 @@
+DIST nodemcu-uploader-0.4.3.tar.gz 10034 BLAKE2B 2912d2d4130700fdd0a5145d7aa2b4d9f5742b85a9d0675da8a25a8e02812247928345661c69eadba00c41d33faad8def70ac7c3960794ca418875b942bb255f SHA512 bed8291cceea0f37b914fb45a409a6c259b32c325b09b71338382b29870591ce2003c235a2c231d8ffc0a3600d51a5f89acad1fa5a6fd01fe96fdcaaa55266a0

diff --git a/dev-embedded/nodemcu-uploader/metadata.xml b/dev-embedded/nodemcu-uploader/metadata.xml
new file mode 100644
index 00000000000..2c9f7d99676
--- /dev/null
+++ b/dev-embedded/nodemcu-uploader/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>rafaelmartins@gentoo.org</email>
+		<name>Rafael G. Martins</name>
+	</maintainer>
+	<longdescription lang="en">
+		A simple tool for uploading files to the filesystem of an ESP8266
+		running NodeMCU as well as some other useful commands.
+	</longdescription>
+	<upstream>
+		<remote-id type="pypi">nodemcu-uploader</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild b/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild
new file mode 100644
index 00000000000..d9b5adfc1a0
--- /dev/null
+++ b/dev-embedded/nodemcu-uploader/nodemcu-uploader-0.4.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple tool for uploading files to the filesystem of an ESP8266 running NodeMCU"
+HOMEPAGE="https://github.com/kmpm/nodemcu-uploader"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-python/wrapt-1.10.10[${PYTHON_USEDEP}]
+	>=dev-python/pyserial-2.7[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RESTRICT="test"  # tests are not uploaded to pypi
+
+python_test() {
+	esetup.py test || die
+}


             reply	other threads:[~2019-05-19  1:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-19  1:20 Rafael Martins [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-05 21:43 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/nodemcu-uploader/ Rafael Martins
2021-09-25  9:03 Jakov Smolić
2023-03-09  6:11 Arthur Zamarin
2024-05-28 16:23 Michał Górny
2024-09-08 14:27 Michał Górny
2024-09-08 14:27 Michał Górny
2024-09-08 14:27 Michał Górny
2024-09-08 14:27 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1558228807.e1e437bdb6f2238d54227bf48bb437c1c3b4c854.rafaelmartins@gentoo \
    --to=rafaelmartins@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox