summaryrefslogtreecommitdiff
path: root/dev-python/parse
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/parse
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/parse')
-rw-r--r--dev-python/parse/Manifest2
-rw-r--r--dev-python/parse/parse-1.19.0-r1.ebuild (renamed from dev-python/parse/parse-1.19.0.ebuild)5
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/parse/Manifest b/dev-python/parse/Manifest
index 4dc517b38230..cec21256fc55 100644
--- a/dev-python/parse/Manifest
+++ b/dev-python/parse/Manifest
@@ -1,3 +1,3 @@
DIST parse-1.19.0.tar.gz 30884 BLAKE2B 97f0d1fb7f1d2d826f20df592a61bc94e65ea583ba651d4ddf18b3ffb21d977444c2a3a0e75ba9138d2bae48668456d1ac56d50d05d4b8ed7721733f3bda59f2 SHA512 25e183949a78213e699c319f5dcf1b2664ea6cfcfae4b9eb8dcaf1825e55dcb2ce2032f9eb630e962acf2d94588d4f4b8cf340af1075cbab5ab44aed5377ef6f
-EBUILD parse-1.19.0.ebuild 429 BLAKE2B 1bc183c4f2690584460e376c6248aae50b4ed7c5a767d6aae120ecd65e1508e4b76e8ec8595a13cfc649c3119c6825475da78986c92d4924fc10083f61cc09b7 SHA512 c654c2485ceda449ced84f3bfb6fe56254f6e78e765e571adb3014a956ea76e2b00c0bb8c86cbf4c0370df5ca9b309e78a1adc76450e4a1c0bffc4adc5793a86
+EBUILD parse-1.19.0-r1.ebuild 466 BLAKE2B 87298882a84cf63f91f20a4856197ce87ace7c97a6aac298d5fe45ce46429c2d1ba88ba5472f204311e718f6c3064dd22ba78410a0bcbc7d3526d95ff06967a1 SHA512 f76570522eef1ed30e823dda8da3c609ebc2e6867f78983e0843ce7c8a252dbe173587a97215f28e6b8a7b9aaf3117adad3369729f669df65effcaaa10b4f3f0
MISC metadata.xml 396 BLAKE2B 42ba6e57fc13212435a73e964b285263bcf59113036917323c9d1f8f9b7a6c2154026023f8f5e5860ea883756f0faf374330eab21492f023aacfcef2e0e59a78 SHA512 b3c05ef4031f719e4349f165a9457d1fefb6bcd39167e99d1ccbe2a7c72b14b1541c16f4cdd334f670fe46c8c5a88ff875e8f57d33cdb6b85cab0fc7fae6b750
diff --git a/dev-python/parse/parse-1.19.0.ebuild b/dev-python/parse/parse-1.19.0-r1.ebuild
index 4aad51748837..47663cbb6a34 100644
--- a/dev-python/parse/parse-1.19.0.ebuild
+++ b/dev-python/parse/parse-1.19.0-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Parse strings using a specification based on the Python format() syntax"