From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8B3F13835A for ; Thu, 10 Jun 2021 03:54:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ECC2E0849; Thu, 10 Jun 2021 03:54:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAC1AE0849 for ; Thu, 10 Jun 2021 03:54:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B187B340B28 for ; Thu, 10 Jun 2021 03:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ADB27A5 for ; Thu, 10 Jun 2021 03:54:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623297287.f9ef8519523f30aa1c12f48723dd355ff4399337.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/podcastparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/podcastparser/Manifest dev-python/podcastparser/metadata.xml dev-python/podcastparser/podcastparser-0.6.6.ebuild X-VCS-Directories: dev-python/podcastparser/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9ef8519523f30aa1c12f48723dd355ff4399337 X-VCS-Branch: master Date: Thu, 10 Jun 2021 03:54:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a930b7a2-59a5-4474-828f-85fa16233e4a X-Archives-Hash: 934ca9041de79facefef5028688e2c32 commit: f9ef8519523f30aa1c12f48723dd355ff4399337 Author: Sam James gentoo org> AuthorDate: Thu Jun 10 03:51:58 2021 +0000 Commit: Sam James gentoo 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 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 @@ sound@gentoo.org Gentoo Sound project + podcastparser 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