summaryrefslogtreecommitdiff
path: root/dev-python/podcastparser
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/podcastparser
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/podcastparser')
-rw-r--r--dev-python/podcastparser/Manifest4
-rw-r--r--dev-python/podcastparser/metadata.xml1
-rw-r--r--dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild2
3 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest
index 04456c341f3e..c51eb96e9a9a 100644
--- a/dev-python/podcastparser/Manifest
+++ b/dev-python/podcastparser/Manifest
@@ -1,3 +1,3 @@
DIST podcastparser-0.6.8.tar.gz 29809 BLAKE2B 19eda892dcc83f5371d23147a9044bd1249c05885aa7e72edc868e05744bf691336ceb8b445dca4c51612846bc7e8c087fa0c36fa44568a4f95b0e8f3eb155cf SHA512 8c1152c6d7229faf375af5c3f02642debd081915dcb55ba706863620af6039eb710648bf970d1cd8018d43dd36ba579a456e3db0e82c7efcb6ac94a5cd23b1e8
-EBUILD podcastparser-0.6.8-r1.ebuild 434 BLAKE2B eef3eb8ec28dd501793653e6bf766ee711391a3659c813176ef9072681bf9ae16303ceb44a3bd23dda4939f136853147876d7d57336c6b9ff8fa1913b59e9b18 SHA512 3cd84ebf369c5d661814849e3500eda0c3d3038ec49ceaf6400da27326acee378966e11c7e9ff55b28fbd8ca380d3fa536fa578d024ccaf237ceb91ed9cadfc8
-MISC metadata.xml 455 BLAKE2B 041490b1b7d06df15950ac851b6ff6848068e0e6a3bf793eb11c51143d0324a69188d4e6d7fbcf1f93d68191417b5ed659490718804ecb08d7f67386763edd99 SHA512 d3fd0f12693e6b80925ae4fd9f00964e664039c17b973b778eb98dca08dd9ebb5237ca4235b5178488a18839eead5b4a80d362ed53d8eeeda58bccfd84f65a46
+EBUILD podcastparser-0.6.8-r1.ebuild 434 BLAKE2B 83aa5041e05546b8fb2bba7d34fb8c1e16f57d7ed983f730fe0b48ee067275e2fb789b482557382566c5f51a2036d8967d8f98e04287c0d78f05d57bbf1eff5c SHA512 91ee6acbdf6112efe87462932f6590f57e85721575ef13fdbcf182310c3a4f3f985bae688c861d66e7685850d6775e33b65d122dc2c04804dfa1d28036cf332a
+MISC metadata.xml 516 BLAKE2B 2cf902a3f89e91ef879ae5a9ece9dc5a3991ed06c2fe4542a330e5e52f24f850728a8d1588d02481109974c6cb400e6e53952356075c42cc4b0079f383fc4119 SHA512 947c15724f072eddd93600a0c47555c5a191a0c6bb28d1fad0149f6ac510b932678c494faa36a959d4639213c4133b2a9c28037177a6fddecc171b728f561d23
diff --git a/dev-python/podcastparser/metadata.xml b/dev-python/podcastparser/metadata.xml
index e1dd1b3fd96a..b11113d4a48f 100644
--- a/dev-python/podcastparser/metadata.xml
+++ b/dev-python/podcastparser/metadata.xml
@@ -11,6 +11,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
+ <remote-id type="github">gpodder/podcastparser</remote-id>
<remote-id type="pypi">podcastparser</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild b/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild
index 4b639215e177..32d5a3f2eadf 100644
--- a/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild
+++ b/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1