dev-python/fjaraskupan: drop 1.0.2, 2.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 11:48:12 +02:00 committed by Andreas Billmeier
parent 6c1c166853
commit aa90993518
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 68 deletions

View File

@ -1,7 +1,3 @@
DIST fjaraskupan-1.0.2.tar.gz 5672 BLAKE2B 8439719c04c454bcf56e3bb3f7bfb55a793f614b0e9015bc57d47e73c34012e43f2a355f12d064d150a23fd9e60be940851f5416f79b59ba8e3025d810e27d53 SHA512 4f3347b4c057f99f89546f089646199f60d26a83842b74f6bfa007270809a38b7e0a6492cb23ded80bfba44e0a50537d3f0899548a0036b0f58129e621de71d4
DIST fjaraskupan-2.0.0.tar.gz 5708 BLAKE2B 2ce4c292f8e16b7162d5cb6f395349421250b0c53734e3bd95c9a9b43d9858a01125f352f2a2368ff54fbf6ef9d39c8139b8dd8d8e01aad0b3d984aa9b30c541 SHA512 bda9385d2abb83db8bfceaa332aa97ebedb923e220aeedce3ce034fca805315ab51fe1f503e400508098357bd0cf3d4ef185cbfb6622830924b140091a44ecf0
DIST fjaraskupan-2.2.0.tar.gz 5776 BLAKE2B a667dd05212eab6fef88e75733ad57abfb0ad6b1752a0b3a68d5da051c42ca14df446bb54cc5e9a4d2ae6dc990bc781faddb04fd9433eef4d6ea6bc8f8b5b0b7 SHA512 b8e126d217039f75aaf9d5277d23edb6fa5177f4d3576f8544b2477a482857a2446cfb5ca0437c6993dd80d313298150fb5fe5434aa8a0642e6b10e086a22a10
EBUILD fjaraskupan-1.0.2.ebuild 701 BLAKE2B 324a72adbab8a258d7a9a020f4b11324810331ee4275f0452fbdf6377208a6e369aed8e50f51f5df0787e637c8cc021e050941b42ba7b4d005d1b4e95c18320f SHA512 317bc24a8fa393663374c2598eb36d3b0d70444c940e52b7f60fd9911b7d80e806d26b94429d68bde97ea0b01826b9e377dae484c3f7b1eb80556af1f955ac24
EBUILD fjaraskupan-2.0.0.ebuild 732 BLAKE2B 1e5daaee1167da3aad747c2c6459db4d7bf3248f65ae2e8e8d7a8396b47c6defe6d710e08b42bae97648bc1efd3fba0e2a93d141554631d72407528f26b4933b SHA512 c43cd8e63148244f6ef8ee5d150710878a828acbe3481311b7abf1202f54e1d6c1b8f3727b44f26a8a538c0b0a25b9ba34614660f791176311f43052ede022c8
EBUILD fjaraskupan-2.2.0.ebuild 739 BLAKE2B 3c3bf9a63af3d9f10ca72908559023116e7caa1b6d1b069b9334e985ee944b18455846ecbcf7cd18124fde49b6f1857634816acc4195e1760b859cb3548b47ca SHA512 4388ddd1661eef39a1ef591d6f521a00f2e9b528aebc004c29fade17af820de8340ec4364ca9cc231c6a4e5dd9f7e925f19c875d7ef3503e785d5c280f04fa79
MISC metadata.xml 390 BLAKE2B 20ce5d212781b248d6ea7c1ab163be28951797a3b5f773f3e95c00543d243ac85ad85ce97c38a5fc45053d2ccfd509b95b55be70ab336564664df02f61e6d2cc SHA512 c005f2023b2ee70bb6185dec967a676567657b83cd33bb1258bf3924dde955789714b8550b8edde73a3ce4c45f1553ac9f5be40f2cf78224578d61199da5dd50

View File

@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python library for speaking to fjäråskupan"
HOMEPAGE="https://github.com/elupus/fjaraskupan https://pypi.org/project/fjaraskupan/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/bleak[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@ -1,33 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python library for speaking to fjäråskupan"
HOMEPAGE="https://github.com/elupus/fjaraskupan https://pypi.org/project/fjaraskupan/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/bleak[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest