diff --git a/README.md b/README.md index db81afdf0..866f70319 100644 --- a/README.md +++ b/README.md @@ -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 1911 Ebuilds in total, 1900 of them have in total 1919 (42 different) licenses assigned. +There are 1912 Ebuilds in total, 1901 of them have in total 1920 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1077| +|MIT|1078| |Apache-2.0|441| |GPL-3|128| |BSD|105| diff --git a/dev-python/pyipp/Manifest b/dev-python/pyipp/Manifest index 4a1b17958..b26852444 100644 --- a/dev-python/pyipp/Manifest +++ b/dev-python/pyipp/Manifest @@ -1,5 +1,7 @@ DIST pyipp-0.14.4.tar.gz 15044 BLAKE2B d2af3e82d2e604f8daa19f2b0b76c6533493a2bc5f97a989676de3ae7fa4c330af0f4e9d001bb1cbc6cca7554be3e0f887ccee00aa9284c2582716051853be59 SHA512 250f343cf70286f7cde5e2f4580aee766471a2ab19f17706f39fa8ecd84e1c3837a19896dc4546b00da80647f6512255c6e2ff060fa9e1f3cb0c74e6861ef834 DIST pyipp-0.14.5.tar.gz 15148 BLAKE2B 2263e9a95e8356dad0946c052d6a739d92c5471ba16d5cd761d6558fa968444004077c525f3e259f4c545362dbfaa70eb152c77528495ba8f0f9b6a746c67fe7 SHA512 80d2253306d4c329476819dd5186abee98cf35d1e97e2c624137f3f93cc951ec701f03ed15bf123036c3c2d9c1ba6a5edf88ff8e24d0512885c165b642829601 +DIST pyipp-0.15.0.tar.gz 15233 BLAKE2B c1a0ed97098568ab28e627a0497e8aa25978410cdb395e9568c15ae953ff4f0356048eb24660ab0bf37895476f431a2d178d49605e32624fe2d185aac6f43d66 SHA512 beb4c892c03a3fc52f2aef0a1116433c326e6b41b138e4c3c475a675da1ce86544167618f6066dd42ac1828068ea0ebad2318681adad2dac4d96f452f89d0d5a EBUILD pyipp-0.14.4.ebuild 1079 BLAKE2B a33f85a62ed62da80019710c784f156ee30cc7d4744ae41de85f860671d0d92a5d7508e78ba83f180cfda4efb00d474005b7c0e0f2464ba4231a8de5edfbfc4b SHA512 f8b2321d471fdad915f1e1ad3b04c0e71909fc14525c7df808c2c5616fcfd468a440a8e2d24671d8564efb174a8d5d2809dec27cbbfb2d808e79c416d61b0825 EBUILD pyipp-0.14.5.ebuild 1038 BLAKE2B 279025b9012f68cf2c69511c75e94da3e29f424980b1117c20ec5617290574053c374bd914a43c6b867190961ded7e7b08b6158d81cee1e4e07540049d88bf77 SHA512 6fadd9bab94a81e2d182aa63093a4858e1e51aa92effe1eebcfc7f43e785ea7a14adc5e993a0ff583b3c126f1452491adf445d90fb5cb7275cdc3cc47780c79c +EBUILD pyipp-0.15.0.ebuild 1038 BLAKE2B 279025b9012f68cf2c69511c75e94da3e29f424980b1117c20ec5617290574053c374bd914a43c6b867190961ded7e7b08b6158d81cee1e4e07540049d88bf77 SHA512 6fadd9bab94a81e2d182aa63093a4858e1e51aa92effe1eebcfc7f43e785ea7a14adc5e993a0ff583b3c126f1452491adf445d90fb5cb7275cdc3cc47780c79c MISC metadata.xml 522 BLAKE2B 6d5e04048c6b7a10b711eee89b3cb8ad2a2f8c7322bb8f25bdecc02b75e4cb20ca194787e348924b515dae72df30f3249e504606c456774a99ec96f0db3e67f1 SHA512 d9ce732153d352341b952a4044b56f0fc16fa09b0186de47166d6a7f099916d4025e7cfbbb0a9a25392ae9de4fed798429cd43f20cd501336c3081ce3f2fb72c diff --git a/dev-python/pyipp/pyipp-0.15.0.ebuild b/dev-python/pyipp/pyipp-0.15.0.ebuild new file mode 100644 index 000000000..64a98b065 --- /dev/null +++ b/dev-python/pyipp/pyipp-0.15.0.ebuild @@ -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