dev-python/pytraccar: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 00:20:38 +01:00 committed by Andreas Billmeier
parent b4d76adf18
commit eaeab8efed
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 43 deletions

View File

@ -1,5 +1,3 @@
DIST pytraccar-0.10.0.tar.gz 4747 BLAKE2B 5a2cc64a9418636bef63888152130df5db5b17e5821daa1a4320859789dd3796170bbd28cf8e76ec91f0ac6b7b4394375c1d667d5e5a3096cf503d615cc1269d SHA512 d86585fb15da62ee101f63d40036fbc4c2f97c9b338cd690181293f02cfc04d84d00bc31fdd07fce73084f0c5f8e064e5d0b2bea34d6687570f3d0789290eecc
DIST pytraccar-1.0.0.tar.gz 6065 BLAKE2B 651f85c97f83f803a16f4ae368cce3d33d95255f981b7d4f592d7f48ba89f53b42e69df3ced05017c2e8be00115e2928f33982ba2b42d5292d995980078aa832 SHA512 e1ed003f2f00660db1368bac95f72d97cd994059576d0f38ddfc220f47e1d3657bfc4262fbf24d64e7de37864fd8fae59ffc070f82dcfcbe5be376c52dd90307
EBUILD pytraccar-0.10.0.ebuild 760 BLAKE2B 5d1ebf2607ad828c7909ec66079005cab86faaf4f6bc15b54979a2294a231308a5a3608fc9c3eb6be88104fc4deebe536f70118a6aff724460ef4bb9abb4e920 SHA512 be01f8fe582b84a2d8affc7e79b5d28f1a209a8938f08d19295b1520633015e3d96b0fda49973ce1cd18568571be7c798218a6d8ffe21c1baf2916e8e50b6f7e
EBUILD pytraccar-1.0.0.ebuild 830 BLAKE2B e203ea73f01835ac99e194ecde2c86961d278f68cc6e193cec9065f767ed5f6eb3c327b7798ad6353f50ff72ed1cd1fe5b67b93faa18cf092286948f62c7e39f SHA512 2a26a75a76266f55ba3738fbb7c7d1f9b8ef20a75ba9391114bd7bd7483185b48036f218ec35efdf62aaddeaf2f3ddc0fa15185e78931071c0252050edcb8995
EBUILD pytraccar-1.0.0.ebuild 770 BLAKE2B 0f5cc7a0da0ba7d2b08c73aefff9317a9b77c3d2bb291ab263c7ad4025d13c80e9df74d2fcbbe0ee2a1dc728e2c2c6ddd3268d4f98aa29153c93cc1d77344954 SHA512 4d59da26dad97119ce63d18fa74ccabb905e4d0dfd9be69e4189a55cc8f33d86eaeceaf74b78c54ad11215b115077987aaf6b15083a0679a153a4e499a82081d
MISC metadata.xml 507 BLAKE2B 5a2068173137d4cd6a15b4eed4faba6040e78bb5b4ffe08cb942715f1d99cb3590f7b38693332bcd22354495c5acac39a98ad8e18eb78f8a9940627b4f790c2b SHA512 812a9c72a096df3c38d1505ee200f34cf0f7b4691ad68a6c03b151ba0335f2e5a184482f3695a3518322617a2bf99fda6f64cc7d6efc002e7b81ffa0b5ecf218

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Update and fetch device information from Traccar."
HOMEPAGE="https://github.com/ludeeus/pytraccar https://pypi.org/project/pytraccar/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/aresponses[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@ -1,15 +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="Update and fetch device information from Traccar."
HOMEPAGE="https://github.com/ludeeus/pytraccar https://pypi.org/project/pytraccar/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]