dev-python/withings-api: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
64e03bf2a3
commit
e1281323bc
@ -1,3 +1,3 @@
|
||||
DIST withings-api-2.4.0.tar.gz 14848 BLAKE2B 4564c02c3d389da2747e194c8f71c234018a8e5a2e36047d363182c37477b18d690a974b4f856694a4a934331373b93c505983176ea7c5737a0afebb6baa8008 SHA512 ad25b85cca256eb6db5bbc29b3e4248b03040a4f69f363ceedcb03c73fb3769d66ba9fbec0f112032c8f47e027dbd8894cbcfbdf432765f99135d8daf57abe1a
|
||||
EBUILD withings-api-2.4.0.ebuild 1057 BLAKE2B dac04cc2f83b35502421713dcd7e56b7f81a1c233b4662edcd2c60f1707e9166e33b5fb9580befd3c74f11da53ae168963a0d5f8db13eb2fde6149e7defdf5cb SHA512 c3e0ebf070895e3f39e685ffe2746354931b892e2dbf6535d6768452ab06edce23ee4f8903ee5c632b16e65abd720e0b7ab8b648cd60fa69fa0d61829c6b0df7
|
||||
DIST withings_api-2.4.0.tar.gz 14848 BLAKE2B 4564c02c3d389da2747e194c8f71c234018a8e5a2e36047d363182c37477b18d690a974b4f856694a4a934331373b93c505983176ea7c5737a0afebb6baa8008 SHA512 ad25b85cca256eb6db5bbc29b3e4248b03040a4f69f363ceedcb03c73fb3769d66ba9fbec0f112032c8f47e027dbd8894cbcfbdf432765f99135d8daf57abe1a
|
||||
EBUILD withings-api-2.4.0.ebuild 937 BLAKE2B c079f1adef5214c4356a47e38dd7471e8c01f0a1190e18b504a973d1827f2887e412eb2f72332aba3f9faad0bc1fc44fdecab3ccd1859af65cf8170a8b0c6333 SHA512 b756d89290c21b52d4143d00b36bdb176c3ef1c4115e362dc752dae3193f1d4ab8a057291cc7c2d2d0a0fa46c11462e9436c1372ef64746a42faa08448f5a424
|
||||
MISC metadata.xml 544 BLAKE2B fd07be25b59aa4ea533283644580f70bf6b606ec3df539e2c71b1feb364157fe42496731e2feeae09deede2ec1c7550e0d1874c189e9856040fba9e6b2cc8316 SHA512 fd3bdd46ed77dd4454bb2b0156e7950e47424a7bc7a0a49af3ea84d5a51432aaca5fbcdd098399f224b87784a285510c963d671097067ce85fc0c39fcb6cafd3
|
||||
|
@ -1,17 +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=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Library for the Withings API"
|
||||
HOMEPAGE="https://github.com/vangorra/python_withings_api https://pypi.org/project/withings-api/"
|
||||
MY_P=${PN/-/_}-${PV}
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -27,7 +23,6 @@ RDEPEND=">=dev-python/arrow-1.0.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.7.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user