Skip to content

Commit d13b16e

Browse files
committed
dev-python/pytest-unordered: add 0.6.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3196 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 9149864 commit d13b16e

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 2002 Ebuilds in total, 1991 of them have in total 2010 (42 different) licenses assigned.
620+
There are 2003 Ebuilds in total, 1992 of them have in total 2011 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1130|
624+
|MIT|1131|
625625
|Apache-2.0|462|
626626
|GPL-3|129|
627627
|BSD|113|

dev-python/pytest-unordered/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pytest-unordered-0.5.2.tar.gz 5622 BLAKE2B 93efa2d2fd2fdb9ad9022db49a9a4488dfeeb5e08cc3ee1f2e703eb1fba18dc2288b3462d9b0825feba0a53c6fa6c67bf584824f850e48c53e3cd1afdff1d01c SHA512 21b77cd1f02ce6d0bf48a8fba2b79bac5c21d06fafaaeca72f050af969fc0c94d3b91c28c125c4ac1259c834155799575ccfac1a5b8f52b1ea887c177d7fdf99
2-
EBUILD pytest-unordered-0.5.2.ebuild 622 BLAKE2B 0359ec808190a5b5b9b64de7697c830ec3ad7f8eb012a14bc4a5175d7f5c44f89fdb09ec8b2a1d5cb485af3c91af2855d380fd8ac6c77f794428bcdfd97e135d SHA512 635e91fd27d4e5333dd9234435a30664d80dc1d9f2cdbb4ac67eb006c23e7544e825a6d7327d862f5d2f5a7826a70e6ded545865ba19980f6870565e71bcea5d
2+
DIST pytest-unordered-0.6.0.tar.gz 7120 BLAKE2B ee49bbd6cb5d105d4f68d7df1d508b110fb817aa11e009fb99042a2b2695486e2b96b01c9cdb866290d5042b7407fbbfda6d8a9a6618c5d51d0c282c46cd152e SHA512 f6a8efec98b1271ff9bbdfbc737fe01bab6956865463edcae49324f7a2c05afab8d546088371f6568109aa38ffedd8f93ebe708aa101743d94a79c25c1577dc8
3+
EBUILD pytest-unordered-0.5.2.ebuild 622 BLAKE2B f8f702594c7eadde2e06545d4818c8c5acba0ea3404af181d961382909af90a47e1ea334adad853fc136d906494fa2302ebbb77aac6b6707168e595b858e0935 SHA512 c2d307de6678d59a4cf1c4ac0a6fdf5fe6e066236dd5f32894001d964921b68179014186c64376fba7165f1ee3b4cd7823312d24c70f9357989997afec44f2a7
4+
EBUILD pytest-unordered-0.6.0.ebuild 581 BLAKE2B 232312da6ff431044b176a26069168e2447a76dd81537f279f1a6c8c12b574848e19117f5382f94d8cbfa2e5ed1c0d989eeca667bb1c22a646cc3fd74097c979 SHA512 bd7dbc36fab6018e5d732f6ab028cbccd37940ee04a38eddf6b6a1722b6101b9df98ebc6eeac24ffe6b019661aa3f114c475bf7632bb31db74c744622480adbb
35
MISC metadata.xml 522 BLAKE2B 6ba65a545760d17086647f9cd2498520dea719cec46c3aafb68bfeb179497c7cb1f00565cec0b8093d2fb91575c68311425805548fcb1b9e438911d4b3b9f392 SHA512 34c06793c51e0bdc5c3f55ee1db3f55b8d58509d72d9837ec609a50fca3fdd35a7a8408dd0728996209974a0f6c9357db52849340116b524810250a7c28d48c3

dev-python/pytest-unordered/pytest-unordered-0.5.2.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..12} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..12} )
7+
DISTUTILS_USE_PEP517=setuptools
8+
PYPI_NO_NORMALIZE=1
9+
inherit distutils-r1 pypi
10+
11+
DESCRIPTION="Test equality of unordered collections in pytest"
12+
HOMEPAGE="https://github.com/utapyngo/pytest-unordered https://pypi.org/project/pytest-unordered/"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
IUSE="test"
18+
RESTRICT="!test? ( test )"
19+
20+
DOCS="README.md"
21+
22+
BDEPEND="
23+
dev-python/pytest[${PYTHON_USEDEP}]"
24+
25+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)