From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymetar/
Date: Sun, 12 Jun 2022 14:52:12 +0000 (UTC) [thread overview]
Message-ID: <1655045506.b39ef31edd49933b8fedab442e6a002ab8696d7f.sam@gentoo> (raw)
commit: b39ef31edd49933b8fedab442e6a002ab8696d7f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 14:43:34 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 14:51:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39ef31e
dev-python/pymetar: fix distutils-r1 usage
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pymetar/pymetar-1.4-r1.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-python/pymetar/pymetar-1.4-r1.ebuild b/dev-python/pymetar/pymetar-1.4-r1.ebuild
new file mode 100644
index 000000000000..021d705b47e9
--- /dev/null
+++ b/dev-python/pymetar/pymetar-1.4-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Downloads and decodes to the weather report for a given station ID"
+HOMEPAGE="https://www.schwarzvogel.de/software/pymetar/"
+SRC_URI="https://www.schwarzvogel.de/pkgs/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+ dodoc "${S}/README.md"
+ dodoc "${S}/THANKS"
+ doman "${S}/pymetar.1"
+
+ distutils-r1_src_install
+}
next reply other threads:[~2022-06-12 14:52 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-12 14:52 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 8:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/pymetar/ Michał Górny
2024-04-14 15:28 Michał Górny
2022-11-05 10:18 Arthur Zamarin
2022-10-06 9:44 Andrew Ammerlaan
2022-06-16 8:08 Michał Górny
2022-05-31 1:56 Sam James
2022-04-04 1:07 Sam James
2021-10-17 9:20 Michał Górny
2021-10-15 8:37 Tobias Klausmann
2021-07-06 11:37 Tobias Klausmann
2021-07-06 11:36 Tobias Klausmann
2021-07-06 11:10 Tobias Klausmann
2021-07-05 13:51 Tobias Klausmann
2021-03-07 9:48 Tobias Klausmann
2021-01-19 13:23 Tobias Klausmann
2021-01-17 16:16 Tobias Klausmann
2020-09-12 8:05 Tobias Klausmann
2018-12-27 11:57 Tobias Klausmann
2017-01-15 15:50 Agostino Sarubbo
2016-09-24 12:01 Tobias Klausmann
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=1655045506.b39ef31edd49933b8fedab442e6a002ab8696d7f.sam@gentoo \
--to=sam@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