diff options
Diffstat (limited to 'dev-python/python-augeas')
-rw-r--r-- | dev-python/python-augeas/Manifest | 4 | ||||
-rw-r--r-- | dev-python/python-augeas/python-augeas-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-augeas/python-augeas-1.0.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/python-augeas/Manifest b/dev-python/python-augeas/Manifest index ed4b3ff1502a..a8a61f8f4ac4 100644 --- a/dev-python/python-augeas/Manifest +++ b/dev-python/python-augeas/Manifest @@ -1,5 +1,5 @@ DIST python-augeas-0.5.0.tar.gz 90667 BLAKE2B 5d563350c3f80db45aad87326c445e93e3563ca6eb8de17889cdc91735c61dfcf0fda4e93f15c0d450ee156d57cb71598f32cdce6f6716b0fd610b793f103641 SHA512 d93d9e21c720084ee3c1841a2172dd1a4cfb41e668de0f557bd214efd65e685a1e5fc713a7d34e0fed727fe908bb1e8a09a1c10587bc27f3708cbcdee575cc51 DIST python-augeas-1.0.3.tar.gz 92747 BLAKE2B 0dda6ae6bbac1689c633301b91877cca4cf20773a3bf83bfd8a809dfc973da011cbeb39ed12f34b67f8f1be50ce5b9fc89e9cc7abbc992117853c11851b18fab SHA512 737b41e7bb438d80da75b55714c3f0b1706a4b2cacddd20fadf855bc3044e532f4079319b3775032e6f6009cf7f282af33fdf583332772b443a6c2d4925639fa -EBUILD python-augeas-0.5.0.ebuild 510 BLAKE2B d7920da321d279ddaa31495a10f789699dbe77723be2af64b5746d04c055f724ba1b438b688320f097aee61203bdf4d676c12576b1d1376d96266b41930a8eaf SHA512 5aa5fd3c7579ad41d033be22eb4a3772b96d5b3c7a16a4b3819208abb6e96042ffc46ad38f6c2169d57f4e70deda57c42da3dfd5e7861581032986ee05ef507b -EBUILD python-augeas-1.0.3.ebuild 557 BLAKE2B 6e2915ec3dee1effe92fb56fd9e04b6953037041cf42ae36ecb643a12f88c7fb6199d684030a9a8f6bb0e7947a18d9a0d356cb78a5b31f1f16f0788d1da8c015 SHA512 8eaa3f4781da80b1b9601620fbd7be633cc99dbcaae3fe35ef8376d56ac1f2634609359bd9b701c6cfe63490217491f43261a930ba262602e01d6a96cdd0597b +EBUILD python-augeas-0.5.0.ebuild 506 BLAKE2B 3e6232c643f5761dbbff2e5fabb91c6aad57a9190cf3901348d31d5fe8bae23f941b3bea83859a218df0430001454ff809abe3ce90f78f8d6692f49cde94f3f1 SHA512 fa1afe2cfbf60d414b6bb87e9e9996ff3edbcb834e926fbdcbc818c785ff0c5f47d1e20d632da1d2f11877590fa52cd9e62c471eebc3cbe05f8aea96e8f243bf +EBUILD python-augeas-1.0.3.ebuild 553 BLAKE2B b811899bb3a95f66aa867fc389d551ef882bd460c44b8f2badb6ba35b9babd53562739f6c4d71fde1b7757749d6605d0d4b765e537ca0ee20e05c5377e2d3393 SHA512 cf9216f63af63bab351e52e907664d7a28fb4036b5e7c15f1aec36c67c5000f2e9be4d149b32c03c3696e42ee957a670a077a0a80e8679872adec42513d26d6d MISC metadata.xml 486 BLAKE2B 8d3580820dd340e0021d4d016032e50741f1e975abeaea318433540848a62f67b24c00cb510da00f5c4e4890a153c899fc479c56b8a0fd535fecd059e9327d29 SHA512 8b95d59d81d418b1cd7ee5d95e445be02db004a3443d8aa6d610e03400d15ff0718a4295e8cb477f1da28b70e32fefd2e26ebe4c2eb75601c907440cfec91102 diff --git a/dev-python/python-augeas/python-augeas-0.5.0.ebuild b/dev-python/python-augeas/python-augeas-0.5.0.ebuild index 92a0d062d2c4..91a7f39177ec 100644 --- a/dev-python/python-augeas/python-augeas-0.5.0.ebuild +++ b/dev-python/python-augeas/python-augeas-0.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/python-augeas/python-augeas-1.0.3.ebuild b/dev-python/python-augeas/python-augeas-1.0.3.ebuild index 10b466c7506f..2ea047133647 100644 --- a/dev-python/python-augeas/python-augeas-1.0.3.ebuild +++ b/dev-python/python-augeas/python-augeas-1.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 |