summaryrefslogtreecommitdiff
path: root/dev-python/toml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/toml
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/toml')
-rw-r--r--dev-python/toml/Manifest2
-rw-r--r--dev-python/toml/toml-0.10.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/toml/Manifest b/dev-python/toml/Manifest
index ce412eec70c3..77e334eb5487 100644
--- a/dev-python/toml/Manifest
+++ b/dev-python/toml/Manifest
@@ -1,3 +1,3 @@
DIST toml-0.10.0.tar.gz 16719 BLAKE2B f7863e9cf0ca5185a59d64010346b4b960c40bc3711d4cbd1ad907d15da823319b748df1a5536465e9f36428bf1599624ede3b1fa68cb420684a52ba137227c9 SHA512 26f26c38ce9cd48305218c2c34c5a5407b00aefc25a933f044bb7be22c23cfdfa3b8cf2da952d17760c4b9038df62e405fa039cc7b63dd3e94c9c312f04f9182
-EBUILD toml-0.10.0.ebuild 561 BLAKE2B 92759db3c40ad29d9755545404670d8ba92bd848a76fb4789d7de9380afe968f86bd949ce1ed22afa38e04b7fecb3c5af2544aa46207277d278220aa5895689b SHA512 d548e324cb4b79a613dac267f6554f4a900a58676fb79a627fb36ae5f59dac5b60d4646da74bf76744b548997301931619a45f97c174abaf4bb4a85887538caa
+EBUILD toml-0.10.0.ebuild 557 BLAKE2B bec07acf9f29e5bdd1c53677285bffb8f7c79fd776c7441fc81f194294bfe6a353ee0e472ff60b6405196b30a1bb67eb09a8a2bb9f6763753b6df7ebd0f4a309 SHA512 53ec1f6b2a984f80116b20ad444bbc6a8547738b2a351ccd7ab5406b7df1fa9bcaec6e488e432198d8246968a728b43f882abdb9366e38fc14bad4bb8b1af4f3
MISC metadata.xml 324 BLAKE2B d9ee23ed157896fac55ab5bddc1cf299572ad05d4b1de97749c0ae196f01515272feea6cbb3e93a71ad908cfb1cdac70a702b2d94b6ef2a74ebc25b044b5c049 SHA512 d5578a5e1e35bb8b263dba80e0f56ee663bfc6fafe052a82889e3d1551a5143345645fcb09107b5115f78a1d40dd4b2a50609a2df096cf870ec6409764d7715a
diff --git a/dev-python/toml/toml-0.10.0.ebuild b/dev-python/toml/toml-0.10.0.ebuild
index d50fd3ab181f..d5fd3caf2142 100644
--- a/dev-python/toml/toml-0.10.0.ebuild
+++ b/dev-python/toml/toml-0.10.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} )
inherit distutils-r1