dev-python/plexauth: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST plexauth-0.0.6.tar.gz 2438 BLAKE2B 1c7bad4cfac10f95c47ad1b3f5d556e761b6d0bddbfed4d39c34108433279f7b9605eadc2c988602535dbd37d969361c9b2f854db53b49ff51fa27d88668fedb SHA512 aa6b5a71dab3eabdb435ebe121e2cab156188714e6fc71166e501bbf56c9d20533270b69c74f747a51dd493d86de286d0435cded66645fb30508754938fe88ea
|
||||
EBUILD plexauth-0.0.6.ebuild 729 BLAKE2B 13e0f04bbb5b1f398176bb1563c1fd51720e4d9c074bcd66cffa55d4107ea816104e9e839563009a30657f28985c20e3f33871d4ebe33c78a819709ef13dfb99 SHA512 c3d7863399f80f26159e7cbe02319542d6d505def786661464fe606bf5a573b1564e9888350d605d159589340ded0793881783c44fbfb5c1165fae8301711d5c
|
||||
EBUILD plexauth-0.0.6.ebuild 715 BLAKE2B 57a6dceaf29c3677eedccd20296c7c489b05d291c01eedbc7fc2703252b5ef0eddaf264d8a11bd7d2fbe77af1821fde7180d7c16588386729fd69e80e63c04d4 SHA512 3883c972cf1ced78ade92b2c54ade8547de87a89a05013e73cc7dff9f3f95d5a2831af68857dbb6b541db84cf40a205402886a02fcb2bf2d3b22a37b6d3d9744
|
||||
MISC metadata.xml 534 BLAKE2B b45308002c28fbd937440567febb06386f003c112ca3c2c1319165fc8ff745c6947ceceb278576ba69b80f016724cbebd3e2ad4985868f4ff86fe02818863582 SHA512 0b1c636ba60a0409e1c0df4d4288fa6ea1886c26b3257291f230eed5207b2db484bae4496ddaf6e32ab1dd62c79b714cf57356b248fc8a8b6fe77161636e1845
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Handles the authorization flow to obtain tokens from Plex.tv via external redirection."
|
||||
HOMEPAGE="https://github.com/jjlawren/python-plexauth/ https://pypi.org/project/plexauth/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user