1
0
Fork 0

dev-python/markdown-captions: PEP517

This commit is contained in:
Ryan Fox 2023-01-16 03:21:52 -08:00
parent 3c33190105
commit 0f1c2df4b1
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
DIST markdown-captions-2.1.2.tar.gz 3031 BLAKE2B 5d4b7994b411d6506270eb9086f34897c5997c7dd061a6d7b15022d8974d1a48d7efeb8d7db9d4cfd9d214033c89207af44d6f705beefecac30be536a53abfe5 SHA512 3abe4cb7faae432d793cb5ac732a9a173935f4791188d5a1c8551490ce735c76a3f7fdd8b19d4c62527f63cf44928625d9545bd08c5d4fec56fd664ff2f40cc5
EBUILD markdown-captions-2.1.2.ebuild 575 BLAKE2B 86744f1a342f0857610ffdf0c0112d8413b3c9929644384cb6f3e8e501a6f6e617a4efa2523490d66c46bdc07ae96fc96054b3871b665ae3a4ca9e1eaa7c2cf1 SHA512 018873ced37d46f58da65e249a35a35a4119ce866df6187b771d7e293d97205e4358149693ef8ed58f18496c65a3f854e1b6ec4201094c5d262defab8063c1d0
EBUILD markdown-captions-9999.ebuild 575 BLAKE2B 86744f1a342f0857610ffdf0c0112d8413b3c9929644384cb6f3e8e501a6f6e617a4efa2523490d66c46bdc07ae96fc96054b3871b665ae3a4ca9e1eaa7c2cf1 SHA512 018873ced37d46f58da65e249a35a35a4119ce866df6187b771d7e293d97205e4358149693ef8ed58f18496c65a3f854e1b6ec4201094c5d262defab8063c1d0
EBUILD markdown-captions-2.1.2.ebuild 574 BLAKE2B c98630e67071b6e5285cded723a6c99bfd792b840fe6f5c8aeb1a525521611fd313db7a57e42f837548382e21af6f862bd65d1c7d268f8390d1b49a0af92945b SHA512 2f24f1155fc2296cd6fa3eef2c92c815e56d34a40901dfc797dfeb75aa689e2533920b84f15235dddaa448e6e3ed1c1fc8c44df7933214197646eed4ffa66af5
EBUILD markdown-captions-9999.ebuild 574 BLAKE2B c98630e67071b6e5285cded723a6c99bfd792b840fe6f5c8aeb1a525521611fd313db7a57e42f837548382e21af6f862bd65d1c7d268f8390d1b49a0af92945b SHA512 2f24f1155fc2296cd6fa3eef2c92c815e56d34a40901dfc797dfeb75aa689e2533920b84f15235dddaa448e6e3ed1c1fc8c44df7933214197646eed4ffa66af5
MISC metadata.xml 386 BLAKE2B fa1e92952402ef46b992de253dae4173cbd574814e6a94a74371da3452f164a1f7ac531f3178f7eb7d642ae3c811eaa7747727ea2a37762e7ec3ffd482a5a883 SHA512 a7bacd2f6b4faed67c87cda10a0232f09620ac6172fbbb8bee67601bf083c119fd4bbc97a25f43342d1ed25300d85a191bfcfb25df4b7b7f0372eda650605410

View File

@ -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} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1

View File

@ -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} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1