summaryrefslogtreecommitdiff
path: root/dev-python/sphinxemoji
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/sphinxemoji
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/sphinxemoji')
-rw-r--r--dev-python/sphinxemoji/Manifest2
-rw-r--r--dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sphinxemoji/Manifest b/dev-python/sphinxemoji/Manifest
index 3cbd7669a648..1923d9dae682 100644
--- a/dev-python/sphinxemoji/Manifest
+++ b/dev-python/sphinxemoji/Manifest
@@ -1,3 +1,3 @@
DIST sphinxemoji-0.2.0.tar.gz 44431 BLAKE2B 18c9a7b4c97bc6081216cac98cecf41fef0bfc90122bd24f7d11d96f5db71437ee4e80675464fcaf9bc4c6e89c2511392600e043d4fb1904cfc57ce4efbed824 SHA512 974fcfad13f326265c679a3c97fd251b0348499fc9a72b65547b2548ddb2eb895a96f71d4b212f619287ac7c759df22fbb66f1a8cfa160287f8b25878c0f0515
-EBUILD sphinxemoji-0.2.0.ebuild 557 BLAKE2B fa9555b97aa98d872c10bd297dba5be5b5d26ba0c84fd17f3a7369554a4f32f162a795e5a76e8f00a85398e42247fe100f0da1b906d349ab7ff80e0e4d00996f SHA512 52c44e408aac6feeb7ce643a10e7fdc050ab3106c458608d71361c483a1af02dc0d0274012ae318f036649183e2fd552640da5000e3b2021bdce86b509f431a3
+EBUILD sphinxemoji-0.2.0.ebuild 562 BLAKE2B 8c73cde53c5888d99f4fe11d4db81e333ebf73510c1cc167c2642f8d9261eec3c9128de6829a7464a6f1a4013badb57b990a033ce32815e49c4a4eed7bdcb292 SHA512 e318dafb4fc5dd74550b731b8c4b256e8b6003e9bab6756fc200b1d743a1b68eba9f2b72331a999d50bf54bfd60e188806eda68bd529f5f49f7346f6c026980c
MISC metadata.xml 404 BLAKE2B 5a14c2f756212767626a1787201b21b8a89a6c555baa9b7edfd22a9b5638c0897512d736916cae9b95dacc4483465b38c601f53098425c384ad7a941816d5678 SHA512 ddc72d3a945910f3ff30172ad888305a50b42599cd92e61ec39d141bfee3135ea68fbae3855d0cbbc725f4608b99de7b8f4af354ebbb108db7940a8ec6592fd1
diff --git a/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild b/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
index 446873841359..a07533feafe2 100644
--- a/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
+++ b/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1