dev-python/python-opendata-transport: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-02 21:51:53 +01:00
committed by Andreas Billmeier
parent 291d5c926c
commit 8f96ef6ee1
2 changed files with 6 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
DIST python-opendata-transport-0.3.0.tar.gz 12564 BLAKE2B 0cc5aefde0eb32502024c11481099315db5ddbee7789a86b586b504dd7523014f99713adb2f1802660324a0f2280cf315da9e251f7473470ee2ca8fb379a2e5b SHA512 b969788a55946d1ba405f1a6dcb6e057b4650d6ac8bb3ab33ea3a3196ab1f64065c26efda5901ed30e4cc89b9eff5ad8c203fc5effdcf884302f6a72f364107f
EBUILD python-opendata-transport-0.3.0.ebuild 877 BLAKE2B 859909e72a4ecdc4f10e1d1de51d95f755030b3d0ff183aea4894a45ca078b5a3e33e6b5f9d356b7026aa4f7d001b2cf3616b8494917dea92103fc4b29203474 SHA512 e519c71d5e2ac5ec641bd78e3fe95cadf8693a0a7a85e95c50d26ed744c13d5442ff5e5bc87e605b28a5b842702d5a606deaf41a9610dc6b0329c51bad04c672
DIST python_opendata_transport-0.3.0.tar.gz 12564 BLAKE2B 0cc5aefde0eb32502024c11481099315db5ddbee7789a86b586b504dd7523014f99713adb2f1802660324a0f2280cf315da9e251f7473470ee2ca8fb379a2e5b SHA512 b969788a55946d1ba405f1a6dcb6e057b4650d6ac8bb3ab33ea3a3196ab1f64065c26efda5901ed30e4cc89b9eff5ad8c203fc5effdcf884302f6a72f364107f
EBUILD python-opendata-transport-0.3.0.ebuild 749 BLAKE2B 09af79fdd456021bbe8a190350d7632ff4354c5e31f0efce56d028a9298e7d0069abc302514b82905599e52de27984919bd8bce3e78d9fb8630964812d0f83de SHA512 7dabed166dada3ce6adbd641f6a1c36fb1cb6f043a33658524268595780e15709003c5351c5fe25404f88f111daf4424de65f8ba3d75d3994bc6693e0f50f8ff
MISC metadata.xml 575 BLAKE2B b61c7a2afd5f35f98af7ef4f1180a7e1be1cb70ebdc7980b7079ec3c1d385ef26a265385c1b321b1c92f54ed8b7e73117ae519b0049a8059d59e5639fe507e57 SHA512 dc6d15841ca0caa1923db4beacf3438e2270ae9c0da5909ab7361297a1e3d016fefa66ad0c4dc2ae83af3ed69dd42a5965ebd0c59b3859dd5d93800b8e06254e

View File

@@ -1,17 +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="Python API for interacting with transport.opendata.ch."
HOMEPAGE="https://github.com/home-assistant-ecosystem/python-opendata-transport https://pypi.org/project/python-opendata-transport/"
MY_PN=${PN//-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
@@ -24,7 +21,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"