dev-python/panacotta: add 0.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-21 17:09:13 +02:00 committed by Andreas Billmeier
parent 0e6ec2b1e1
commit 8f6fd0b179
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DIST panacotta-0.1.tar.gz 3480 BLAKE2B cf18903149e172ffd0257930c954622e8fb25d163671361e74264cfd868b5bff11ca32dd99e8dc5b3484fc4066187f5917aa2e1a124f757d44c74661de8e3733 SHA512 a0ce1937b623a1c69d41952015fa6ce22dfc9361f6f070e92d9d7e8a5bdb7758328e0ba964bf209c8c167e3884ce5c0c9d29636794e2ffe449b4a824d51afe17
DIST panacotta-0.2.tar.gz 15946 BLAKE2B 2c563fdd812c4215e3c4009e7cff417993f22ea7b9e89a4f9f4453f52083be586b6002a0ae3534bc311db331149b510198ac49babce1e5ae5fd09510c5998148 SHA512 c95d4f1f7f1b51a1e709a8b2d343fcacc942bf9ff174d63e88d7ca8cd82ad2fc21f74a5fb89fa47829ff125fadecb1148a3028afa822134970c62e5e0ccacfe2
EBUILD panacotta-0.1.ebuild 612 BLAKE2B b2e40c97e84bb61518b569a02ae568ba60e3301b19a3d2d480b541ba54e134053bb11a08bbef699527880428cc40094fa105d3c50cdd355f483699ea037570b3 SHA512 7a990fe02553942751d2413b5c032e352f3952b3fe77cc43b65d1ae21c25921841fe2ac9037d67c9450c1dd1d09a8d42e7e6613640b81dc326993642c8a4cb43
EBUILD panacotta-0.2.ebuild 612 BLAKE2B b2e40c97e84bb61518b569a02ae568ba60e3301b19a3d2d480b541ba54e134053bb11a08bbef699527880428cc40094fa105d3c50cdd355f483699ea037570b3 SHA512 7a990fe02553942751d2413b5c032e352f3952b3fe77cc43b65d1ae21c25921841fe2ac9037d67c9450c1dd1d09a8d42e7e6613640b81dc326993642c8a4cb43
MISC metadata.xml 520 BLAKE2B aca12e84a77694fca6a117488761cacf2d7fc18f7a8599c6b6ca34bf0db587cdcbd4e95cabaa577d55951ba39ce14d8f7e25d83b6e5a1d57c98d02cd36fbf7d4 SHA512 13051e7a4e4a5079cc489cfcfafe6d5cc6d0c76b4867dada05babd66b20e88b561d050c8f5145290c6386441fd00ecdfd14c75acde9855607725c04f0385e326

View File

@ -0,0 +1,30 @@
# 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="Python API for controlling Panasonic Blu-Ray players"
HOMEPAGE="https://github.com/u1f35c/python-panacotta https://pypi.org/project/panacotta/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest