update ycast-1.1.0-r2

This commit is contained in:
2022-08-15 07:48:00 +02:00
committed by onkelbeh
parent d5ad336422
commit bee15e46d6
3 changed files with 10 additions and 44 deletions
+1 -2
View File
@@ -7,6 +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-r1.ebuild 1880 BLAKE2B 6d5b7a7b57078aa1678b08ecd8a74687aef7646558ed399d52853e76138350bfb1986daafc2af115f4c1b7d0ffb5c2403240f3630e05e58e27b14a0525dbe496 SHA512 b3fcd5e2150d3e4357b994de0d4e9d34e27b6223a93fc1fbb247e514540fc554535d29dacb98d19ec29a0d7b3b6304cd6c11d8acf3c8c42c0d3cc66361befbe9
EBUILD ycast-1.1.0.ebuild 846 BLAKE2B 30caaf2c613ba732db6b99237195281582c70418e56d3963795a6dc0e09821eebbd4006b3db1865f815341a798a27d6584e7555f8e436a43381ba747c8009e4e SHA512 a5323694603cb3130ac6ca4e63d32a48bfb3f2b6f657a49de32d16a018721203bd1be84fbeb7cec4120fb19292e7cb98163216a6dbb0e2d3f7197a763596839a
EBUILD ycast-1.1.0-r2.ebuild 1881 BLAKE2B 58f6ec5ae7b126eaa0c9d4f457ba521a885490cf16019e146255ae7aba9b6f3b1273eb2c47b884e116aa2e0ceb211e419be85c594a0ff86e5d05620a225017f0 SHA512 9f93b708e81bb6a927439b234c3854a8b54c91919b7aef20f10d470accf5c5c6fb9f5d9e36eefafb7acd145f563a551d69e6cdfd2c996111e5080e8986e6547e
MISC metadata.xml 444 BLAKE2B 14d2b81876630dd1ffc27149995610fba7954968ad41a83999959f6036e2111cdbb6c6ab277b8fc61db3cbec148331c32a16fb943437008ff8c58cadaf4193e9 SHA512 8d9edeeb841147e1bcfa3d7e43b76d343b66144d51b308e4ed370c665922915154b0ef3f03fc432fc4a11cc6a21890bc49fad2b1d0d9511203e9356f83ec6103
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 user
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test +shortuuid wscgi"
DOCS="README.md"
@@ -74,7 +74,9 @@ python_install_all() {
DISABLE_AUTOFORMATTING=1
DOC_CONTENTS="
stations file is in: /etc/${PN}/
logging goes to: /var/log/${PN}/
for radio-browser.info access, ${PN} looks for a proxy server in http_proxy environment.
stations file is in: /etc/${PN}/
logging goes to: /var/log/${PN}/
for radio-browser.info access, ${PN} looks for a proxy server in http_proxy environment.
"
distutils_enable_tests pytest
-35
View File
@@ -1,35 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
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.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}