dev-python/ttls: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 15:35:38 +01:00 committed by Andreas Billmeier
parent d324fa051a
commit 38bdab51a7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 4 additions and 45 deletions

View File

@ -1,5 +1,3 @@
DIST ttls-1.4.3.tar.gz 7596 BLAKE2B cced9743df9798bcbc6fb0720aba71289fd24a42954e880143ac41523f19cbbb9b2335e27d3d4c850c7c65472750d5e2eb80028371a42135543945fb727beac2 SHA512 7903d6a66992e383b005d9ccee1f9d05af247914ed12a0df2156b1ad5936a9b21d8447bf1cbabb5959330d6894f8cc7457eedb592b3bc954437feb653e9080df
DIST ttls-1.5.1.tar.gz 7896 BLAKE2B 710157f34cbe1417f2e4ef68eba5a7ba6bd36a7beb72b13b6c5cbd7e289cb14474583ee865d2621878479c52a59ac11a1ee179aa9f6bd7ae4a7a0001977c0a70 SHA512 fc58dde39339063e17b32176c67308c69519cfee3469f4ce3db30e2bafe90ff28105a3ee9598362b388db84dd41aa3cdabfcbd5c3de8315d72ccbd1144b1551c
EBUILD ttls-1.4.3.ebuild 754 BLAKE2B 5cc2e814e24357807c425b504499c4f1e4104a4243e2e3f4d1aea8502a0ab1b274af50511bd30babe331fbf8ae602ebd241aaa0c68dd026b2ad9260f38107c40 SHA512 524e623b89b83c61c056c43ca85ae5a194c06cc760c2d786c239f7272e22c4dff5d574ae3f706f3d6550ba566cd75d031339bc05cb810079f71bb30cb561e8a1
EBUILD ttls-1.5.1.ebuild 754 BLAKE2B cca8b9f67812cfe204392c3ffa4c455882758f9e74fc79b95aa0315b0ed8fd392fdb316b08ba2e76372ffd3a30492f48044ee5a408843658ed7656e7138bda9d SHA512 d07e4cb84fc17f6227c4e4a3d1d7c7a63db3c86f0e7b736f82a3db54f404647c21704b1eb06b0884ca9e0c81415bcc1c3e06035615ee67b905b045d15aa1a028
EBUILD ttls-1.5.1.ebuild 666 BLAKE2B 651f8db1e0c4ee626ee1dc43dc5f154c6048e5ac092fd6912a27ea48d55745982d4b57ecca1553a1a42996aaad184f69663b41bbe0a61102b6ac960ed6963c2d SHA512 f05edd09aef799ee788f43435dfbd32397491a971d3c54b922010ea8c109b9ec6e8b88385028456a20e7ae0d9270af012fe66432a8ecb6d0981f8b67c9db7aac
MISC metadata.xml 504 BLAKE2B 6dff98bb3afcdfd27967314a6c25865474ef619551afb0201abcc5a1c929812270a88a5ed1a4a287fc708cadbefa5f0619cd82d02d949bb6d230ae2d3c133566 SHA512 0aeed56336fad696e4e5aea385a92d7ed26336aea9b2e3abd86c26c7d5322167f247b1a1e5bee8fb709abb9ee8351574d1fd11140f56fc0bc32ce295588d08e7

View File

@ -1,35 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Twinkly Twinkly Little Star"
HOMEPAGE="https://github.com/jschlyter/ttls https://pypi.org/project/ttls/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.3[${PYTHON_USEDEP}]
>=dev-python/colour-0.1.5[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,16 +1,13 @@
# 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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Twinkly Twinkly Little Star"
HOMEPAGE="https://github.com/jschlyter/ttls https://pypi.org/project/ttls/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -23,7 +20,6 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/colour-0.1.5[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"