mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
dev-python/setuptools-scm: Sync with Gentoo
It's from Gentoo commit 75a8fe0b37158eb908f23b8e2d87fe385e4b34e4.
This commit is contained in:
parent
af8b816c40
commit
9d10a704ac
@ -8,6 +8,6 @@
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">setuptools-scm</remote-id>
|
||||
<remote-id type="github">pypa/setuptools_scm</remote-id>
|
||||
<remote-id type="github">pypa/setuptools-scm</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
@ -5,13 +5,13 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=standalone
|
||||
PYTHON_COMPAT=( python3_{10..13} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Manage versions by scm tags via setuptools"
|
||||
HOMEPAGE="
|
||||
https://github.com/pypa/setuptools_scm/
|
||||
https://github.com/pypa/setuptools-scm/
|
||||
https://pypi.org/project/setuptools-scm/
|
||||
"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user