dev-python/pyflexit: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:32:28 +02:00 committed by Andreas Billmeier
parent 6c23c26410
commit 1b41d362bf
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 18 deletions

View File

@ -1,3 +1,3 @@
DIST pyflexit-0.3.tar.gz 2507 BLAKE2B df4be6f66b47f3d9098f5f74fde86251a267b9dc93ccb5cb2b1adcec397b19d6c928ab44957e91f6db24c3e5ddb9562b4b944d113f780c52853c292b26d7cef0 SHA512 931eec6cfd5bf5a5f27170f4071923dcb85ae1e10e828b55b8967b11e5d410fb426bbe41b5ea665b9d843a09daaf71de5d24d101a9f16c0906da2f6fa31afd19
EBUILD pyflexit-0.3.ebuild 632 BLAKE2B 5f508a98bf57e2a92fb5a49b7916e0a930ed8047a571f96a28129a519de79978c6ab05f952d53bd26563451ce60bdc4c7d0d29b1a9275d70d5e6fddc772acbe3 SHA512 5dc9ad84972ab43f745754726fda9f992d76fae6d9871e1084dc161fb1ccc7228af36c6b6b90bac87d58d011aa28a6b7c005b9d5fe102f1f2df0004dcf05f2be
EBUILD pyflexit-0.3.ebuild 455 BLAKE2B fb19619784e044c780578a1ba1bad6b2d7cad3dc67bc57bbec9a91461cdf412644b475b198c18008f26f7207f0d0ee141b632633b5f6e6ee42bdf3c2fcde5097 SHA512 30112272d4077d462bac9a065328793f985bb622f9aa93f4640f24fe23a7692b10769306b0e0ee47f8e8dbb3bdf58321dd421c9814b0da6f437ca3fa45488fc1
MISC metadata.xml 503 BLAKE2B 99e2d6d7f273ee7b2e3544215af8b99404deeda15338d7129b16053a06324f87bfdc67e3290f11d36b5c659ece771ead53a7e9eb966024e28d9ddc0a5655a0fb SHA512 cf58dcab39626d2aeffc23a85c2e1476c3cf832195d638fc7360d45cbee1a853e0ef9ae912888bc13c5e908cd880a9b7326aba83d0c826b48b446ebfd7dea607

View File

@ -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="Flexit CI66 helper library"
HOMEPAGE="https://github.com/Sabesto/pyflexit https://pypi.org/project/pyflexit/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -17,16 +16,4 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
#DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest