summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 13:00:02 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 13:03:29 +0200
commitf0501155ba634948063ca80ba2a952a215eb1ef8 (patch)
tree79e2a13676644cc715d4c9b58ef9a956dd35a550 /dev-python/mistune
parentdev-python/h2: Use PyPI sdist (diff)
downloadgentoo-f0501155ba634948063ca80ba2a952a215eb1ef8.tar.gz
gentoo-f0501155ba634948063ca80ba2a952a215eb1ef8.tar.bz2
gentoo-f0501155ba634948063ca80ba2a952a215eb1ef8.zip
dev-python/mistune: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mistune')
-rw-r--r--dev-python/mistune/mistune-3.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mistune/mistune-3.0.2.ebuild b/dev-python/mistune/mistune-3.0.2.ebuild
index 7dd1e10d1c0b..a2aaab5930d5 100644
--- a/dev-python/mistune/mistune-3.0.2.ebuild
+++ b/dev-python/mistune/mistune-3.0.2.ebuild
@@ -14,8 +14,8 @@ HOMEPAGE="
https://pypi.org/project/mistune/
"
-SLOT="0"
LICENSE="BSD"
+SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
distutils_enable_tests pytest