dev-python/pyipp: add 0.14.5

Closes: #2987
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-10 09:24:19 +01:00
parent e03867245c
commit fd1c06dd50
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 43 additions and 5 deletions

View File

@ -617,11 +617,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 1865 Ebuilds in total, 1854 of them have in total 1873 (42 different) licenses assigned.
There are 1866 Ebuilds in total, 1855 of them have in total 1874 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1054|
|MIT|1055|
|Apache-2.0|427|
|GPL-3|123|
|BSD|104|

View File

@ -1,3 +1,5 @@
DIST pyipp-0.14.4.tar.gz 15044 BLAKE2B d2af3e82d2e604f8daa19f2b0b76c6533493a2bc5f97a989676de3ae7fa4c330af0f4e9d001bb1cbc6cca7554be3e0f887ccee00aa9284c2582716051853be59 SHA512 250f343cf70286f7cde5e2f4580aee766471a2ab19f17706f39fa8ecd84e1c3837a19896dc4546b00da80647f6512255c6e2ff060fa9e1f3cb0c74e6861ef834
EBUILD pyipp-0.14.4.ebuild 1079 BLAKE2B 9786650aab1c72a47c1ddd2ed63e71c08af116acbce4688db0311c0b1b9655422abd2bf674719c4c042f330d8d4d36ac66d85de9f726045a30c934ddda6e87fa SHA512 eb14445be9464f1a14460aa975c104b56cb5c6fdcff188b09c922997b913f7748b3199cb456792719b4d5410a6e8334258f1da8539c215864ecec9cd6c7faae0
DIST pyipp-0.14.5.tar.gz 15148 BLAKE2B 2263e9a95e8356dad0946c052d6a739d92c5471ba16d5cd761d6558fa968444004077c525f3e259f4c545362dbfaa70eb152c77528495ba8f0f9b6a746c67fe7 SHA512 80d2253306d4c329476819dd5186abee98cf35d1e97e2c624137f3f93cc951ec701f03ed15bf123036c3c2d9c1ba6a5edf88ff8e24d0512885c165b642829601
EBUILD pyipp-0.14.4.ebuild 1079 BLAKE2B a33f85a62ed62da80019710c784f156ee30cc7d4744ae41de85f860671d0d92a5d7508e78ba83f180cfda4efb00d474005b7c0e0f2464ba4231a8de5edfbfc4b SHA512 f8b2321d471fdad915f1e1ad3b04c0e71909fc14525c7df808c2c5616fcfd468a440a8e2d24671d8564efb174a8d5d2809dec27cbbfb2d808e79c416d61b0825
EBUILD pyipp-0.14.5.ebuild 1038 BLAKE2B 279025b9012f68cf2c69511c75e94da3e29f424980b1117c20ec5617290574053c374bd914a43c6b867190961ded7e7b08b6158d81cee1e4e07540049d88bf77 SHA512 6fadd9bab94a81e2d182aa63093a4858e1e51aa92effe1eebcfc7f43e785ea7a14adc5e993a0ff583b3c126f1452491adf445d90fb5cb7275cdc3cc47780c79c
MISC metadata.xml 522 BLAKE2B 6d5e04048c6b7a10b711eee89b3cb8ad2a2f8c7322bb8f25bdecc02b75e4cb20ca194787e348924b515dae72df30f3249e504606c456774a99ec96f0db3e67f1 SHA512 d9ce732153d352341b952a4044b56f0fc16fa09b0186de47166d6a7f099916d4025e7cfbbb0a9a25392ae9de4fed798429cd43f20cd501336c3081ce3f2fb72c

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

View File

@ -0,0 +1,36 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Internet Printing Protocol (IPP)."
HOMEPAGE="https://github.com/ctalkington/python-ipp https://pypi.org/project/pyipp/"
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-2.2.0[${PYTHON_USEDEP}]
>=dev-python/deepmerge-1.1.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-freezegun[${PYTHON_USEDEP}]
dev-python/freezegun[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest