From d13b16e603e88188f1a8201c6efdd7f23a0abf30 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Mon, 8 Apr 2024 19:43:41 +0200 Subject: [PATCH] dev-python/pytest-unordered: add 0.6.0 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3196 Signed-off-by: Andreas Billmeier --- README.md | 4 +-- dev-python/pytest-unordered/Manifest | 4 ++- .../pytest-unordered-0.5.2.ebuild | 4 +-- .../pytest-unordered-0.6.0.ebuild | 25 +++++++++++++++++++ 4 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 dev-python/pytest-unordered/pytest-unordered-0.6.0.ebuild diff --git a/README.md b/README.md index 16bbcb059..8b2cee5c9 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 2002 Ebuilds in total, 1991 of them have in total 2010 (42 different) licenses assigned. +There are 2003 Ebuilds in total, 1992 of them have in total 2011 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1130| +|MIT|1131| |Apache-2.0|462| |GPL-3|129| |BSD|113| diff --git a/dev-python/pytest-unordered/Manifest b/dev-python/pytest-unordered/Manifest index 27fa28187..a34f09543 100644 --- a/dev-python/pytest-unordered/Manifest +++ b/dev-python/pytest-unordered/Manifest @@ -1,3 +1,5 @@ DIST pytest-unordered-0.5.2.tar.gz 5622 BLAKE2B 93efa2d2fd2fdb9ad9022db49a9a4488dfeeb5e08cc3ee1f2e703eb1fba18dc2288b3462d9b0825feba0a53c6fa6c67bf584824f850e48c53e3cd1afdff1d01c SHA512 21b77cd1f02ce6d0bf48a8fba2b79bac5c21d06fafaaeca72f050af969fc0c94d3b91c28c125c4ac1259c834155799575ccfac1a5b8f52b1ea887c177d7fdf99 -EBUILD pytest-unordered-0.5.2.ebuild 622 BLAKE2B 0359ec808190a5b5b9b64de7697c830ec3ad7f8eb012a14bc4a5175d7f5c44f89fdb09ec8b2a1d5cb485af3c91af2855d380fd8ac6c77f794428bcdfd97e135d SHA512 635e91fd27d4e5333dd9234435a30664d80dc1d9f2cdbb4ac67eb006c23e7544e825a6d7327d862f5d2f5a7826a70e6ded545865ba19980f6870565e71bcea5d +DIST pytest-unordered-0.6.0.tar.gz 7120 BLAKE2B ee49bbd6cb5d105d4f68d7df1d508b110fb817aa11e009fb99042a2b2695486e2b96b01c9cdb866290d5042b7407fbbfda6d8a9a6618c5d51d0c282c46cd152e SHA512 f6a8efec98b1271ff9bbdfbc737fe01bab6956865463edcae49324f7a2c05afab8d546088371f6568109aa38ffedd8f93ebe708aa101743d94a79c25c1577dc8 +EBUILD pytest-unordered-0.5.2.ebuild 622 BLAKE2B f8f702594c7eadde2e06545d4818c8c5acba0ea3404af181d961382909af90a47e1ea334adad853fc136d906494fa2302ebbb77aac6b6707168e595b858e0935 SHA512 c2d307de6678d59a4cf1c4ac0a6fdf5fe6e066236dd5f32894001d964921b68179014186c64376fba7165f1ee3b4cd7823312d24c70f9357989997afec44f2a7 +EBUILD pytest-unordered-0.6.0.ebuild 581 BLAKE2B 232312da6ff431044b176a26069168e2447a76dd81537f279f1a6c8c12b574848e19117f5382f94d8cbfa2e5ed1c0d989eeca667bb1c22a646cc3fd74097c979 SHA512 bd7dbc36fab6018e5d732f6ab028cbccd37940ee04a38eddf6b6a1722b6101b9df98ebc6eeac24ffe6b019661aa3f114c475bf7632bb31db74c744622480adbb MISC metadata.xml 522 BLAKE2B 6ba65a545760d17086647f9cd2498520dea719cec46c3aafb68bfeb179497c7cb1f00565cec0b8093d2fb91575c68311425805548fcb1b9e438911d4b3b9f392 SHA512 34c06793c51e0bdc5c3f55ee1db3f55b8d58509d72d9837ec609a50fca3fdd35a7a8408dd0728996209974a0f6c9357db52849340116b524810250a7c28d48c3 diff --git a/dev-python/pytest-unordered/pytest-unordered-0.5.2.ebuild b/dev-python/pytest-unordered/pytest-unordered-0.5.2.ebuild index 16455b117..eed7b6312 100644 --- a/dev-python/pytest-unordered/pytest-unordered-0.5.2.ebuild +++ b/dev-python/pytest-unordered/pytest-unordered-0.5.2.ebuild @@ -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=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi diff --git a/dev-python/pytest-unordered/pytest-unordered-0.6.0.ebuild b/dev-python/pytest-unordered/pytest-unordered-0.6.0.ebuild new file mode 100644 index 000000000..a711b7325 --- /dev/null +++ b/dev-python/pytest-unordered/pytest-unordered-0.6.0.ebuild @@ -0,0 +1,25 @@ +# 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=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION="Test equality of unordered collections in pytest" +HOMEPAGE="https://github.com/utapyngo/pytest-unordered https://pypi.org/project/pytest-unordered/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +BDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest