version bump dev-python/dns-lexicon-3.5.3
This commit is contained in:
parent
d02d007f32
commit
16b8894754
@ -1,2 +1,2 @@
|
|||||||
DIST dns-lexicon-3.5.2.tar.gz 147908 BLAKE2B 37d36f71202746604182132c68b326d929bb3d6492092e0aa3e7cafbace3cf670ae1bbeb56ca777f1c6475f8c51a40329c7f4db6a3b3aabeb9f3df8d70e84cce SHA512 8faf46444318c66e76b39d90deaac9b52a9bb2e4cba4ce8004e03eec9c0a401c1c0ba4408d4c4c6a4a51a714529c8f39b97fe2dd55470a44ae49639ccf4aac2b
|
DIST dns-lexicon-3.5.3.tar.gz 148059 BLAKE2B 2af8cc447a7c0582312ff48b8786ad5f1697aac5e421a52c6af4bcd06b94c64967b3a2e4a8a7d15cd4f19d0f14aa612b854da914ad6f4b4ee502cadf20a90759 SHA512 a7925652fd271f2f2f1aadfcc843359837baec4c76d6a42755e4a052f0414465a7d4e271138a3f39ffdf710caea81874d86f4447e042758c21aec51a9547ce12
|
||||||
EBUILD dns-lexicon-3.5.2.ebuild 794 BLAKE2B edc2cd3b1f5e2d6a7eb6c0b00246fd333a5456eb35e44fc2deec3f7418f2f66df1ad9ae740ce2d13979a87fe7553741e247b3157e605da656cbd0d88e9ca4a33 SHA512 75d83e0558216bf66fef15a73c7ccde424023c9097d38617f2a1b6df32a8f4c2715e626ea133ac9e6edcde32b072e307e6d9980217dd2dd6ab3bf4da2581f2c9
|
EBUILD dns-lexicon-3.5.3.ebuild 828 BLAKE2B 89db66775005991c8702d4e786188c59a3269abf4d249c2c98231392552a5496357c97e2c0df457fd2b751e02ff91b691687fdf15f2a789d08971c07974b4743 SHA512 86e5043579ec5d46a3ac4e03042a88c3b35daa3baa438c4409f7a36ea38d6d7b8c1c61b52bb7f80e6809282d09773094596fa40e42e87727cea0f0f0b088a5a7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
|
PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
@ -20,10 +20,12 @@ DEPEND="
|
|||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
dev-python/requests[${PYTHON_USEDEP}]
|
||||||
>=dev-python/tldextract-2.2.2[${PYTHON_USEDEP}]
|
>=dev-python/tldextract-3.0.0[${PYTHON_USEDEP}]
|
||||||
>=dev-python/cryptography-3.0[${PYTHON_USEDEP}]
|
>=dev-python/cryptography-3.0[${PYTHON_USEDEP}]
|
||||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||||
dev-python/future[${PYTHON_USEDEP}]
|
dev-python/future[${PYTHON_USEDEP}]
|
||||||
>=dev-python/beautifulsoup-4.9.1[${PYTHON_USEDEP}]
|
>=dev-python/beautifulsoup-4.9.1[${PYTHON_USEDEP}]
|
||||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
|
|
||||||
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
Loading…
Reference in New Issue
Block a user