summaryrefslogtreecommitdiff
path: root/dev-python/m2crypto
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-02 20:33:47 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-02 20:33:47 +0000
commitb2b90ed2baa48a90f171faafa72d7801874a10eb (patch)
tree7ab7a6c3d3104cca20ae0a9e2c38887728e7b6f2 /dev-python/m2crypto
parentd27e4d91f06b2bb5c354f06c64ad40ce84e41e5e (diff)
downloadbaldeagleos-repo-b2b90ed2baa48a90f171faafa72d7801874a10eb.tar.gz
baldeagleos-repo-b2b90ed2baa48a90f171faafa72d7801874a10eb.tar.xz
baldeagleos-repo-b2b90ed2baa48a90f171faafa72d7801874a10eb.zip
Adding metadata
Diffstat (limited to 'dev-python/m2crypto')
-rw-r--r--dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild8
-rw-r--r--dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild8
-rw-r--r--dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild5
-rw-r--r--dev-python/m2crypto/m2crypto-0.37.1.ebuild9
4 files changed, 6 insertions, 24 deletions
diff --git a/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild b/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild
index 32b153ef66f5..dbb5802f843f 100644
--- a/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.35.2-r1.ebuild
@@ -16,11 +16,9 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="libressl"
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
$(python_gen_cond_dep '
dev-python/typing[${PYTHON_USEDEP}]
' -2)
@@ -33,10 +31,6 @@ BDEPEND="
S="${WORKDIR}/${MY_PN}-${PV}"
-PATCHES=(
- "${FILESDIR}/${PN}-libressl-0.31.0.patch"
-)
-
swig_define() {
local x
for x; do
diff --git a/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild b/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild
index 40af0bafa21e..ef9651e325aa 100644
--- a/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.36.0-r1.ebuild
@@ -16,11 +16,9 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="libressl"
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
$(python_gen_cond_dep '
dev-python/typing[${PYTHON_USEDEP}]
' -2)
@@ -33,10 +31,6 @@ BDEPEND="
S="${WORKDIR}/${MY_PN}-${PV}"
-PATCHES=(
- "${FILESDIR}/${PN}-libressl-0.31.0.patch"
-)
-
swig_define() {
local x
for x; do
diff --git a/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild b/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
index 7962ee2c6456..194fc475c8e5 100644
--- a/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="libressl test"
+IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
@@ -25,8 +25,7 @@ BDEPEND="
test? ( dev-python/parameterized[${PYTHON_USEDEP}] )
"
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
"
DEPEND="${RDEPEND}"
diff --git a/dev-python/m2crypto/m2crypto-0.37.1.ebuild b/dev-python/m2crypto/m2crypto-0.37.1.ebuild
index 35593a51de53..2776d5b62216 100644
--- a/dev-python/m2crypto/m2crypto-0.37.1.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.37.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="libressl test"
+IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
@@ -25,15 +25,10 @@ BDEPEND="
test? ( dev-python/parameterized[${PYTHON_USEDEP}] )
"
RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
"
DEPEND="${RDEPEND}"
-PATCHES=(
- "${FILESDIR}/${PN}-libressl-0.31.0.patch"
-)
-
swig_define() {
local x
for x; do