dev-python/exifread: EAPI6

This commit is contained in:
Jörg Deckert 2021-11-04 18:53:20 +01:00
parent acc15f25e7
commit a8a8a6ba61
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
DIST exifread-2.1.2.tar.gz 32196 BLAKE2B b092d96a342528ff0156505aaad5c1305d0a6786f269428989e0b765699e92c44fc8d95535cefdc87b531fec2be20f750b883f2d774496e796cf64bb21b121e4 SHA512 4636738fa304b4def3cce2adc03494b78318857a1172b2bfbf372e8b88fb2838b1dbb8aab1aefac02540b14d0a571d4ab524166191f539b61c239704bb50c063
EBUILD exifread-2.1.2.ebuild 549 BLAKE2B 20254506c595a210c151dc9f97a958d5830ee8e1c2c0a8a685219cb25825224705b6adab2cefae525397937f824a21652dbdc4fa59f58360c93d06cb62d12142 SHA512 bc5dcc509d5059aa0e6d1f76a3698968bc2843d4b19f4154c148cc0a64bc20da9cd409575529c9be051093ffa483c6eb88c91ec6878823e77bfb74e02198932c
EBUILD exifread-2.1.2.ebuild 553 BLAKE2B 03343b71637277e7a46803dfe6d5a58ef9de6b9f920898531d50ac9c7d283e1d4c8841f73b85c4ff6a9682cb23d08f88037259c3002303bda88ab3c10b4be55e SHA512 bcb29de3aef87dd3d17f7965c7ace51cc8fe87af4ab66d938a734260ba3dd9c6d3fdd2b52ea1cd32662e1df449ee3faaeb3a2aa8630502e58bd07ab36a905e45

View File

@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=6
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8,3_9} )
inherit distutils-r1