dev-python/bidict: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 18:03:44 +02:00 committed by Andreas Billmeier
parent 7175e089e7
commit 6e224a037a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 19 deletions

View File

@ -1,3 +1,3 @@
DIST bidict-0.22.0.tar.gz 197969 BLAKE2B 511bea446922c959c7ab2c42fadfe63dc486f9b8f4d060779048195ed02344c36819be917716be6773e2173aa9dbd9e5452e747ee325db6ee92057644789653e SHA512 28384e1f63413023c00c199558eb49298c146602a676226d995aa01ccb0f9a6958750f4e34637d0823d659a092e74bb0ce4d75969d105312f73f5e692d9f82af
EBUILD bidict-0.22.0.ebuild 679 BLAKE2B 46f1aab887e5a8b37906c27b0eee5e9741a624b5dfc5f8a2e7d359f4d22703113e7756bd55c94288383ee6000b9703f148d9bcefb80f644ce75f3b39a7338fb7 SHA512 00af073e4788aa40b6f7ec36598a4d746e62188dfdb7c160f947d9aaf86a1f7c42d8c5fd263ed379772653fab04951e56eec5a2fb609b02f8bfbdec56f0278fd
EBUILD bidict-0.22.0.ebuild 488 BLAKE2B e388be431dd08b739d87a355e3936b22e317cb195d259273104c0f3e08f57f57e6025cfba8c00214fc1a8a996bf27238f1cf1a0268fdd3426922b31b63b7b2a9 SHA512 041eb1d8d69d331bac02ef5b59097f907bb627ed0000ef66d7e7828e5593a1d18a1057b5ef66991a16c3a0f9a6bd32359ae537152b4a46128e2075e9a1a98860
MISC metadata.xml 452 BLAKE2B 7ae1f09f2222a640155a31f7cc6a8d42b2dd966a216038bdd98f5b34db152099cbaa87b27ff63661fdb4c8c5efd077bcc6b3f2e411ab8441bf9fd0e68010d915 SHA512 fed027bfc90b1885798b6df2bcc6b20684cf66caa74bfb97a4575fcc467ceb32b887d4bf707c1a19719917ca9787bd76e47422fc40d1cc50461d22a7218a5e1c

View File

@ -1,15 +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} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="The bidirectional mapping library for Python."
HOMEPAGE="https://bidict.readthedocs.io https://pypi.org/project/bidict/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
@ -19,16 +17,4 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=""
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
run_tests.py || die
py.test -v -v || die
}
distutils_enable_tests pytest