app-crypt/acme: disallowing the install of dev-python/josepy
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 1 Jan 2018 20:57:04 +0000 (14:57 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 1 Jan 2018 20:57:04 +0000 (14:57 -0600)
acme has a built in version of dev-python/josepy

Fixes: Bug-642954
Package-Manager: Portage-2.3.14, Repoman-2.3.6

app-crypt/acme/acme-0.18.2.ebuild
app-crypt/acme/acme-0.19.0.ebuild
app-crypt/acme/acme-0.20.0.ebuild

index 135b289d3d81f5975fc4b72617bce41ff29efa2c..88225e3b4f471f9b6161044e505fab27ed838d7b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,8 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
        dev-python/pyrfc3339[${PYTHON_USEDEP}]
        dev-python/pytz[${PYTHON_USEDEP}]
        >=dev-python/requests-2.10[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]"
+       dev-python/six[${PYTHON_USEDEP}]
+       !dev-python/josepy[${PYTHON_USEDEP}]"
 DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
        >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
 
index 13f5e31382c3a2f98cd15739ba173aa2489a56cd..39d761d8800cb7d708d53c69df6af05c0f171511 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,8 @@ RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
        dev-python/pyrfc3339[${PYTHON_USEDEP}]
        dev-python/pytz[${PYTHON_USEDEP}]
        >=dev-python/requests-2.10[${PYTHON_USEDEP}]
-       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+       >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+       !dev-python/josepy[${PYTHON_USEDEP}]"
 DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
        >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
 
index b02dbde82a946e9ce451b4a395e444b62eb920bc..81cab6d823e4df736ad121ddeb83e2280b9c6ba6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,6 +31,7 @@ RDEPEND="
        dev-python/pytz[${PYTHON_USEDEP}]
        >=dev-python/requests-2.10[${PYTHON_USEDEP}]
        >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+       !dev-python/josepy[${PYTHON_USEDEP}]
 "
 DEPEND="
        test? (