1
0
Fork 0

dev-python/pypandoc: Fix DISTUTILS_USE_PEP517

This commit is contained in:
Ryan Fox 2023-02-01 10:41:11 -08:00
parent c30bc1fae6
commit 3487906ffd
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
DIST pypandoc-1.9.gh.tar.gz 36826 BLAKE2B 2d86bdbd4d8a61987e61c7d8ac71c96f58152dd2b0a377ce962563b4f39ec79cdd9ff066e875f9788141a449e32b217d5288aefd12fc6c25e21a950bd4e39455 SHA512 3cb95ffe21dc049f6b758314e2292b4db4eb7994540c10a2f25d9404f933ab2cea59f116432b77881bd9f8e651b73e64d8bfe2819720b2bae2aff438e70ebe5d
EBUILD pypandoc-1.9.ebuild 616 BLAKE2B af78b558e59a58b6ca70839621ce0a339e4210aff1188c7f3cb46a3c75110b78bcbc6d8d625835bd6c88fe65b86b2e924531df25ed3a9012a61c5a1e15120714 SHA512 9667fefabb3185830cdf8789ca8fc2c4fdc8a8868a3c5c0216bdf67dbea64fc5807afefa70e186c6f97a00fdafeefe019059d158ac6d2a861c2067f0debcaf3d
EBUILD pypandoc-9999.ebuild 616 BLAKE2B af78b558e59a58b6ca70839621ce0a339e4210aff1188c7f3cb46a3c75110b78bcbc6d8d625835bd6c88fe65b86b2e924531df25ed3a9012a61c5a1e15120714 SHA512 9667fefabb3185830cdf8789ca8fc2c4fdc8a8868a3c5c0216bdf67dbea64fc5807afefa70e186c6f97a00fdafeefe019059d158ac6d2a861c2067f0debcaf3d
EBUILD pypandoc-1.9.ebuild 612 BLAKE2B 8c67b33a66b697fc4435bf7deb6ae2b63a413aa3c07e263d7c5c6cd3ef046c7121064632fb1deea67887ac68e9541e980dce5911f5782c7fb07342bcb1dfd9fe SHA512 ba75872afc0f0767cff9702b120f908dafe9466fcdc4b0a3b2bb0af6aab573eab42600be354f8151ac8fc6bfe400536a2db9af65663cce6223af9997ecf58530
EBUILD pypandoc-9999.ebuild 612 BLAKE2B 8c67b33a66b697fc4435bf7deb6ae2b63a413aa3c07e263d7c5c6cd3ef046c7121064632fb1deea67887ac68e9541e980dce5911f5782c7fb07342bcb1dfd9fe SHA512 ba75872afc0f0767cff9702b120f908dafe9466fcdc4b0a3b2bb0af6aab573eab42600be354f8151ac8fc6bfe400536a2db9af65663cce6223af9997ecf58530
MISC metadata.xml 375 BLAKE2B 8cc9a7fcd9695422b19091268b46b1a9b81fdfe02d097c967057ec673750687bddd313001ecf2a1773468cbe073727d47fdfdcd5d9de25b0ff785b4bb174b426 SHA512 6f328dc9f0db627bc9f02a271b6315e6b3bf6665edc0792854c05cb09956974cea3db3c3eb83d8150c3fea9ee9316db45a2b14e6760029dac61713cfc7633955

View File

@ -1,9 +1,9 @@
# 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
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1

View File

@ -1,9 +1,9 @@
# 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
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1