diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-20 00:54:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-20 00:54:59 +0000 |
| commit | 8c879bdbe7183ff61e3dac4c910a6b88ca534977 (patch) | |
| tree | 2771dd597a5e86d97b1d2d1d0b8c8b22e8cb1479 /dev-python/podcastparser | |
| parent | 6249d7cffe673a351f5acd08a3b154087db45479 (diff) | |
| download | baldeagleos-repo-8c879bdbe7183ff61e3dac4c910a6b88ca534977.tar.gz baldeagleos-repo-8c879bdbe7183ff61e3dac4c910a6b88ca534977.tar.xz baldeagleos-repo-8c879bdbe7183ff61e3dac4c910a6b88ca534977.zip | |
Adding metadata
Diffstat (limited to 'dev-python/podcastparser')
| -rw-r--r-- | dev-python/podcastparser/Manifest | 4 | ||||
| -rw-r--r-- | dev-python/podcastparser/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.10.ebuild | 21 | ||||
| -rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.8.ebuild | 19 | ||||
| -rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.9.ebuild | 18 |
5 files changed, 41 insertions, 32 deletions
diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest index ddec42a3fdbb..284d270b5e4f 100644 --- a/dev-python/podcastparser/Manifest +++ b/dev-python/podcastparser/Manifest @@ -1,2 +1,2 @@ -DIST 0.6.8.tar.gz 28220 BLAKE2B b7c36b1ff4e3fa1a63fe51e69d97f6544aedef4804463cce0d2fdebe15caab79a343a3898a9e77e89d1403c30f094b55562233c7bcf7591bce959defba71a72e SHA512 66a32a72087aaafb2cec6da12f7643787297dc0d6ab4375620c5055dc250899851d6d6781930410bcb6a99cae7a01068cb255e81ed206b965a03a19bd9650d4b -DIST 0.6.9.tar.gz 28709 BLAKE2B 3b36607579b08faa475e843a4fc2d4d2778fff0702f9616701ab607dceff8374c770c11e5ee56c7175ae5002c7c69e34472ef143075a778df8402019b139082a SHA512 3585a9a607dcfb03899b3962e8d3756f304aadff35848d134a355ed72e2aa6e60fee5678ef980aa533605a02cf4eb25cbb90a72510900ad772c5715d4a524791 +DIST podcastparser-0.6.10.tar.gz 31717 BLAKE2B 19ea422b78c7631fd2622f935e292d5bb14a31ab749db36a9a19e356a5a331246e7d853412bf913522588ce6446be2070f2ad4e6c1b50d245058eae49739519e SHA512 55b822a80f8fed56feb41d5f9a39c04371e4e11dead45b8ca6aaf666ecc26dc3c94673331da59e2ed6665f2a9ca367b6daccb24f987b1763b6b3ad8b302ee783 +DIST podcastparser-0.6.9.tar.gz 30399 BLAKE2B a1882cdb298b3e2dccc0aa821ffb97863377b51b6dd78bcd09e00d9170b88c94298996ca20c7515ab761f9ff0c73b371b7f8c9b3c4fbacbcdc2215004e3cc137 SHA512 5e28b361b5fd0aba22c8c34318d3c8f575d82913f7de0f8f62ced9c8d904dcfcf40282b8b832867998f820de6bd5b793ce6be4657dd04b4965a151e32f2f0131 diff --git a/dev-python/podcastparser/metadata.xml b/dev-python/podcastparser/metadata.xml index 36acccda7221..4dc15aa3421e 100644 --- a/dev-python/podcastparser/metadata.xml +++ b/dev-python/podcastparser/metadata.xml @@ -2,9 +2,14 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> - <email>dev@liguros.net</email> - <name>Development</name> + <email>sound@gentoo.org</email> + <name>Gentoo Sound project</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> </maintainer> - <origin>ports</origin> + <origin>gentoo-staging</origin> + <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/podcastparser/podcastparser-0.6.10.ebuild b/dev-python/podcastparser/podcastparser-0.6.10.ebuild new file mode 100644 index 000000000000..1ffb1753139f --- /dev/null +++ b/dev-python/podcastparser/podcastparser-0.6.10.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Podcast parser for the gpodder client" +HOMEPAGE=" + https://github.com/gpodder/podcastparser/ + https://pypi.org/project/podcastparser/ +" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest diff --git a/dev-python/podcastparser/podcastparser-0.6.8.ebuild b/dev-python/podcastparser/podcastparser-0.6.8.ebuild deleted file mode 100644 index 4d96f2604577..000000000000 --- a/dev-python/podcastparser/podcastparser-0.6.8.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2020-2021 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -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}" diff --git a/dev-python/podcastparser/podcastparser-0.6.9.ebuild b/dev-python/podcastparser/podcastparser-0.6.9.ebuild index 4d96f2604577..1a6cec51cd7e 100644 --- a/dev-python/podcastparser/podcastparser-0.6.9.ebuild +++ b/dev-python/podcastparser/podcastparser-0.6.9.ebuild @@ -1,19 +1,21 @@ -# Copyright 2020-2021 Liguros Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Podcast parser for the gpodder client" -HOMEPAGE="https://gpodder.org" -SRC_URI="https://github.com/gpodder/podcastparser/archive/${PV}.tar.gz" +HOMEPAGE=" + https://github.com/gpodder/podcastparser/ + https://pypi.org/project/podcastparser/ +" LICENSE="ISC" SLOT="0" -KEYWORDS="*" -IUSE="" +KEYWORDS="amd64 x86" -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}" +distutils_enable_tests pytest |
