mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-14 00:26:13 +02:00
dev-python/ordered-set: Sync with Gentoo
It's from Gentoo commit 8bf862bd59598d8828bafcdee02ff675e1a92b7a.
This commit is contained in:
parent
0195eb8479
commit
e6a1051dae
@ -5,13 +5,13 @@
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_{9..11} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A mutable set that remembers the order of its entries"
|
||||
HOMEPAGE="https://github.com/rspeer/ordered-set"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user