use-flags for provider with special dependencies added.

This commit is contained in:
Micha Glave 2019-03-06 14:42:26 +01:00
parent c8cb4bf42f
commit 8926d69b11
2 changed files with 15 additions and 6 deletions

View File

@ -1,2 +1,2 @@
DIST lexicon-3.1.5.tar.gz 2742484 BLAKE2B 29026333267a92458778d800273dfca7eb7202d4c751fd7aa73d8f1750109d2593853c3e95a41296f5de1ff7a60e38a9174553743be07c8511624b85cafd28da SHA512 0ca13787b6d0f3fa6ed6eb95e0df06bc8c82bc76ec54a48460fd978d4ad7df25b35f298c517a008f4300bea14b45749ebbb5dd10e91acdda4d4983bfe705d004
EBUILD lexicon-3.1.5.ebuild 659 BLAKE2B 4c648116172b9525c3fdb64d7bfd3c93dc61b298af3eeac660561732499240455afdd219c2c164247cc601f6f5a5264fa48056351a08ad93dc68e9c107791376 SHA512 28239ec3433f731815451940f6974871f79020be0ed06835c1010dd7b1a229c41c17d52e07065c12e0e3e9f7511fcc20a68a52d19bd13a5c7f48af6aa34d27c0
EBUILD lexicon-3.1.5.ebuild 1182 BLAKE2B 11025cd1b4567aa7341d654f85c4ebdd6a94ea67ab352ea7b5ced59f8a4a6699b1b82c35051edb694597aa7b2df16d4b5cf546556ca96a60c40c60979f5fb754 SHA512 62f54c9bb8071b418ff953bdfac83334f1cc06558868001c41bf8307168ac033c9bcc3a63dfcee32f1744b9024ca611af05d4a6607d0ed7eda5c06f41d5fbbdd

View File

@ -16,11 +16,20 @@ SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/${GITHUB_TAG}.tar.gz ->
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
IUSE="easyname henet hetzner plesk route53 subreg"
RDEPEND="
dev-python/requests[ssl,${PYTHON_USEDEP}]
dev-python/tldextract[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
easyname? ( dev-python/beautifulsoup:4[${PYTHON_USEDEP}] )
henet? ( dev-python/beautifulsoup:4[${PYTHON_USEDEP}] )
hetzner? ( >dev-python/dnspython-1.5.0[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}] )
plesk? ( dev-python/xmltodict[${PYTHON_USEDEP}] )
route53? ( dev-python/boto3[${PYTHON_USEDEP}] )
subreg? ( dev-python/zeep[${PYTHON_USEDEP}] )
"
RDEPEND="${DEPEND}"
DEPEND=""
BDEPEND=""