dev-python/ycast: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
339ca29f87
commit
9e5345b46f
@ -7,5 +7,5 @@ AUX ycast-1.1.0-short_uuid.patch 7964 BLAKE2B 45560b02300cf4e3e3235d746d11c6b7df
|
||||
AUX ycast.init.d 517 BLAKE2B 7f811864688c02fe3412c9f0de94a1707c91b18668a59322a9cc6a1764cbc0f86827c0196b097a20c296c62dfaa478e745c7ef1e3dd98b7f49f85a9b64d0a3e6 SHA512 b5485bb67fa6a212562ab2a6bcda8750c6e5feea9554686eedc3c5b52da287660a029e7e13d58e3cdf44deed92adf454151a39a3afcb1fbc074f1d62d25a55b7
|
||||
AUX ycast.wsgi 381 BLAKE2B 8aa1fa994713fd74bbf504420bed08cd7f6e2e9961bcc7eb4e6b73ca3a1317e866ba247b519df5f535817a8cb2598b6f8b82ffed0f8f9f5ef0bdd214a62741bb SHA512 bf6937f7c5f944b8ae42b2a29e64c2cbb82e5c622ca44d2c2e399bf8387c85685e43b4ec36c820d47206e33b5f2ae1f71e6a38185bf8b3dc8893c7d64db893ad
|
||||
DIST ycast-1.1.0.tar.gz 15018 BLAKE2B b58dd0658b75319d9f2a5d281902d75fb98bedd14539526ffa17ed979beb1a9bc62102698bbcced321a7c843682109b846fd412395ffeaa56525f3f1612623ac SHA512 f253f345924ce55c9869c625a9ce18830ecd4546894a74b5a756b383a10c5edc584121a8bc28dbe792a0b32784a0ea900edea669b9ff96766f691cac7294e95e
|
||||
EBUILD ycast-1.1.0-r3.ebuild 1751 BLAKE2B f38254fa6b10ed02497c0a75f31c0bbebd5520c4c0321f7ca261be531be9c330c411d024bd36fa1e69ccab3a19edb507f09b13389374d525bedbda52f6ff2991 SHA512 5a1cd9a7aa802db01530d6e1dc24ee418839ae99dadd134dae2d74981aaa73186fd5df733fe29c8df1dd2a2fa04df813073733f6602b907ee65c66c11b5c3436
|
||||
EBUILD ycast-1.1.0-r3.ebuild 1664 BLAKE2B 040180ee9573ecde6150be47d8f0b43dee96d9e7288aa7aefd4e2a812c589f3a1d1509a949e6bf8163a2a080c8218507f808a9458c3381b9c27c0bab0e32393a SHA512 f0300675fa55964eb38bb39c9cfd1943889bb2305c740435917a5ec6e9f2ae05048f69a7a7565baddcc02fb9cb81191234995725349b0d9adb220d0b99f086a6
|
||||
MISC metadata.xml 645 BLAKE2B efac08f2e75861798ad7ac80ffdf4cb560c9e2e9a17ec7f29b2f85e4c2896298103e5fceca3e30e93d9282ec8686ab5dad851303a02d759954f645c51ed79cd1 SHA512 376098e53cd1c534b0e25a98d7f973330d560f5c90483b4c6badda5649a0109306fce9680ae6f6d00195b5d1d606b0b59bf84db9bc21033c44b9519f59ac9eb5
|
||||
|
@ -5,11 +5,10 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Self hosted vTuner internet radio service emulation"
|
||||
HOMEPAGE="https://github.com/milaq/YCast https://pypi.org/project/ycast/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@ -26,7 +25,6 @@ RDEPEND="
|
||||
dev-python/oyaml[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
@ -1,9 +1,9 @@
|
||||
BDEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( acct-user/ycast acct-group/ycast dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/flask[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/oyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
BDEPEND=test? ( dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( acct-user/ycast acct-group/ycast dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/flask[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/oyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pillow[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.11:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.3:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.7.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.40.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Self hosted vTuner internet radio service emulation
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/milaq/YCast https://pypi.org/project/ycast/
|
||||
INHERIT=distutils-r1
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test +shortuuid wscgi test python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=amd64 arm arm64 x86
|
||||
LICENSE=GPL-3
|
||||
@ -11,6 +11,6 @@ RDEPEND=acct-user/ycast acct-group/ycast dev-python/requests[python_targets_pyth
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/y/ycast/ycast-1.1.0.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 2d32e797ee29a8ffdd452f4a85860666
|
||||
_md5_=13bf737c0b9c86ac0deab32e28a9ba9b
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/y/ycast/ycast-1.1.0.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs 513c31b3346458ed1f3878b57da6d61c multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 ba15b8b81f30ca448294d759a9f7902c python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 2d32e797ee29a8ffdd452f4a85860666 pypi 3b6a844fbf71f1581992b44c78b549b7
|
||||
_md5_=7b272fbefeb2881be01ffabc578c1c15
|
||||
|
Loading…
x
Reference in New Issue
Block a user