dev-python/panacotta: drop 0.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:37:52 +01:00 committed by Andreas Billmeier
parent 38799d47cf
commit 08950d9abe
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -612,13 +612,13 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1659 Ebuilds in total, 1648 of them have in total 1666 (42 different) licenses assigned.
There are 1658 Ebuilds in total, 1647 of them have in total 1665 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|962|
|Apache-2.0|346|
|GPL-3|107|
|GPL-3|106|
|BSD|90|
|LGPL-3|23|
|GPL-2|22|

View File

@ -1,5 +1,3 @@
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

@ -1,30 +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="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