public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/podcastparser/
Date: Thu, 10 Jun 2021 03:54:56 +0000 (UTC)	[thread overview]
Message-ID: <1623297287.f9ef8519523f30aa1c12f48723dd355ff4399337.sam@gentoo> (raw)

commit:     f9ef8519523f30aa1c12f48723dd355ff4399337
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 03:51:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 03:54:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ef8519

dev-python/podcastparser: add 0.6.6

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/podcastparser/Manifest                   |  1 +
 dev-python/podcastparser/metadata.xml               |  1 +
 dev-python/podcastparser/podcastparser-0.6.6.ebuild | 19 +++++++++++++++++++
 3 files changed, 21 insertions(+)

diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest
index b275207085a..74166542207 100644
--- a/dev-python/podcastparser/Manifest
+++ b/dev-python/podcastparser/Manifest
@@ -1 +1,2 @@
 DIST podcastparser-0.6.5.tar.gz 22232 BLAKE2B 1fcf115954e3394aede643ef28ea7eb13c2969ad3125f82dcfefbb457d61f768247d07d3150fe8adc7aeceb9bb9f0026a2e55f42b3f2a6da76b977528ebd013d SHA512 770d2376eb7d029dc033f46f55d00e02b8040c72c670338ad52ecf065ec4ffd291c6e2ec02cf9b038f8608c7c549808ff14f95017f508bb1526bb79b413e136a
+DIST podcastparser-0.6.6.tar.gz 23482 BLAKE2B 3bdfefe0eafb7d89dfc0063b0fd61c1f5634e381ec6cba634cd9b054dc51476cd0c37267fc40db317ee3d192ea52b4da18e8efc387ad81c6edac25caf7c94147 SHA512 aee6cb72157242afe9f4d9bd201b9538051cce1fc6a153a03206ad041fbff7c99b69659ee4a9c8cbf5583c1a027a9d171943882cb3a48e4ff7f84602cccf2d74

diff --git a/dev-python/podcastparser/metadata.xml b/dev-python/podcastparser/metadata.xml
index 9330487cd7f..76bd6abc1ae 100644
--- a/dev-python/podcastparser/metadata.xml
+++ b/dev-python/podcastparser/metadata.xml
@@ -5,6 +5,7 @@
 		<email>sound@gentoo.org</email>
 		<name>Gentoo Sound project</name>
 	</maintainer>
+	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="pypi">podcastparser</remote-id>
 	</upstream>

diff --git a/dev-python/podcastparser/podcastparser-0.6.6.ebuild b/dev-python/podcastparser/podcastparser-0.6.6.ebuild
new file mode 100644
index 00000000000..66dbeee8186
--- /dev/null
+++ b/dev-python/podcastparser/podcastparser-0.6.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="Podcast parser for the gpodder client"
+HOMEPAGE="https://github.com/gpodder/podcastparser"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-06-10  3:54 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10  3:54 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  6:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/podcastparser/ Michał Górny
2023-11-24 15:55 Arthur Zamarin
2023-06-01  4:13 Michał Górny
2023-05-20  6:35 Michał Górny
2023-05-20  6:11 Sam James
2023-04-19  6:34 Michał Górny
2023-02-17  6:21 Michał Górny
2023-02-16 22:50 Sam James
2022-12-16 11:32 Michał Górny
2022-05-31 11:20 Sam James
2022-05-31 11:20 Sam James
2022-03-01 13:36 Michał Górny
2022-03-01  9:44 Jakov Smolić
2022-01-29 20:43 Michał Górny
2021-10-24  5:13 Arthur Zamarin
2021-10-24  1:15 Sam James
2021-09-23  8:16 Michał Górny
2021-09-18 19:43 Michał Górny
2021-09-18 17:18 Sam James
2021-08-13  6:58 Michał Górny
2021-08-13  5:26 Miroslav Šulc
2021-07-12  4:26 Miroslav Šulc
2021-07-11 20:51 Sam James
2020-08-30  9:30 Miroslav Šulc
2018-11-11 16:31 Pacho Ramos

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=1623297287.f9ef8519523f30aa1c12f48723dd355ff4399337.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