aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-12-06 11:07:22 +0000
committerRene Ladan <rene@FreeBSD.org>2022-12-06 11:12:04 +0000
commitc37c0138b3b8b870856b2fae6277fcb9d6dcd3cd (patch)
treee76b5dde725be72f90bfddb9a403cf5db88d9d06
parent2d748e1c539b6048d6a1c900afb193c188bb271c (diff)
downloadports-c37c0138b3b8b870856b2fae6277fcb9d6dcd3cd.tar.gz
ports-c37c0138b3b8b870856b2fae6277fcb9d6dcd3cd.zip
Revert: "all: deprecate ports depending on expired security/py-keyrings.alt"
This reverts commit f9f811816c9a50a19570ef4ee66dc6e3f43baec5. security/py-keyrings.alt was updated to use supported dependencies in commit a16d8f14ce3bbcae7b17b690069593b5b0c7fb9e
-rw-r--r--biology/py-orange3-bioinformatics/Makefile3
-rw-r--r--biology/py-orange3-single-cell/Makefile3
-rw-r--r--misc/orange3/Makefile3
-rw-r--r--misc/py-orange3-associate/Makefile3
-rw-r--r--misc/py-orange3-datafusion/Makefile3
-rw-r--r--misc/py-orange3-educational/Makefile3
-rw-r--r--misc/py-orange3-network/Makefile3
-rw-r--r--misc/py-orange3-timeseries/Makefile3
-rw-r--r--textproc/py-orange3-text/Makefile3
9 files changed, 0 insertions, 27 deletions
diff --git a/biology/py-orange3-bioinformatics/Makefile b/biology/py-orange3-bioinformatics/Makefile
index 714eb7e79afb..7b97466250ce 100644
--- a/biology/py-orange3-bioinformatics/Makefile
+++ b/biology/py-orange3-bioinformatics/Makefile
@@ -12,9 +12,6 @@ WWW= https://github.com/biolab/orange3-bioinformatics
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
-EXPIRATION_DATE=2022-12-31
-
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}Genesis-PyAPI>0:biology/py-Genesis-PyAPI@${PY_FLAVOR} \
diff --git a/biology/py-orange3-single-cell/Makefile b/biology/py-orange3-single-cell/Makefile
index a2fd06f80fc4..fa04f5481e29 100644
--- a/biology/py-orange3-single-cell/Makefile
+++ b/biology/py-orange3-single-cell/Makefile
@@ -10,9 +10,6 @@ WWW= https://singlecell.biolab.si/
LICENSE= AGPLv3+
-DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
-EXPIRATION_DATE=2022-12-31
-
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}orange3-bioinformatics>0:biology/py-orange3-bioinformatics@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}astropy>0:astro/py-astropy@${PY_FLAVOR} \
diff --git a/misc/orange3/Makefile b/misc/orange3/Makefile
index 98bd9bc21df2..bcf432b6e8ee 100644
--- a/misc/orange3/Makefile
+++ b/misc/orange3/Makefile
@@ -9,9 +9,6 @@ WWW= https://orange.biolab.si/
LICENSE= GPLv3
-DEPRECATED= Depends on expired security/py-keyrings.alt
-EXPIRATION_DATE=2022-12-31
-
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.11:x11-toolkits/py-AnyQt@${PY_FLAVOR} \
diff --git a/misc/py-orange3-associate/Makefile b/misc/py-orange3-associate/Makefile
index bc725546e585..9239fbf85c5a 100644
--- a/misc/py-orange3-associate/Makefile
+++ b/misc/py-orange3-associate/Makefile
@@ -9,9 +9,6 @@ WWW= https://github.com/biolab/orange3-associate
LICENSE= GPLv3+
-DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
-EXPIRATION_DATE=2022-12-31
-
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
diff --git a/misc/py-orange3-datafusion/Makefile b/misc/py-orange3-datafusion/Makefile
index 7836734602e9..31b34f88f861 100644
--- a/misc/py-orange3-datafusion/Makefile
+++ b/misc/py-orange3-datafusion/Makefile
@@ -12,9 +12,6 @@ WWW= https://github.com/biolab/orange3-datafusion
LICENSE= GPLv3
-DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
-EXPIRATION_DATE=2022-12-31
-
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${PY_FLAVOR}
diff --git a/misc/py-orange3-educational/Makefile b/misc/py-orange3-educational/Makefile
index c930bbf451b7..fc8fefdf633f 100644
--- a/misc/py-orange3-educational/Makefile
+++ b/misc/py-orange3-educational/Makefile
@@ -10,9 +10,6 @@ WWW= https://github.com/biolab/orange3-educational
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
-EXPIRATION_DATE=2022-12-31
-
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR}
diff --git a/misc/py-orange3-network/Makefile b/misc/py-orange3-network/Makefile
index 2fee1ad313b1..45f24ee498c7 100644
--- a/misc/py-orange3-network/Makefile
+++ b/misc/py-orange3-network/Makefile
@@ -10,9 +10,6 @@ WWW= https://github.com/biolab/orange3-network
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
-EXPIRATION_DATE=2022-12-31
-
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
diff --git a/misc/py-orange3-timeseries/Makefile b/misc/py-orange3-timeseries/Makefile
index 3f62fc529872..578a215cc116 100644
--- a/misc/py-orange3-timeseries/Makefile
+++ b/misc/py-orange3-timeseries/Makefile
@@ -10,9 +10,6 @@ WWW= https://github.com/biolab/orange3-timeseries
LICENSE= CC-BY-3.0
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
-EXPIRATION_DATE=2022-12-31
-
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
diff --git a/textproc/py-orange3-text/Makefile b/textproc/py-orange3-text/Makefile
index fc2ea5c31da3..e2b4093bcd37 100644
--- a/textproc/py-orange3-text/Makefile
+++ b/textproc/py-orange3-text/Makefile
@@ -9,9 +9,6 @@ WWW= https://github.com/biolab/orange3-text
LICENSE= AGPLv3
-DEPRECATED= Depends on expired security/py-keyrings.alt (via msic/orange3)
-EXPIRATION_DATE=2022-12-31
-
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \