dev-python/pypck: drop 0.7.15, 0.7.16

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 18:41:29 +01:00 committed by Andreas Billmeier
parent c572d51e4e
commit 70d38078f9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 66 deletions

View File

@ -612,7 +612,7 @@ 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 1715 Ebuilds in total, 1704 of them have in total 1718 (40 different) licenses assigned.
There are 1713 Ebuilds in total, 1702 of them have in total 1716 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -635,7 +635,6 @@ There are 1715 Ebuilds in total, 1704 of them have in total 1718 (40 different)
|LGPL-2.1+|3|
|public-domain|3|
|BSD-4|3|
|EPL-2.0|3|
|AGPL-3+|2|
|LGPL-2+|2|
|PSF-2|2|
@ -654,6 +653,7 @@ There are 1715 Ebuilds in total, 1704 of them have in total 1718 (40 different)
|CC-BY-NC-SA-3.0|1|
|Unicode-DFS-2016|1|
|CC-BY-NC-SA-4.0|1|
|EPL-2.0|1|
|GPL-2+|1|
|GPL-2-with-linking-exception|1|

View File

@ -1,7 +1,3 @@
DIST pypck-0.7.15.tar.gz 43875 BLAKE2B 703b256d8565ce315c36e7018fe5ffb8cf7c1fea92b021b190e7010de0a75873276e26c1b02ff303106ec4be6590fe1968e2859df5680a230fef49910cdcb93c SHA512 f8b3f5a7d473c31826547310c66db9fddbb84f279b2497b6f056d232b055a4bcedaeeb96d5db1e9595a78289eceb54a338a8c28a224e1edd5723289b8ae8e156
DIST pypck-0.7.16.tar.gz 43833 BLAKE2B 07fd3a25a89d2f423f1f4b14f1e41818e4941ff23e0dd636accbb2ded5297f69a792621c349f8fcdb8d551fc7df913825554fc8426a0c93488139a81a621d5cc SHA512 c5835375848c0c215b746040b753c52b25570122f1a8a6774ec0d8ead060c08cbb02fe7c1bc5645d208cd1ce9e9e55db73f6e5d741a1a6e8bc06da031fd42e40
DIST pypck-0.7.17.tar.gz 45892 BLAKE2B 13170735e19a511256b3c26e4051cbd5a7e06110acb1d2442314e46462501cf936348134f20d2d612eb79a43898c61c584fc6924f583c665ca5c99b6863e7122 SHA512 20548fcfceca14ddd94edc00e5f595f5155e029444480c4afbf217811e55df3a498e481017b6c8b72237dc675a05601cb019af650f486af84b6841d65bdc5da4
EBUILD pypck-0.7.15.ebuild 566 BLAKE2B 072762eed22e647df51c4c8561f98f592db673995c4375de0499513c8f39b735ab639220c368630959bd8ba888ddc3b80512a265fcff390790ba3f9fcad2aca9 SHA512 fee58ecf7f3ac461fc09e6a3ea85c7c542695cc2e3f593edb4153d5a8ca76d715b5c212b2bfb892389e06a7e5b32785eac12a927155644dd707c267aa42f4666
EBUILD pypck-0.7.16.ebuild 566 BLAKE2B 072762eed22e647df51c4c8561f98f592db673995c4375de0499513c8f39b735ab639220c368630959bd8ba888ddc3b80512a265fcff390790ba3f9fcad2aca9 SHA512 fee58ecf7f3ac461fc09e6a3ea85c7c542695cc2e3f593edb4153d5a8ca76d715b5c212b2bfb892389e06a7e5b32785eac12a927155644dd707c267aa42f4666
EBUILD pypck-0.7.17.ebuild 566 BLAKE2B 072762eed22e647df51c4c8561f98f592db673995c4375de0499513c8f39b735ab639220c368630959bd8ba888ddc3b80512a265fcff390790ba3f9fcad2aca9 SHA512 fee58ecf7f3ac461fc09e6a3ea85c7c542695cc2e3f593edb4153d5a8ca76d715b5c212b2bfb892389e06a7e5b32785eac12a927155644dd707c267aa42f4666
MISC metadata.xml 511 BLAKE2B 41e2ad01492452d7d392a0d587058acbdbda11a41bd7298d3f589916f384cdf3b19999964a1cc818f34602371888057a21abbbe8099cc69ec2bc00ef548a2f1e SHA512 dfcc8518d958e86dd28ece05ddd868f4d2e4404b2aca246a137f11f11aef6c466ba577df8e9ca96949f58f92e6e80582d930edba2df99e557c7878f788b0bdaf

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="LCN-PCK library"
HOMEPAGE="https://github.com/alengwenus/pypck https://pypi.org/project/pypck/"
LICENSE="EPL-2.0"
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

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="LCN-PCK library"
HOMEPAGE="https://github.com/alengwenus/pypck https://pypi.org/project/pypck/"
LICENSE="EPL-2.0"
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