mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-12 23:46:59 +02:00
dev-python/lazy-object-proxy: Sync with Gentoo
It's from Gentoo commit a674ecce60870110f23c84d475fccdb902a10ac6.
This commit is contained in:
parent
7a21a94ea7
commit
8c278dee82
@ -4,9 +4,10 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_{9..11} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A fast and thorough lazy object proxy"
|
||||
HOMEPAGE="
|
||||
@ -14,7 +15,6 @@ HOMEPAGE="
|
||||
https://pypi.org/project/lazy-object-proxy/
|
||||
https://python-lazy-object-proxy.readthedocs.io/
|
||||
"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
Loading…
Reference in New Issue
Block a user