diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-17 14:32:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-17 14:32:10 +0100 |
commit | 51c50bd4c895ebf56d81fecae8e45ec3b5fc3efa (patch) | |
tree | 753b6b08624c34d1ed8414bbe22c45409f7741b9 /dev-python/sphinx-jinja | |
parent | be9d77d3ac6af8f4ead98d89706f356b65578c93 (diff) | |
parent | deba8115d2c2af26df42966b91ef04ff4dd79cde (diff) |
Merge branch 'edge' into next
Diffstat (limited to 'dev-python/sphinx-jinja')
-rw-r--r-- | dev-python/sphinx-jinja/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sphinx-jinja/Manifest b/dev-python/sphinx-jinja/Manifest index ce94c441c32a..1d877d17eb59 100644 --- a/dev-python/sphinx-jinja/Manifest +++ b/dev-python/sphinx-jinja/Manifest @@ -1,3 +1,3 @@ DIST sphinx-jinja-0.3.0.tar.gz 7035 BLAKE2B a43c2ab6c1f0178987ccf9f69acbf0b50974573b83d0503e7888a56bf024e519ad69e3ac6ec9b8d27d7e01e9482008b6579c6892ce114124c0ef12ef456c887c SHA512 b39211a0013db020112c865335811317699e7ade734bfd9bb24f51934df4652f0560b81f5e253fc663fbd8a269fd962ef2bfd6dc96eab12a397a538e758cddfd -EBUILD sphinx-jinja-0.3.0.ebuild 854 BLAKE2B 99362cf967f2668ffe41198edcdaef71b206065246a528a1dd7817cc53dc817f1e3219fd9606c93116134dae07630ffa6eb832fd25abe6874f0e8f15f522205d SHA512 eb712a2b3ba6488a9e377920e28e336a6c04a47b1352a58febe9e7f2cc63f63451927d5d540112f4cef148eaca24b09da2ed2a779f9f34280254e537fc89e075 +EBUILD sphinx-jinja-0.3.0.ebuild 863 BLAKE2B 4bc1eeb99066f900cf48c4eee342072ee5bac5655a3fec8a876a3666318c7b17833a83bf507fd8f8519e482617a3e1c490b79c0b56a125ee837f6faae0caea3e SHA512 a1768ebc8f169dcc6c5e2af2661c1d3eabd25a3204e45a6c3e096b129f2b19ae96c456eb1a8964bb2ec9c45016c0bf6ff2177a3a8d3a12cca8c764aada613a6b MISC metadata.xml 396 BLAKE2B 4b17bd02a1f95c07c4e1c87f74cafa857e804f5e6272a1098af96e728f4387221b0907c31a5b7f11b7d56a6681a75732a449b992d47bb6b945f3178e5ecfb99e SHA512 812b4a106b9c49afc90ed1e1912a9cd3d26c39346f61f952c792ce2d62cb16bbbc23863c0acecfc87c6ad4f6a1f5e0e5bd84b36eb1fc70cf4be7795a1f628897 diff --git a/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild b/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild index c5132f939caf..bc90a9dd2048 100644 --- a/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild +++ b/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -32,5 +32,5 @@ python_prepare() { } python_test() { - nosetests || die + nosetests -v || die } |