summaryrefslogtreecommitdiff
path: root/dev-python/jsonref
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
commit6d691ad5b6239929063441bbd14c489e92e7396e (patch)
treee294f87b1ce66397fee1273bd6c7131aeb586f51 /dev-python/jsonref
parentd99093fb4bb5652015c06274d64083daa2439e4f (diff)
gentoo resync : 05.03.2021
Diffstat (limited to 'dev-python/jsonref')
-rw-r--r--dev-python/jsonref/Manifest4
-rw-r--r--dev-python/jsonref/jsonref-0.1.ebuild8
-rw-r--r--dev-python/jsonref/metadata.xml1
3 files changed, 6 insertions, 7 deletions
diff --git a/dev-python/jsonref/Manifest b/dev-python/jsonref/Manifest
index df099a409a5e..86f9bec4e8e2 100644
--- a/dev-python/jsonref/Manifest
+++ b/dev-python/jsonref/Manifest
@@ -1,3 +1,3 @@
DIST jsonref-0.1.tar.gz 12296 BLAKE2B cab2b4778b8a0184989ed6ff520ed6f12a68e9109a92aa0fd5521b69ea14cd5b6301ce61bf98f0d0d4d44fb016f7d6bd99fc804975bddf1c350bc4b46d62f77f SHA512 9900601feab0c20c902a6d5575fd411898af126a650d0c9ff955f50f5bd1f5da8e5a071ca86cac31ce3c5fb35a516f849cbb70098cac2cfdc910ba33a1f7411b
-EBUILD jsonref-0.1.ebuild 584 BLAKE2B 8a6bcb073ca7a3c8119404a512ad32bd8957f84e27b4900fb0cc595b581d4117edc760c8208d2599b89177541b9fd3967e09a1f44a7d26f510bc13701a6724e1 SHA512 bb8e4ce0c74f7994b93b56a1ff1480602c29ac008346862b22b7c8c0633366ca0a9751d6fa824de70fcfae37f8489b5c9989f6dca6eddaaae3943a4288b42300
-MISC metadata.xml 772 BLAKE2B 48b8cc40f83a1ba2d3a4d7e6eed3fed74188b8a9ac8592009084eb692bc2902896692f125d986ef6418c4b1cf68abcbde0648cb3b0ec7a6609d40387105c0ff5 SHA512 59433a3ba6fbf178eb55dd21ff25e503235065d312a930818a85776079d0cda7d0a06264f83452302fa7897ead09c6414e53e7554547b6dc58d026a93dbe8d29
+EBUILD jsonref-0.1.ebuild 522 BLAKE2B 4e00a308161f5f2965fdca2e6a38f3aefaf2c6188decc62c346ffb62f808c5fccca5bcf1225155fffe1af2cadead7f3565bac8357db688dae300af021a78a00d SHA512 60f57d5bb48ddd3d0277318aa5496cb83d62eef70b2c18b65644badd2461fdfc399c08423aa33b6bd35f2286e7281b57ca9078bda29471cd05d92f48dbe07890
+MISC metadata.xml 796 BLAKE2B 562347d3389a298d73972737f5184498dd85b86c343414e874aa9f25701bcdf28c3dc9e6f91afdefcb3fa0ba1a330044a970e2a3c8b9087149bfeaea8203c0e3 SHA512 cdb03942fc8274d9479545d70dd81b78395fee6c65df33cb13091997bba9bd0aced77952351a5d1381a4e8a14cc2888fe57a2d3e92143242a92abe4def4feba6
diff --git a/dev-python/jsonref/jsonref-0.1.ebuild b/dev-python/jsonref/jsonref-0.1.ebuild
index 9010d34f9a39..9459df117774 100644
--- a/dev-python/jsonref/jsonref-0.1.ebuild
+++ b/dev-python/jsonref/jsonref-0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit eutils distutils-r1
@@ -15,10 +15,8 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+distutils_enable_tests pytest
python_test() {
pytest -vv tests.py || die
diff --git a/dev-python/jsonref/metadata.xml b/dev-python/jsonref/metadata.xml
index 4e64b54715d2..70364ca0e1b1 100644
--- a/dev-python/jsonref/metadata.xml
+++ b/dev-python/jsonref/metadata.xml
@@ -5,6 +5,7 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<maintainer>
<name>Chase Sterling</name>