diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-30 08:49:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-30 08:49:38 +0100 |
commit | b2be182d49eea46686b5cf2680d457df61e89dc4 (patch) | |
tree | c66442ced2011c5ca81c3114cc51041e314c6d33 /dev-python/dnslib | |
parent | e23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff) |
gentoo resync : 30.06.2018
Diffstat (limited to 'dev-python/dnslib')
-rw-r--r-- | dev-python/dnslib/Manifest | 2 | ||||
-rw-r--r-- | dev-python/dnslib/dnslib-0.9.6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/dnslib/Manifest b/dev-python/dnslib/Manifest index 1e097203280b..ef7eb9608b74 100644 --- a/dev-python/dnslib/Manifest +++ b/dev-python/dnslib/Manifest @@ -1,3 +1,3 @@ DIST dnslib-0.9.6.tar.gz 60079 BLAKE2B 203f765683cdeefb0aab50138c548c585352dd38fad3fe834dc4919584a5e8b3912451e09050d30f42ed301716dce1c2b02b15464881355ab893c601a4635790 SHA512 c733803a9b25356c82afb4ce853a681545aebdb5fbd4f8a544eea9bb61ff354acc044a43357435e02b8b787a17fec99ea7e9f01b1c1e93a2e39945657c495105 -EBUILD dnslib-0.9.6.ebuild 450 BLAKE2B 486878285f88d037539b0f0ad4a49347e24fc54df8e663d942a7e974da777a0acce58fa247c2b6f0088630cfd14404e0fb952386b8659472b1709e2581b600bd SHA512 10635dd4453b5823a6ebcf7bf72c4721092f3f7d47474ede1b62b871df488e47d0d3c1bf1efb9c8affb19161715e07746b8a7fc625d2e33848f7308313b57fb6 +EBUILD dnslib-0.9.6.ebuild 452 BLAKE2B bf3049eff070025449a0bdea35e485a7f40e346b7d4c18e5ebbbd6fbbdda4bd9264809b4f939178952c12713d5deaf5ec4fc23f8092208cdd7d4cee7f68d785a SHA512 bd2ee958b1b7c282e5d971478ac269a3cfe67802d7c405bfa583be16bb59ad25e03cf4ac4d7e4a10e9c8a0688cf50d9b9ebd0997078b99a4d1928d957874309a MISC metadata.xml 330 BLAKE2B 04303b87a464d7e4cf5004b89038dfaae01809763d44f1eb0fa23ec414826292c5f1b7601f2d96bf9db8ed39bd1ac0285c63fe41fb6f8f33af4f4d2d3aa487aa SHA512 a3d016fa988a8e573fb13dc86ba726c2ccae234c23dac767166064f83f49da7ccd9bc1313753efdcd02d4bf1816c98483396e21addc1c5e9846045d59d420b50 diff --git a/dev-python/dnslib/dnslib-0.9.6.ebuild b/dev-python/dnslib/dnslib-0.9.6.ebuild index 6fba07abeec6..0849b244f975 100644 --- a/dev-python/dnslib/dnslib-0.9.6.ebuild +++ b/dev-python/dnslib/dnslib-0.9.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |