diff --git a/dev-python/hsluv-python/Manifest b/dev-python/hsluv-python/Manifest index 94f2169..860fb0e 100644 --- a/dev-python/hsluv-python/Manifest +++ b/dev-python/hsluv-python/Manifest @@ -1,2 +1 @@ DIST hsluv-5.0.2.tar.gz 540619 BLAKE2B 287774633764fdd8f030a1f447e71ba5e6f99b30219905a8dd2d7632be7e99331244f765da1ded081f6c7250e94e8aa169a30160248221dee18a018118a2955b SHA512 0ad9ccb09412ae27f8ba6a160570b517939615eed19fe50f45a8def8ce99943752703c6c3ad2804d8abbafb680488070b48df50b275ebda742edd71f63ca457e -DIST hsluv-python-5.0.0.tar.gz 540464 BLAKE2B 1358b26195b4868c438eb90c536814008c2a0922bc1c9205f7cc0853b7c471b18d74cd5d67e0ad7185bf8d9baed55a2e58b467ea6477242175e46910fdb3084a SHA512 01f880c5aebbf3c861b7dd593b0b5c215ca2223e24c80b18efa8c5457caab9fdcddae7462964d7f165bdd676022e0958ee9fc91000ae6c44a7faa0fd916a974d diff --git a/dev-python/hsluv-python/hsluv-python-5.0.0.ebuild b/dev-python/hsluv-python/hsluv-python-5.0.0.ebuild deleted file mode 100644 index 8f5a3d1..0000000 --- a/dev-python/hsluv-python/hsluv-python-5.0.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -DESCRIPTION="Python implementation of HSLuv " -HOMEPAGE="http://pypi.org/project/hsluv" -SRC_URI="https://github.com/hsluv/hsluv-python/archive/v"${PV}".tar.gz -> "${P}".tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" diff --git a/dev-python/hsluv-python/hsluv-python-5.0.2.ebuild b/dev-python/hsluv-python/hsluv-python-5.0.2.ebuild index f08ac6e..d9065cb 100644 --- a/dev-python/hsluv-python/hsluv-python-5.0.2.ebuild +++ b/dev-python/hsluv-python/hsluv-python-5.0.2.ebuild @@ -1,7 +1,7 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1