dev-python/python-singleton: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST python-singleton-0.1.2.tar.gz 3231 BLAKE2B 3c646e0dd1e123dc8bfb582eda969ee4bcbd40d4e708a177adc58791ee4baabd809c73a84d1546cf1271ea70ccbf68bb4ebbacf7b8a9a6f5c101fccf27a404a5 SHA512 4b18d2eb2688a78e54fb10b09e972bfa6b0296ffa73f62bb6841a3bab89c160d52a7f9073de0d9880db9980b7153af3fa6a93a85ef859a722c7ed65c50ccccfb
|
||||
EBUILD python-singleton-0.1.2.ebuild 684 BLAKE2B fe4d19fb523d512e9dfd6482433ca1e0a7ce8d60756328c4bd8a76703b3ce7ceb1bc36ae11e6c15a69bfab9263999d459957941be0c1b231e87a8aede80fdcfe SHA512 d5c9726f4930ab5e39ee8f78df325ac44a7c74e77238afc1e5175d0a630a2d38f9a08cc1dffed62cd845ab1cf51c5c2144ef6caefe07c3234f8a8b27a529e0a1
|
||||
EBUILD python-singleton-0.1.2.ebuild 690 BLAKE2B 0b54de39c27e8799e6dd641684cdc436cda2bf3dc4b37a2124fb10153813a414e742b7dcf8b89810355077e5c349077be90c3ba80c2b0a3410176403041431cd SHA512 83f86551c2db882c64bcd12793034d52d2ee04d75dedc8e53ee89377246f5b9acb53283249e8a1dd864779f8a803d3fe27414a810b16d10eccd72a3abe3791ac
|
||||
MISC metadata.xml 521 BLAKE2B 5a6793ae3fdfd0530c434887e24f86e3e6c4464b60952111a83bfa40f182204993b32d78f23497965ebebe83bff076659f479a8cd58eefc5b541ccd2c7055460 SHA512 f1e4edfcc390e35cf22348c995c8ba2b3623416bcbf815a39b7b4d192b67fce4158f7e2d35a2e03eba6b7a6ffde19ca6b4a50d35339aa778765ba9fdb080d050
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Singleton Metaclass."
|
||||
HOMEPAGE="https://github.com/romaryd/python-singleton https://pypi.org/project/python-singleton/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user