dev-python/adafruit-circuitpython-typing: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
319c5e5caf
commit
e81debe829
@ -1,3 +1,3 @@
|
||||
DIST adafruit-circuitpython-typing-1.3.0.tar.gz 28379 BLAKE2B e666ddeb949e32dfa6150c55569f7ae6cd7498136aadd198508880b8fc4d9de4bb83369936c7edab332589a4c1fb15ed41698c72d05a35577c65cf3cfbda9b23 SHA512 8d3a1523c8642de2b9a7a4d7c34e43b2c3c799719515beaeaba735dbbdd2186bda90a419ed004d1dfba4f37aa740d1a9cda8034f18bda475ae4ceba574e2e9a7
|
||||
EBUILD adafruit-circuitpython-typing-1.3.0.ebuild 780 BLAKE2B 83757149bda81cc343e67d1914d450e1a918489888b59566a41f5fd1c0228251be371ab600339c7b47c4e5691f0630e04091e9c50d1ab35b7ae62aa2f8aeda46 SHA512 1d23ddbf4a10eaa22522362d0a027e0c333d2ff970c924aa54a7dea9b34d662a67302fe7d54a6d231818a1a2dafeb2cb822e77c0bfc2b535e258d1bb02dec57e
|
||||
EBUILD adafruit-circuitpython-typing-1.3.0.ebuild 785 BLAKE2B 93606f7de645f20317051cc95d09ed77e98dc6ee37925c54db9fd100b18551c40d0f7d570b3244559854c6b3eb381fc51b476879bb73b7b23f789e3777de7fee SHA512 e5defc19c6a1d77cbfb450c2d6cbdb4eea6c45504addc46b6e9b7691dab6a05ddeb951f763fd855fbe016a6ce9029f93bb3047c328a47f1d2384c2e01bf22123
|
||||
MISC metadata.xml 567 BLAKE2B 2280c4f6a0dbf131f4aae2302e9a0f41be9fa8e3cafe60bc9a47c4e093558a9ee9b4462d914bbb685a906c19ed39415fb82f361db18486ffcb544ee8c7daae89 SHA512 4249d6898742d234545255b90a88ac3123c959645d6b63a723c122673f68c055d218167931e9a347a0104d40f1c94a8364a446c6047029afb33a3eccc4b327ad
|
||||
|
@ -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
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Types needed for type annotation that are not in typing"
|
||||
HOMEPAGE="https://github.com/adafruit/Adafruit_CircuitPython_Typing.git https://pypi.org/project/adafruit-circuitpython-typing/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user