mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 03:40:34 -04:00
*/*: replace uses of mirror://pypi/ with pypi.eclass
Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>
This commit is contained in:
@@ -3,19 +3,17 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
MYP="${P/-python/}"
|
||||
MYPN="${PN/-python/}"
|
||||
PYPI_PN="${PN/-python/}"
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_{10..11} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python bindings for BrowserStack Local"
|
||||
HOMEPAGE="
|
||||
https://github.com/browserstack/browserstack-local-python
|
||||
https://pypi.org/project/browserstack-local/
|
||||
"
|
||||
SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
|
||||
S="${WORKDIR}/${MYP}"
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user