summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 13:08:07 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:11:34 +0200
commit67c0171009b76964ec39d37007be3605b03447a7 (patch)
treee113e3ecc7e47a2244106c837b821bec6c97bc0b
parentdev-python/versioneer: Fix variable order (diff)
downloadgentoo-67c0171009b76964ec39d37007be3605b03447a7.tar.gz
gentoo-67c0171009b76964ec39d37007be3605b03447a7.tar.bz2
gentoo-67c0171009b76964ec39d37007be3605b03447a7.zip
dev-python/uritemplate: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/uritemplate/uritemplate-4.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uritemplate/uritemplate-4.1.1.ebuild b/dev-python/uritemplate/uritemplate-4.1.1.ebuild
index 6b66dcce8bac..4d4ff94c3708 100644
--- a/dev-python/uritemplate/uritemplate-4.1.1.ebuild
+++ b/dev-python/uritemplate/uritemplate-4.1.1.ebuild
@@ -15,8 +15,8 @@ HOMEPAGE="
https://github.com/python-hyper/uritemplate/
"
-SLOT="0"
LICENSE="Apache-2.0"
+SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
distutils_enable_tests pytest