dev-python/pyhumps: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-12 21:45:43 +02:00
committed by Andreas Billmeier
parent fda7ec49ee
commit 8ac482102e
2 changed files with 5 additions and 16 deletions

View File

@@ -1,3 +1,3 @@
DIST pyhumps-3.5.0.tar.gz 7532 BLAKE2B b2eb3ab6833bef2295273f86c270de2a54a92419208f3f433a39768e88327a2dd286c353982ae39b474b1399254bee50fb565fe5d20f9821405a4181a14e1ee1 SHA512 064ee7ff6e71facf3f2d92ded4e2256d2a612fcbcb793a003c98b2b1b7c1c62d822d43ef3fb28f8107ede8892be21e3b3b663e23a4b4df6d2e6e9116e9b72c5b
EBUILD pyhumps-3.5.0-r1.ebuild 757 BLAKE2B acf088da4da47bbbf352eaa99411e14e84e44c12268bccc00be065ede95f7fcef1474812a1aaaca6db0105fed6f313544bcda8c8e2470ad20b666b685b5c7ad3 SHA512 2d0751f432540c2d9cdb833190eb62bdf71a576150cdc91eda1b9bdf8bffd7972ecd4543e7378bc1b55662daf4eea139f13b45671af9d1c44b50c1f637b1bfa9
EBUILD pyhumps-3.5.0-r1.ebuild 599 BLAKE2B b24adbf27c2b96c23a274a9fce9f1c4c5fa3c29a4a4b29cdeda45d6fb2d3e6fbb6fd41a367901a1665030c8520e24c19272667512a42af10d622b9113e96b918 SHA512 0f493f7d699f95329f9f21bf290e2ebb0b56a033017ccffaef2f7f000caab1005b8e5635b35566cc348fe6ec4d9b596400fa7ba18e0e449d48e1829df3f76cc8
MISC metadata.xml 503 BLAKE2B 4b582d7fc8b0c4bf80d70c1c4d4c458e8812db330e4b4c81e5ae4a2452fe0ff024a383e0d73e4b874bf7963dba2d2b4eb28429defa9a1b7d411c1a3df831cfa7 SHA512 c643c49bac0508325ec095d32ab507db332cac8c7088dcf8158e6db96606cfe3d9ce636487044c7a39d851c5ed3e1b04360d73f682cd53d0c60fd6dc78656599

View File

@@ -1,16 +1,15 @@
# 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
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node"
HOMEPAGE="https://github.com/nficano/humps https://pypi.org/project/pyhumps/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Unlicense"
SLOT="0"
@@ -20,14 +19,4 @@ 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