diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-13 00:08:30 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-13 00:08:30 +0100 |
commit | 0ebcd2cbf178600b5eb36b2f24cdbb3d2f4a9000 (patch) | |
tree | 941e6ba8c256dd27e9f9ca634f08d4bf0278798e /dev-python/mpdlcd | |
parent | f0ddcad13515f66d2f3bf827d33c277bdba7e1dd (diff) |
gentoo auto-resync : 13:06:2024 - 00:08:29
Diffstat (limited to 'dev-python/mpdlcd')
-rw-r--r-- | dev-python/mpdlcd/Manifest | 2 | ||||
-rw-r--r-- | dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild | 14 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/mpdlcd/Manifest b/dev-python/mpdlcd/Manifest index 38c09b37d536..45dfcf51a3c1 100644 --- a/dev-python/mpdlcd/Manifest +++ b/dev-python/mpdlcd/Manifest @@ -1,5 +1,5 @@ AUX mpdlcd.confd 275 BLAKE2B 995143391e3c30486cdb98f1633005c9a059124ff2fe5a3c2eb9277769f253e9e505b22d6b45ab0f205ea2edb89d11653ae13610a48be6bc7951647787e9b8ae SHA512 ae86f6610ed529e09a365eaae4d1f503a6dc2732c7a26ef447a66509af181ee1ff64c5f4baa9b9f37bacda5f11547d911b34884a06294ead6bd9824e8f8cddc5 AUX mpdlcd.initd 367 BLAKE2B 01dafb969e424a3dd57578890676b882e47757beeaa077cbdd76fe92cecd507901d01182a26ba7569975067548f3d24625736e03797f481c29ecb2d216e53f1e SHA512 09124a0b71a1425fb8a8bfaf0c021131a5e738856433a33e716eb691a353108b0bebff8459db190be5068e1dd5927a272cb859971bb7958d7e1eb7019325e8d1 DIST mpdlcd-0.5.2.gh.tar.gz 30748 BLAKE2B 5609ac149a9aa806e516202adf1b9d0f4fc88e8370f331edc836082d7b3b85c519097149dd2b5cb838d8a9ff353421e17daf9236397e4b37e2923948f8dc9dac SHA512 e000120eee1ce99b549c5ac0cd00fba394ce1a373cce3dde819f6aabd6fc3b616e59ade6d6868b1e9f14afea4897cf541f2c3f5d0eaebcbbd03b15781a63b6fc -EBUILD mpdlcd-0.5.2-r2.ebuild 926 BLAKE2B 6187929ac273d6ffb682601dafb01a8fe52705154284a3e19b7046ba2b24b8f1ab6140ee03532f90155b5a681b429ebe4b296df17d5c51757c0256f68ac1ea85 SHA512 d1aa8be268a728927bff3b419189f4557ac73180267947cc92fdd23370b6fdf6df5de01402fdb1f4597786e2ec1a37a6598e7784f4b9bfbdc246b447d74bd2cd +EBUILD mpdlcd-0.5.2-r2.ebuild 970 BLAKE2B e8216e207dc398d5290c939fbe230c9a3eb847f8b4a44e298323369276c74fb64829fc3dd259aa9c838d1b8f92124cf72d0cfb280a6703a9879c1b045b013302 SHA512 4da0c9470f896bf92326d3bae673ddef3b2a57d29a0bf769e89258ff907d39b02b7349b03cd057c52b26d6973371aa5319d0907bdf2bdca7286b18bc7fcb9440 MISC metadata.xml 676 BLAKE2B 7ad5ee6fb1888db294f2be6cffbba6b7cb20a74c33adfcf277334e398c97513f20619bfd61bcc3305c9d6cbae1a0b304d8428f6506eaae96e73824b9d6721ace SHA512 c3afa54ecb65de5dde8a28383559565b0323380ef55ec748b5ec5cecc78d441366654d0bf4d4bc3c42ecd069a89e0d86007b0013d8c098d3b96e3a79d518c481 diff --git a/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild b/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild index 0308856d49b0..f653d7645cb5 100644 --- a/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild +++ b/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild @@ -1,16 +1,22 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="A small tool to display the MPD status on a LCDproc server" -HOMEPAGE="https://github.com/rbarrois/mpdlcd" -SRC_URI="https://github.com/rbarrois/${PN}/archive/refs/tags/${P}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/rbarrois/mpdlcd/ + https://pypi.org/project/mpdlcd/ +" +SRC_URI=" + https://github.com/rbarrois/mpdlcd/archive/refs/tags/${P}.tar.gz + -> ${P}.gh.tar.gz +" S="${WORKDIR}/${PN}-${P}" LICENSE="BSD" |