From e6a1051dae8a96c8cc8006eb56b6b1b6b4643c38 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 20 Mar 2023 07:23:25 +0000 Subject: [PATCH] dev-python/ordered-set: Sync with Gentoo It's from Gentoo commit 8bf862bd59598d8828bafcdee02ff675e1a92b7a. --- .../dev-python/ordered-set/ordered-set-4.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/ordered-set/ordered-set-4.1.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/ordered-set/ordered-set-4.1.0.ebuild index abf7456269..96c2e79683 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/ordered-set/ordered-set-4.1.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/ordered-set/ordered-set-4.1.0.ebuild @@ -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"