diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /virtual/python-ipaddress | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'virtual/python-ipaddress')
-rw-r--r-- | virtual/python-ipaddress/Manifest | 2 | ||||
-rw-r--r-- | virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/virtual/python-ipaddress/Manifest b/virtual/python-ipaddress/Manifest index c20053867516..4feb1b660584 100644 --- a/virtual/python-ipaddress/Manifest +++ b/virtual/python-ipaddress/Manifest @@ -1,2 +1,2 @@ -EBUILD python-ipaddress-1.0-r1.ebuild 598 BLAKE2B b12352d6583ec8b20115b83ac27e45d4df6dc830a5f32abdd568e1372306cb2fdf2c10f6ee535ce9562a5010aa337c5b24dc73d5c63a1faac7162a2a163b4de4 SHA512 1f1ea3f59778b06f757bb491b6a35885c75b5d2c8334118f57c1edbb25526b919647cd922e91380ea0364590020884430c9f8a2a150760159ad2debfa589bba9 +EBUILD python-ipaddress-1.0-r1.ebuild 591 BLAKE2B 37d78fabe58f97baf0ff29cb2ba3e93b4bb4954e37bc64a8d779511864ef4be95e3f6f885ec0f47fbdc862bb529b35c842757a97078ad61b6d77ddd71d2a219c SHA512 965ac061c669674fd614f114f7d7eff33ec6c1260234f9059899e6e3f7dbfe39c5e00726344c8343e78d16791b818bd277359f7641d47f719a4f7040a999b989 MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59 diff --git a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild b/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild index cc3091a0a4ef..607e461a5e8c 100644 --- a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild +++ b/virtual/python-ipaddress/python-ipaddress-1.0-r1.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=5 -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) inherit python-r1 |