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 1A1FF138334 for ; Sun, 11 Nov 2018 16:31:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AACEE0C20; Sun, 11 Nov 2018 16:31:22 +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 02DDFE0C20 for ; Sun, 11 Nov 2018 16:31:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AF052335CFA for ; Sun, 11 Nov 2018 16:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCF0A45F for ; Sun, 11 Nov 2018 16:31:17 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1541953865.93e6479b1a1ce52d9777e895befbadf5e8d5c8c9.pacho@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.4.ebuild X-VCS-Directories: dev-python/podcastparser/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 93e6479b1a1ce52d9777e895befbadf5e8d5c8c9 X-VCS-Branch: master Date: Sun, 11 Nov 2018 16:31:17 +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-Archives-Salt: 3b9520d0-bbba-4b17-b6c9-d3d5faf73c2b X-Archives-Hash: 677a2c2c3cfc3c54b1dd99b52410a499 commit: 93e6479b1a1ce52d9777e895befbadf5e8d5c8c9 Author: Pacho Ramos gentoo org> AuthorDate: Sun Nov 11 16:25:10 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Nov 11 16:31:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e6479b dev-python/podcastparser: Needed for gpodder Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/podcastparser/Manifest | 1 + dev-python/podcastparser/metadata.xml | 8 ++++++++ dev-python/podcastparser/podcastparser-0.6.4.ebuild | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest new file mode 100644 index 00000000000..34f5150a89b --- /dev/null +++ b/dev-python/podcastparser/Manifest @@ -0,0 +1 @@ +DIST podcastparser-0.6.4.tar.gz 22446 BLAKE2B b6111251c6ce325a91e763402d7f0a6cfd137491939dd581e1e4f1bb2458b741fee0a61eed009b61876224722fb4e43d289b2a294e02bccb724e2f0337786884 SHA512 c63065aa822b0210891c3316fc592591bcc962e16c52a86815637634ad5f02d3f559596e3727d56d191c454f28320e21ddb469ff8473fc99f57ea830fb046b2a diff --git a/dev-python/podcastparser/metadata.xml b/dev-python/podcastparser/metadata.xml new file mode 100644 index 00000000000..39626a990be --- /dev/null +++ b/dev-python/podcastparser/metadata.xml @@ -0,0 +1,8 @@ + + + + + sound@gentoo.org + Gentoo Sound project + + diff --git a/dev-python/podcastparser/podcastparser-0.6.4.ebuild b/dev-python/podcastparser/podcastparser-0.6.4.ebuild new file mode 100644 index 00000000000..6ff89afc2b0 --- /dev/null +++ b/dev-python/podcastparser/podcastparser-0.6.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{5,6,7} ) + +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" +IUSE=""