summaryrefslogtreecommitdiff
path: root/dev-python/svg-path
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/svg-path
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/svg-path')
-rw-r--r--dev-python/svg-path/Manifest2
-rw-r--r--dev-python/svg-path/svg-path-6.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/svg-path/Manifest b/dev-python/svg-path/Manifest
index eff7ab9dab3d..561492ce5d53 100644
--- a/dev-python/svg-path/Manifest
+++ b/dev-python/svg-path/Manifest
@@ -1,3 +1,3 @@
DIST svg-path-6.2.gh.tar.gz 39478 BLAKE2B ef5a5c7aca3dc0e3f383f5e2810bad8960e32a55d00b6300e30c81fbe837f380d073bae60b891d371f8a9be3ca556ef11821d5b7c2fe5db519465b099d35e3f9 SHA512 7c9a67467e888f4961d54daf2706125c4ae21bb0cd1010f335eb072df78f12b1da99ddcf64a33a85a0e82a8b347f19e876161e3da8ebf43e5e7b45bbaf7d3325
-EBUILD svg-path-6.2.ebuild 603 BLAKE2B 850b63de7a0005e08b76b7faac591d331dd9fd68152a7c013c1f98e69ba60dcd28037198a40dac9a6a0dd002bb77b4e98fe1e39f69c1c4ec9f55f583d97a989a SHA512 dfb7c1e2ffbd3c0b46f59197e931a29ecfcec1f9a7698146739c54041380d5f489ff8b0f58444c33821567aca9150ea02198ee883d87b5ed149843dd53e6a100
+EBUILD svg-path-6.2.ebuild 603 BLAKE2B 59408a9799ec51a2b1b8e89a71acb912745e51b561764f1be6dcedf1d0853789921a6ddf4456a6f4cf428039decac051f5070e0bb5e4663acbc057f72272d586 SHA512 a8b1d1ce72b911f06218b150f2d732eeca3976d42f37b079c6dc9ef827dd6d50526232a00bb0baf0dd50c6aa202057525aba2592d6daad6607a32a17658d66c2
MISC metadata.xml 605 BLAKE2B 7e4f5fadbcb069ee85389cbf3a93dfc75db9f2c791656f3820fc38e0eb1722959eb8a448395697fd1b87cb6e442b075629fc3df881f0df8dba5715e36cbe217e SHA512 cbd774db6a6e9d1a95b5dbd4884df0de34d24734cd538479f89379be0dae92517171a05bcb014284f93772d48db4f02b0a1aadbb7f9bb4f6a6866e4a8bb910ec
diff --git a/dev-python/svg-path/svg-path-6.2.ebuild b/dev-python/svg-path/svg-path-6.2.ebuild
index b16f7c7da356..1bfdfc6aa64e 100644
--- a/dev-python/svg-path/svg-path-6.2.ebuild
+++ b/dev-python/svg-path/svg-path-6.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1