public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pynmea2/
@ 2021-10-09  6:44 Arthur Zamarin
  0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2021-10-09  6:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4512275123087c2bef3173b743b62fe52112a0e9
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct  9 00:28:27 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 00:32:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45122751

dev-python/pynmea2: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pynmea2/Manifest              |  1 +
 dev-python/pynmea2/metadata.xml          | 13 +++++++++++++
 dev-python/pynmea2/pynmea2-1.18.0.ebuild | 21 +++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/pynmea2/Manifest b/dev-python/pynmea2/Manifest
new file mode 100644
index 000000000..7a252503d
--- /dev/null
+++ b/dev-python/pynmea2/Manifest
@@ -0,0 +1 @@
+DIST pynmea2-1.18.0.tar.gz 80453 BLAKE2B c7d37ec858c85ea964b0a9bb3c8a8811fae80dcca1db9c3abf9241381cfa950133d900bd038c0928405d67452a700bbe5eee45866328541e7c7e47c3c1b63676 SHA512 e3e12fc04ba8d53a3f3aea2361e7e1cf9ac9f09a4d595f7010ed9175430f4bd3e19727af53ea051407caf112175f36dfd3240dd0fdc7ebcafef1122c57e3bf1f

diff --git a/dev-python/pynmea2/metadata.xml b/dev-python/pynmea2/metadata.xml
new file mode 100644
index 000000000..a0411d1ca
--- /dev/null
+++ b/dev-python/pynmea2/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>lssndrbarbieri@gmail.com</email>
+		<name>Alessandro Barbieri</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://github.com/Knio/pynmea2/issues</bugs-to>
+		<remote-id type="github">Knio/pynmea2</remote-id>
+		<remote-id type="pypi">pynmea2</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/pynmea2/pynmea2-1.18.0.ebuild b/dev-python/pynmea2/pynmea2-1.18.0.ebuild
new file mode 100644
index 000000000..39ff8e2c1
--- /dev/null
+++ b/dev-python/pynmea2/pynmea2-1.18.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for the NMEA 0183 protcol"
+HOMEPAGE="
+	https://github.com/Knio/pynmea2
+	https://pypi.org/project/pynmea2
+"
+SRC_URI="https://github.com/Knio/pynmea2/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-09  6:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-09  6:44 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pynmea2/ Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox