diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/podcastparser | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/podcastparser')
| -rw-r--r-- | dev-python/podcastparser/.audit | 2 | ||||
| -rw-r--r-- | dev-python/podcastparser/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/podcastparser/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.4.ebuild | 19 | ||||
| -rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.5.ebuild | 19 |
5 files changed, 54 insertions, 0 deletions
diff --git a/dev-python/podcastparser/.audit b/dev-python/podcastparser/.audit new file mode 100644 index 000000000000..77ade74127a1 --- /dev/null +++ b/dev-python/podcastparser/.audit @@ -0,0 +1,2 @@ +dependency of newer gpodder-3.10.x, requested in FL-5488. +podcastparser is not in gentoo portage tree and, perhaps, need reported for inclusion. diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest new file mode 100644 index 000000000000..61e3c6699491 --- /dev/null +++ b/dev-python/podcastparser/Manifest @@ -0,0 +1,2 @@ +DIST 0.6.5.tar.gz 23527 BLAKE2B fea72dd7ef3e4741217c46f57ac1badb7a8520d195d304815ac0ba8f20a58c4e9dc79023773b630094ee6b8550273016ba53c0712c027dbd7aaa8ee269b459e2 SHA512 f494ed3c2d7454fa627ade0b378c5c4b68bfbcd7c98f7d516523c5902a0ae54e5a88a0c8e13b9844f7d8f964a17eedcce1c7518a2df4f3aa0ab8257265dbe2ff +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 000000000000..455cd1430e60 --- /dev/null +++ b/dev-python/podcastparser/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>dev@liguros.net</email> + <name>Development</name> + </maintainer> + <upstream> + <remote-id type="github">gpodder/podcastparser</remote-id> + </upstream> + <origin>kit-fixups</origin> +</pkgmetadata> 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 000000000000..cfcd8c7c7fd7 --- /dev/null +++ b/dev-python/podcastparser/podcastparser-0.6.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Podcast parser for the gpodder client" +HOMEPAGE="https://gpodder.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="*" +IUSE="" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND}" diff --git a/dev-python/podcastparser/podcastparser-0.6.5.ebuild b/dev-python/podcastparser/podcastparser-0.6.5.ebuild new file mode 100644 index 000000000000..30ac56119233 --- /dev/null +++ b/dev-python/podcastparser/podcastparser-0.6.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Podcast parser for the gpodder client" +HOMEPAGE="https://gpodder.org" +SRC_URI="https://github.com/gpodder/podcastparser/archive/${PV}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="*" +IUSE="" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND}" |
