dev-python/wiffi: update SRC_URI, drop 1.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 23:41:05 +01:00 committed by Andreas Billmeier
parent 5d2421fc8e
commit 52c0e14b13
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 38 deletions

View File

@ -1,5 +1,3 @@
DIST wiffi-1.1.0.tar.gz 3634 BLAKE2B 7398f16fe813272c412750f9a5553a5b269cec341ae0831077c7a50ad4edeaaf47a8282edc43a59350af7b41367d384fefa2a9e39e45560ba41ce57baa67045d SHA512 c2fd24dc6abbeccf7618edcb0392f0752a6062c0e13849f9b7f9319cd621e8e316b16dfc375c6893fb9eb9c082d7305b4d155afb279552aa7a395cbf4bf18973
DIST wiffi-1.1.2.tar.gz 4310 BLAKE2B 9a47903b84ae3d6b8f58112c4c0d43bdcd7718bb908a2aaadf5436caf6f763a7b9f5e4449222b0d37bc171d6caea5aa8bf702ed34f83ab352f24d79841440289 SHA512 8f8af43faaedda2d755b7a0e0085a0a097265c4f0145cacb0805e1ed29a9ec720f776c9d4dbafa8128d9d5df75bc4d3c19a5da4577e4cb43a77a952ed9da35e4
EBUILD wiffi-1.1.0.ebuild 661 BLAKE2B 30f7638991fe833c462222d13aa6f3ccea7b6042297560fc35e8facdedda6334ec4d94f64ea6cab1fc73a19daf618301e25f682455b0e13de66ba164094f7fde SHA512 78cdb77634406ed8f55d5b26c973af885a5a4fe93d38030c0468483276e50220a2dc674fcedc8871be92d8068d4bcaf944e546463b398e2082463a2da07fd892
EBUILD wiffi-1.1.2.ebuild 517 BLAKE2B 894d77a118746638036a3c70dc7461a64aece4a4eec7fd9868a39a98e49450e4f6a7ba463a426b0a2c7c05c909362bdf63e4ef734aaec1723c7ce8d9f5b01a12 SHA512 b655acf8795b1dcc2f5dc4361167db99efcba62a9fcfd21db13aab647a83879f3df5c0e901c92fc53bc44c2607ac51933d6b45cba4ea142b8b6fb375725976c3
EBUILD wiffi-1.1.2.ebuild 472 BLAKE2B 5bf077985f9420ea0f16d63346110341e3524882987486830e8964faf597bb40b1f3a0c46199c1304934c35e108b351bb7dc75e8e2a5568da84ca9ea9637a471 SHA512 8e18f555aea7e08b276a6bad6a4ec7306ff185fd51be60d7c7b775f54a01d14fcf16696391b1ad2ceddb331a87bab75466e8634987c1fc28185817e271f2bfa1
MISC metadata.xml 519 BLAKE2B ef8e9f821a74ac20381c84707eead7a4c156b30e1acf4472edc14c73651f74fa1446df9da6b15052d796c5bcd99e388fc658adece1151a42fb530fc17654d294 SHA512 1b7339b849a37aff61bd3b0efd421be03fa9e95c8ed4444a9c752574e4e9a4ac5e254a4df9e3e5c222dcab530a8b8cb921836e56cec596d7a38ca59e82d0a3ad

View File

@ -1,32 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Python 3 package to interface devices from STALL WIFFI."
HOMEPAGE="https://github.com/mampfes/python-wiffi https://pypi.org/project/wiffi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -3,13 +3,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python 3 package to interface devices from STALL WIFFI."
HOMEPAGE="https://github.com/mampfes/python-wiffi https://pypi.org/project/wiffi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"