dev-python/pytfiac: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
37416a368d
commit
7553de3463
@ -1,3 +1,3 @@
|
||||
DIST pytfiac-0.4.tar.gz 3698 BLAKE2B c7d8165029d791445c8bd55d3ccd502783a8045ae181a24a177f2bedfb017177ba78839a9c84eb2d0b7e49f12d5011f1c0055e597c63534faed3f610779fb81b SHA512 1c791b68e446c538d86ede24a9af5e9816dcd457dc51a5471c86964481841dc41f69df1f3d07231851f68bd2582674039fb36858ad041284391bea4d1ac28011
|
||||
EBUILD pytfiac-0.4.ebuild 714 BLAKE2B df306db8e53c6ef19e9c1cba31ff426918cec2b183620391899b09321558570b4c48e6a148e3940cf15b63435d3f4daeba0178b05e0f36b63c40622f434a931c SHA512 5040200a7eeae16c9bf030e8e9b26fd1fb85a5e045a8c6c8d444fe64c3ccf8751d5b0710c61d4abe3ac1f682e56acbab696dbc5a08272db6fc270ef52b2881f9
|
||||
EBUILD pytfiac-0.4.ebuild 659 BLAKE2B 62cea967efbeaee8ec45c2c18b60148b1884ab894d95b046ae812ec45a03fb1c9c4fd65539a1c39d9998b9dfd2ec8bff1e1deb0a851593306518f80c886e011b SHA512 597b2d509bfefca39c94ab0e401f9f9c14f1f06b0583f17c04009a71c5da59416f1daf51401ba94456167979c71d5c37a6cdc421231be9d6a99da47eee5f877a
|
||||
MISC metadata.xml 530 BLAKE2B b8afcfb70f4d229a3aab24177f7bde6bef731a28c34cfa65e1b94a65aa5ecd05c06ad810e21075b379d4bcb8db329c6c436d59fc21467e8f417b5d25b488bfc2 SHA512 78100698e12d31c1f2fc8771503586a319c1b10d458838cd2eb0b9a7e465d8ba2ce8eb5c5f65c0f712677a7c3649736a8b3607543ec2daa08e72da1a8c903c82
|
||||
|
@ -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="API for Tfiac AC"
|
||||
HOMEPAGE="https://github.com/fredrike/pytfiac https://pypi.org/project/pytfiac/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@ -22,7 +21,6 @@ DOCS="README.md"
|
||||
RDEPEND="dev-python/tellsticknet[${PYTHON_USEDEP}]
|
||||
dev-python/xmltodict[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user