summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorrene <rene@35697150-7ecd-e111-bb59-0022644237b5>2021-03-24 13:34:35 +0000
committerrene <rene@35697150-7ecd-e111-bb59-0022644237b5>2021-03-24 13:34:35 +0000
commitc202fde86b84f3c9bc875994ee890ac8aeb44184 (patch)
tree927d28feccb5a8860ed230fbec099ccb4255ada8 /biology
parentfef2ba7a02afbb69097147ab583406da72166641 (diff)
downloadfreebsd-ports-c202fde86b84f3c9bc875994ee890ac8aeb44184.tar.gz
freebsd-ports-c202fde86b84f3c9bc875994ee890ac8aeb44184.tar.bz2
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 git-svn-id: http://svn.freebsd.org/ports/head@569118 35697150-7ecd-e111-bb59-0022644237b5
Diffstat (limited to 'biology')
-rw-r--r--biology/py-orange3-bioinformatics/Makefile3
-rw-r--r--biology/py-orange3-single-cell/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/biology/py-orange3-bioinformatics/Makefile b/biology/py-orange3-bioinformatics/Makefile
index d5555fd3f24d..7571468f1699 100644
--- a/biology/py-orange3-bioinformatics/Makefile
+++ b/biology/py-orange3-bioinformatics/Makefile
@@ -12,6 +12,9 @@ COMMENT= Orange add-on providing common functionality for bioinformatics
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses EOL Python 2.7 via misc/orange3
+EXPIRATION_DATE=2021-06-23
+
RUN_DEPENDS= orange3>0:misc/orange3 \
${PYTHON_PKGNAMEPREFIX}Genesis-PyAPI>0:biology/py-Genesis-PyAPI@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
diff --git a/biology/py-orange3-single-cell/Makefile b/biology/py-orange3-single-cell/Makefile
index 6fa9d2ced371..dc2265faeafa 100644
--- a/biology/py-orange3-single-cell/Makefile
+++ b/biology/py-orange3-single-cell/Makefile
@@ -11,6 +11,9 @@ COMMENT= Orange add-on for gene expression of single cell data
LICENSE= AGPLv3+
+DEPRECATED= Uses EOL Python 2.7 via misc/orange3
+EXPIRATION_DATE=2021-06-23
+
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} \