commit:     8bf3f51eafde30d0ff287e222498d5e0991d4e11
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 20:01:06 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 20:43:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf3f51e

dev-python/podcastparser: Switch to PEP 517 build

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../podcastparser/podcastparser-0.6.8-r1.ebuild       | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild 
b/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild
new file mode 100644
index 000000000000..45f40808263c
--- /dev/null
+++ b/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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 via email to