summaryrefslogtreecommitdiff
path: root/dev-python/smartypants
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-20 00:10:57 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-20 00:10:57 +0100
commitd6ca4e4f90cb75c323b5988eefa96a04c0d36908 (patch)
tree8197fc88451976470c871e991b75a9d40c240270 /dev-python/smartypants
parente8df704cf9b5e9e517317b8912377c0a8ca0d11e (diff)
gentoo auto-resync : 20:06:2024 - 00:10:56
Diffstat (limited to 'dev-python/smartypants')
-rw-r--r--dev-python/smartypants/Manifest2
-rw-r--r--dev-python/smartypants/smartypants-2.0.1-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/smartypants/Manifest b/dev-python/smartypants/Manifest
index 875ceefe6770..1f520ad92aa9 100644
--- a/dev-python/smartypants/Manifest
+++ b/dev-python/smartypants/Manifest
@@ -1,4 +1,4 @@
AUX smartypants-2.0.1-py312.patch 3643 BLAKE2B 4338b3b1ee6aab5cf76bd9811fa219ba34f146c6eb613932f3a000472ca643f8213a744f36aa8a0b8a2b943dcf9d9ee55470093919168c83cbd5da0866c044cc SHA512 a4a8a6aa6896aee6369b35e7f0aafda0c96e1e667daa1c866be6665f56dbfa8dd63f51f0b07a8767e9e0673b8b67a678b78bbfa0155b8ec823107195148f7c24
DIST smartypants-2.0.1.gh.tar.gz 24152 BLAKE2B 258c9692eec675054dc31f760cf3a9fc3995683d7a15fc549fb390611761c0b09f73e077f5917f9f071a8fc1ae3f06e36f745fdc0e2c368f465e29f6ce51457f SHA512 d47a866a5478c3520251f87a93a468a5eea10318b24b2e8d4bc918d533b5a5789aa56d3a8d5fb8ccff9572fb63e5b6f2eafc44f93fb57a19e6621ebef5d64d9d
-EBUILD smartypants-2.0.1-r1.ebuild 966 BLAKE2B 2fc49d7c185a063ff258ccb82abfed950af5b9df2b528f091297aabceb2e46a3e53fbab52d89d5cbb5c15a5a6ad04209889fee518123899e09430e5153f05509 SHA512 f86ea525a65477d99f920bbe5b4916ad1ca2e405ed654d52e74775a963cac6569503262c2d74f4aeee46d456e21dadd2b0662e9ac8f87fc8214257a97c74548c
+EBUILD smartypants-2.0.1-r1.ebuild 966 BLAKE2B bc019fb85da9642005c3305346dc1a89d08567efd0424555d4eaf7d7e1f2a553c4094a3344a24c070c1948773ce9c0b935f752cd457374f63e771931bc8e5c38 SHA512 195afc79a6733adc9d3ce091cc0ab1bce4bcfde64032fb553566f793bbdfb6763924a9444ccc8ad220ff7f918aed95c2e9491d6f6f975dd4f2b8c5e0aaade7d8
MISC metadata.xml 533 BLAKE2B fbdcaba39094feabf10101304a6ad33c261042a49adbfb0610f3c3c0c3cb210d16f5cf7b7033d0092b567029194b40af3470bab472d068883e4800c550c72d30 SHA512 72b1d23d6a0e0b25679cf5de859398606004891308a316e549cac1c615381e3c89bcb79428e21346856cddbd28740b9423abefbe9b55b397dbaf41a56d7763df
diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index e1ab8ba2d497..fdecbe38abb1 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1