dev-python/base36: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 15:15:56 +02:00 committed by Andreas Billmeier
parent 3b3b930896
commit 2be16e64a6
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 19 deletions

View File

@ -1,3 +1,3 @@
DIST base36-0.1.1.tar.gz 2782 BLAKE2B 243f33426dfe655e5a5a0ee31741cabaeb3d0e58dde497a447455642de244afe3f27bb714e449188aa014561c1aa0021300009eb0d0d2351379401232f582691 SHA512 bc0c3fdf091d05c76d5d077b07f4f1a61834d327b5e41a7989bbe131f62779f175c1679a3f3618915caf09b6637d5fe1776007039a3ba7a3713ffc661362db08
EBUILD base36-0.1.1.ebuild 674 BLAKE2B 9495b82e9c718e6df95c2d01d02690384051f9341159b9a59958f0fca632d7d344356f4c0ffe853305cc057d8cffcbb4633a078afe91b569370a1485e20a993d SHA512 06d364228a9555691027edbb673159d307215d9828e08064be0c5284da953ae3f1a47a9c575278166c6d24a4653d438f214a06b5e1dbeed57a5207b75cebfdd3
EBUILD base36-0.1.1.ebuild 484 BLAKE2B ab017830d8c1655685bd183e00feaf442416d130edcd61da2bfc6f751f144fc3ee82b3e25afecb1244c73594478007db85c06f10badb19a1b472ea2705ad4028 SHA512 a66cb6bc6347eda329e2cee88f13d7e7c79af9c104155eb343d6118aba35b0aea91394e086269423195b8df61b024bc0cb4208c7b08e0706e329e27181149dd7
MISC metadata.xml 514 BLAKE2B d8d13408245b5096439c0cb15b58d9d45230747fe1edd1f42787035abdee3241727a4df9ed051d9b621ad3217501c8f4c4685261f7ace3cb537327bce2fa2483 SHA512 d623f76f00ebdb5f85fbb4511c4309cfa58d262e23f474a06e2659967f778dd5b3ff490a0991bd4dc5372ae455a580def12caecea1c78d9f41cc3d1ede8bba9f

View File

@ -1,30 +1,16 @@
# 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="Yet another implementation for the positional numeral system using 36 as the radix."
HOMEPAGE="https://github.com/tonyseek/python-base36 https://pypi.org/project/base36/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest