dev-python/curlify: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
6c4a9563aa
commit
4bd85b981c
@ -1,3 +1,3 @@
|
||||
DIST curlify-2.2.1.tar.gz 2970 BLAKE2B b9bb3704e882ac6514bef97819f528b84387dc32e62b1a61dbcbc876f5533a4775377bbff3c31b4c67d3a100918fab7d2a2c247d845b8b27d23567492f459ba6 SHA512 62802dbe485ebbe5bb4ed3eecd4cc9f5cc99e3a4f08e5439e689adf682e83623e688e4bfe5ec14b36a07c0c67595872c125e4e2a4fc71d5a2303749a39c96cc1
|
||||
EBUILD curlify-2.2.1.ebuild 708 BLAKE2B e72012a12774340991acc93bf04be919abf2ce1fb62111415ed4e94fe9e9dc9216b1d29ebfd45dcc0c58bef18d9c3e8ef2bc47ece3ee1e5b05e8b9056d156797 SHA512 d08f38ae0709a7158c66748a94264ff53759253c14a23ee543a9228732de231591a1483cf025712cf1653025088168a1799aec4a06a0bb888a4e547e8905ac6c
|
||||
EBUILD curlify-2.2.1.ebuild 551 BLAKE2B edc3a061b402fc846bb52158f877588d66bdebc48fc00d13962701a6521b001ee4b81f5457952f671831e09b05e42379e2f3ec4e742e01d2ebe172d1ac314f3a SHA512 87e676c707cefb22b73cd18fdea69c661e9d57d1944a5b85b5650ac0ab1f658e869cdb5c90f5914c2456facab1572f14d732083a74544da3d9b6352ce1786b00
|
||||
MISC metadata.xml 502 BLAKE2B 003a4c160150f094424c03866b6ad6f144721c52c764726a166d2bf7db7485f333b686522bd3c50ba3a3cf32913a41986e63f484978071674af8ba1f50090316 SHA512 32120817f4820d1b71c89b3af19849a322cab29cb4004951b2b3d5f368f1a1572b07e20472bad781b0040e31f354fc85847f01306e411ffc62358975e600c5a7
|
||||
|
@ -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="Library to convert python requests object to curl command."
|
||||
HOMEPAGE="https://github.com/oeegor/curlify https://pypi.org/project/curlify/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${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
|
||||
|
Loading…
x
Reference in New Issue
Block a user