dev-python/london-tube-status: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
241b80c3f1
commit
53c1a52294
@ -1,5 +1,5 @@
|
||||
DIST london-tube-status-0.2.tar.gz 3153 BLAKE2B 4d173e8287d71c3a4d88f0fa2ed737df7e4b4ea1a20fafe883e5d4866b091261fb5ab727ae5b69a9850707abe073242a0107e579ae0b1af63c45203a69a4e902 SHA512 0f527399a40f3d02d78314a73b069fa167b9a0f6ed728364ec02df7d55655d7b0f3ef31ee197cbfb44d957fae8e02074985af9973cc4ed03e6a14dec325b9b07
|
||||
DIST london-tube-status-0.5.tar.gz 2657 BLAKE2B 29cbd117eb12767c05ebfe5f9a6d7d098e5150589c75b5516faf15d56303dd88fd55dc4b115d7cff5817820ab00ba549fa42f22d7936c23d17173f73399df42d SHA512 364a1a30dee95181ec1f4d8e4dc8056800db8470c1cc8b9a021f57d01fff0a540b3b1d26469f9a2204b5bdb92fe581c92182aa376b0eaf4b3f6c63f2efedc7c1
|
||||
EBUILD london-tube-status-0.2.ebuild 692 BLAKE2B 1428834da2f70fd70bde58950b44c7a848ea7102fc4286693f7aff463ad607051bafec21990e0e8b1b08dbe3f873e7b3ebd03f1e87a4b0ffd7f03db5d8431711 SHA512 14e0fbcadd4780b3c965f4e053e2a252420ffd56c6b4a28642411bd7ed95cb11f19b20aa23035ec21fba9ae56e4c416bbb5f479f30b57579c4a62c436e1b4229
|
||||
EBUILD london-tube-status-0.5.ebuild 723 BLAKE2B 1f9736c875aba235810c80d631301fb87090764a00712384badd0a307c6b0a0a2ee9227b25e7404576df3266c085696b46d527e1fd3c28b862943950ea97c689 SHA512 abf648b97a67766f4838ccdc40cd8274c8f2636a0194dcce30a1709533da1617131d7b3e6eb6584ddd9382e2df99ba1f4744a3a7a87cf48e20cd7724632735e8
|
||||
EBUILD london-tube-status-0.2.ebuild 698 BLAKE2B 4ad43d74a1fb07b10f54bc14bc4c37004da552efbfb37df028b1b78c2de50417a3c64cd21660013f894843d89223eeb36a4c73543d85a3b73d77d9f6399df584 SHA512 35d1889a0ffa10cf122ac02f99eaa36fbb012c99f3ea7d23869f1d34fb8413a26ee095240151b8889f433b8f7fad87f6486966805864dcdb14d8f1ec4017013d
|
||||
EBUILD london-tube-status-0.5.ebuild 729 BLAKE2B 74e4efce8c2aacb114b010c1700f3d0f15504199caf571517cd8715d8e13163511a9e9cce6f59bcacf8d3cff29fc13f62b6800170699ce7326a3370c8bf6d06c SHA512 c725b0278bdd6a57964c7da48b1e85a1f48258a8d54d5cccccbcc3981bfa19c11063c74b140a88c32ae821109c177d741e467de087c7367eac18b92ace6d738c
|
||||
MISC metadata.xml 534 BLAKE2B 6039e985dbc2f33df78eb7aaff51bb0259aa1769c7f652e66ac710fbf08df69271173a67a560e187a8bc79ce9f04c50889be19e7fd312adf30c6ac22771beb1f SHA512 c3ed71d2ce1df17496b96558057c0915245f7ca4a30867d90314f2aac473869a6af97eb50ccea6875ab9b793d0f4fbc3fca2a323e535558cb3e5c80ac251ee41
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
# Copyright 1999-2021 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="Parse London tube data into a dictionary"
|
||||
HOMEPAGE="https://github.com/robmarkcole/London-tube-status https://pypi.org/project/london-tube-status/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
# 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="Parse London tube data into a dictionary"
|
||||
HOMEPAGE="https://github.com/robmarkcole/London-tube-status https://pypi.org/project/london-tube-status/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user