dev-python/pure-python-adb: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST pure-python-adb-0.3.0.tar.gz 25680 BLAKE2B a7dbd9835abbd5e0bfc00cbb7cd422d78de539a75f7d77da2df54783b0f4fbada04901cad34a6dd6a81017cfa530df6bf14e9a9a928699e28ee963b25dc40f30 SHA512 d25e77a00d5508fb0f83fab773bb1c0f853645d79de3009cb06beecb395ce701eb787175f33909fc84a18b7e84a92c15b844c562f3eb3a390ce40e20274fa2f4
|
||||
EBUILD pure-python-adb-0.3.0-r1.ebuild 764 BLAKE2B f054d59733c6ea17783ce793b1aaf131efe43267470d7282a56a3962fc282d83d284d83503c8337acc3b44f96e74bd8ab6f9a46f679527d900dcdbe26fbccd05 SHA512 12a3c70ea5051f58cdf4749f759a0414146b60debebf275edb22febc831b7174f1cade5f7b9415980a3379b5e06eebdbfb44f37c473c79b026d9e1f088a6c5bd
|
||||
DIST pure-python-adb-0.3.0.dev0.tar.gz 25680 BLAKE2B a7dbd9835abbd5e0bfc00cbb7cd422d78de539a75f7d77da2df54783b0f4fbada04901cad34a6dd6a81017cfa530df6bf14e9a9a928699e28ee963b25dc40f30 SHA512 d25e77a00d5508fb0f83fab773bb1c0f853645d79de3009cb06beecb395ce701eb787175f33909fc84a18b7e84a92c15b844c562f3eb3a390ce40e20274fa2f4
|
||||
EBUILD pure-python-adb-0.3.0-r1.ebuild 803 BLAKE2B 4dc1c3742ad55c0153a1b6bbb46e65b631fbf4ba9f0011e83b7bde647939c53ba3ba8260dce3c250c2f968c33f6c231fc1ec0cd68528f5819ff3f6ea41d9779e SHA512 0a7fe510d46c44395676ee7f4365233eb8bf2585611f975afba2b2466d0b774082c80a9ad3dd3a4c354c0256213242c81aea01a411e5b03274f26da0d6c5b2a7
|
||||
MISC metadata.xml 518 BLAKE2B ae571e995e01134a7cffc152586c7b87926e1e76d8683518deed41c47bf427fccdc8fde10653def781d34c691d8f35f4e8acd7279e2318700cd67bafc3b24459 SHA512 0bb7015f90ef52798119c2b879ad207c894aab592e7ae90c02e9df580d81898e91ef3f2371e661ebdfb782f7509ed12216fde79f9cc82584ab57c47929d625fa
|
||||
|
||||
@@ -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
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Pure python implementation of the adb client"
|
||||
HOMEPAGE="https://github.com/Swind/pure-python-adb https://pypi.org/project/pure-python-adb/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.dev0.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}.dev0" ".tar.gz")"
|
||||
S="${WORKDIR}/${P}.dev0"
|
||||
|
||||
LICENSE="MIT"
|
||||
|
||||
Reference in New Issue
Block a user