dev-python/pyhiveapi: drop olds, change SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-12 21:44:27 +02:00
committed by Andreas Billmeier
parent 62490902c7
commit 515b89fd19
3 changed files with 5 additions and 57 deletions

View File

@@ -1,5 +1,3 @@
DIST pyhiveapi-0.5.13.tar.gz 40415 BLAKE2B 6b4c635e1cbf8cd9a9977be34b22e67c1bc12b9a53d5ba63e5d57ef5ef399dce029040aad3e442faea9a4bcfd80de548347830e3ddf98f9bd42d99e626b56cb8 SHA512 f5cdfcefcabc3b45a75da4eb40a5ee14c3213b3741aa65ba9fc0d9cb077e79093740359599abba9d21c5d7c0090648ed283dba3f6e76b298b38052ccdfde0892
DIST pyhiveapi-0.5.14.tar.gz 40441 BLAKE2B bfa71c578e502598687441986593e7461d3f5a4d6c4afa0749954f9229011d0d3f103465c0fbdff791af70aa75718a7af697767800c4aa61bac1ae31cb39abf7 SHA512 0c18c8caffe5427c6ad1d47683fedba9b24787739171b14ce8a3c4aabbf9d1171dd220d019017945c8be28bb9e35e841201e3bc04652e2e617c8f29550328542
EBUILD pyhiveapi-0.5.13.ebuild 965 BLAKE2B 9dc7569466e57c50912b0873a04dcdccb18ef12178cd82d0fc20bbf026b14cece1009373722a780edc27331c2920a0913cf9dd2e4aa1df8f475b46674ad4917e SHA512 7de706d63a406514b929a288c14e6f73df80d5e936d4c8a3e68694a2d4c3125fef61ffa8d550c39b1647b83cb0db1965a61449af0e2a3ad42e6eaad36119b9b8
EBUILD pyhiveapi-0.5.14.ebuild 965 BLAKE2B 9dc7569466e57c50912b0873a04dcdccb18ef12178cd82d0fc20bbf026b14cece1009373722a780edc27331c2920a0913cf9dd2e4aa1df8f475b46674ad4917e SHA512 7de706d63a406514b929a288c14e6f73df80d5e936d4c8a3e68694a2d4c3125fef61ffa8d550c39b1647b83cb0db1965a61449af0e2a3ad42e6eaad36119b9b8
EBUILD pyhiveapi-0.5.14.ebuild 808 BLAKE2B 6c0cbd6ceecb1f99fd1336bd702ecf02c652ce3186dbb68bcc204872474d330dafd7f239d39c1d9d0ceab0245807d5273a5d9c5beac2aafa88d9af3e1f55d420 SHA512 13e972ee12bc0b2864b65e8e512cef5727663003ef76940954486ef23dc9a7c5312d1f24277dc1fea2f46ed5f15aa0fdcca45782294ea6c4245b52240f143ef6
MISC metadata.xml 506 BLAKE2B c429aba5ea9b69c72262cf310ea2ab7be50277666048447204aa1b933633b4ce3391c1ae77b44a8bf6f6e3925bca1cb8c243ca6f7b53391b056c5fd3702fc851 SHA512 04f92df9f4d6e6bc73c5bebd19bd13ed37f009a3561960016db0edf20ce547c015941d46d61131aefcd27b04caccff3ded3b2efea22d578d3a8672872dd20de6

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A Python library to interface with the Hive API"
HOMEPAGE="https://github.com/Pyhive/pyhiveapi https://pypi.org/project/pyhiveapi/"
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 )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/boto3[${PYTHON_USEDEP}]
dev-python/botocore[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/unasync[${PYTHON_USEDEP}]
dev-python/loguru[${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

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="A Python library to interface with the Hive API"
HOMEPAGE="https://github.com/Pyhive/pyhiveapi https://pypi.org/project/pyhiveapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -27,14 +26,5 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/unasync[${PYTHON_USEDEP}]
dev-python/loguru[${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