dev-python/pyipp: drop 0.11.0-r1, 0.12.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-03-09 23:01:56 +01:00 committed by Andreas Billmeier
parent 297e20abfc
commit 1094fb6bd9
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 86 deletions

View File

@ -573,11 +573,11 @@ 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 1811 Ebuilds in total, 1800 of them have in total 1805 (34 different) licenses assigned.
There are 1809 Ebuilds in total, 1798 of them have in total 1803 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1056|
|MIT|1054|
|Apache-2.0|394|
|GPL-3|112|
|BSD|94|

View File

@ -1,7 +1,3 @@
DIST pyipp-0.11.0.gh.tar.gz 32298 BLAKE2B 8d3d363dbbab6b4bc900293f24d01b828061bde4aa5e4fb6e57c116c796bb2850d1b577b3be967c2f60de78170ac89e917415ddcfdc225e6927158a5c6ade402 SHA512 42b09afcabb39afe14292f955ffda8c2a477aea48ffeb9c625ce547b51f94d7fa0252ea2c0d9e06d8eef97f6331e7a6e946543440dba82ada918a570e0d969cf
DIST pyipp-0.12.0.gh.tar.gz 53871 BLAKE2B e56e17942b95a458fce6d6d1b6736c441fcbe97c6199ed821c828d79dc960c8c5cab1851b78b4e8301ea4da94882dd27f457326fc0b2b8310d9513d0ff161325 SHA512 3262805088104d51aa18102f20619a48f421b01b70a238f021b4d8d8394e5ff9481270c4f2187425ce118631a4933b082feaf4142041a13c7cb08dfa3f6fe26c
DIST pyipp-0.12.1.tar.gz 15092 BLAKE2B 80e73c61e069d45bb0664edfac075a645d02a9e8bd2ba77c0636b46a13f55bf392e1eb41d1405b15b8da4b6b547657c63e33feff733854e34fcd51f9ad0e4d83 SHA512 0cde1123d8f9ddd8bf43102a6a391775ddcc059dd86e57a8e4cece99513cddc825db6fd8ef0b8ba84f58b9a9226183349d928625ff3b9b19b81532fa6c998473
EBUILD pyipp-0.11.0-r1.ebuild 905 BLAKE2B 27df598e4f79da8dbf2b9062d0bc78bb6e7ab92ef46c670214adf8b2b72bad397476c928dd863e634c495cc8ed00616e392060cd31fd19e0f6c3d69d240640a1 SHA512 4eaede1e0358b2bf32724c4bd6da1e10ad273e52372bbbd81a4539cc61ff60b3741eeb669b81ce693a6a84349db54e02d49cc3cea11726f409c8433f0db1bf3e
EBUILD pyipp-0.12.0.ebuild 1163 BLAKE2B 1a62308f83fe5b4b9b830a5e789bca27c4f608f40f2610987f150d58971a1dc397fa1c609877691cbea5945af303dd99f076b86e87b467191f6ff52ad746d698 SHA512 160d043473532d460af7a4171398e8269b1908a4412c13c3b05d2ebb2372a80cbc13dd4d8e247b2027b16d50ade7effe44f86deac4b3c010b57f4313fd54c882
EBUILD pyipp-0.12.1-r1.ebuild 1078 BLAKE2B 380605e524d8d144460605df8e982b957954867e4e5cd5d2b2782f58a67f1d26e2c253c98e39572377fb0f3bbd1bff775b07f18abf5ed86a5f59367db6e2b29c SHA512 a0b43042bf291cbc704597fdc183640f61c3b579512502a36d42492e6e6f671a09c7d3b1c12be5871522ae2baf65b78bd3162a7c27958c0a1abcbbdc1fd3f41b
MISC metadata.xml 522 BLAKE2B 6d5e04048c6b7a10b711eee89b3cb8ad2a2f8c7322bb8f25bdecc02b75e4cb20ca194787e348924b515dae72df30f3249e504606c456774a99ec96f0db3e67f1 SHA512 d9ce732153d352341b952a4044b56f0fc16fa09b0186de47166d6a7f099916d4025e7cfbbb0a9a25392ae9de4fed798429cd43f20cd501336c3081ce3f2fb72c

View File

@ -1,37 +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="Asynchronous Python client for Internet Printing Protocol (IPP)."
HOMEPAGE="https://github.com/ctalkington/python-ipp https://pypi.org/project/pyipp/"
MY_PN="python-ipp"
SRC_URI="https://github.com/ctalkington/${MY_PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
>=dev-python/deepmerge-1.0.1[${PYTHON_USEDEP}]
>=dev-python/yarl-1.4.2[${PYTHON_USEDEP}]"
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

@ -1,43 +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} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Asynchronous Python client for Internet Printing Protocol (IPP)."
HOMEPAGE="https://github.com/ctalkington/python-ipp https://pypi.org/project/pyipp/"
MY_PN="python-ipp"
SRC_URI="https://github.com/ctalkington/${MY_PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
>=dev-python/awesomeversion-21.10.1[${PYTHON_USEDEP}]
>=dev-python/backoff-1.9.0[${PYTHON_USEDEP}]
>=dev-python/deepmerge-0.1.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/freezegun[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest