summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/idjc/Makefile3
-rw-r--r--audio/sonata/Makefile3
-rw-r--r--cad/py-pycam/Makefile3
-rw-r--r--databases/emma/Makefile3
-rw-r--r--databases/pgworksheet/Makefile3
-rw-r--r--deskutils/anamnesis/Makefile3
-rw-r--r--deskutils/gbirthday/Makefile3
-rw-r--r--deskutils/gtg/Makefile3
-rw-r--r--deskutils/nemo-extensions/Makefile3
-rw-r--r--deskutils/pybookreader/Makefile3
-rw-r--r--devel/diffuse/Makefile3
-rw-r--r--devel/gtkparasite/Makefile3
-rw-r--r--editors/py-room/Makefile3
-rw-r--r--games/magicor/Makefile3
-rw-r--r--games/openalchemist/Makefile3
-rw-r--r--games/pythonsudoku/Makefile3
-rw-r--r--graphics/driconf/Makefile3
-rw-r--r--graphics/nathive/Makefile3
-rw-r--r--graphics/py-goocanvas/Makefile3
-rw-r--r--graphics/py-mcomix/Makefile3
-rw-r--r--graphics/uniconvw/Makefile3
-rw-r--r--mail/claws-mail-python/Makefile3
-rw-r--r--math/lybniz/Makefile3
-rw-r--r--misc/metromap/Makefile3
-rw-r--r--misc/typetrainer/Makefile3
-rw-r--r--multimedia/gtk-recordmydesktop/Makefile3
-rw-r--r--net-p2p/deluge/Makefile3
-rw-r--r--security/zenmap/Makefile3
-rw-r--r--x11-fonts/font-manager/Makefile3
-rw-r--r--x11-toolkits/hippo-canvas/Makefile3
-rw-r--r--x11-toolkits/py-kiwi-gtk/Makefile3
-rw-r--r--x11/arandr/Makefile3
-rw-r--r--x11/py-xdot06/Makefile3
33 files changed, 99 insertions, 0 deletions
diff --git a/audio/idjc/Makefile b/audio/idjc/Makefile
index 6f0c69f78148..157301dbb303 100644
--- a/audio/idjc/Makefile
+++ b/audio/idjc/Makefile
@@ -12,6 +12,9 @@ COMMENT= Shoutcast/Icecast DJ Console
LICENSE= LGPL20
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
libavutil.so:multimedia/ffmpeg \
libjack.so:audio/jack \
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile
index 17410564b1ba..20bb6c768986 100644
--- a/audio/sonata/Makefile
+++ b/audio/sonata/Makefile
@@ -12,6 +12,9 @@ COMMENT= Elegant music player for MPD
LICENSE= GPLv3
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpd>=0.2.0:audio/py-mpd@${PY_FLAVOR}
USES= gettext gnome pkgconfig python:2.7
diff --git a/cad/py-pycam/Makefile b/cad/py-pycam/Makefile
index f51b5de196fa..da301da71bfd 100644
--- a/cad/py-pycam/Makefile
+++ b/cad/py-pycam/Makefile
@@ -13,6 +13,9 @@ COMMENT= Toolpath generator for 3-axis CNC machining
LICENSE= GPLv3
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/OpenGL/__init__.py:graphics/py-PyOpenGL@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gdkgl/__init__.py:x11-toolkits/py-gtkglext@${PY_FLAVOR}
diff --git a/databases/emma/Makefile b/databases/emma/Makefile
index bffecaa0a88b..0594b66a4301 100644
--- a/databases/emma/Makefile
+++ b/databases/emma/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= http://www.fastflo.de/files/emma/downloads/python_src/
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= Extendable MySQL managing assistant
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb@${PY_FLAVOR}
USES= gnome python:2.7
diff --git a/databases/pgworksheet/Makefile b/databases/pgworksheet/Makefile
index 42f8942aeb69..d083406196e7 100644
--- a/databases/pgworksheet/Makefile
+++ b/databases/pgworksheet/Makefile
@@ -12,6 +12,9 @@ COMMENT= Simple PostreSQL GUI front end
LICENSE= GPLv2
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyPgSQL/libpq/__init__.py:databases/py-pyPgSQL@${PY_FLAVOR}
USES= gnome pgsql python:2.7 tar:bzip2
diff --git a/deskutils/anamnesis/Makefile b/deskutils/anamnesis/Makefile
index bbea37a7d44f..5ffe68e02707 100644
--- a/deskutils/anamnesis/Makefile
+++ b/deskutils/anamnesis/Makefile
@@ -12,6 +12,9 @@ COMMENT= Clipboard manager that stores all clipboard history
LICENSE= GPLv3
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
diff --git a/deskutils/gbirthday/Makefile b/deskutils/gbirthday/Makefile
index 206aeb71b655..0ae671799b1e 100644
--- a/deskutils/gbirthday/Makefile
+++ b/deskutils/gbirthday/Makefile
@@ -11,6 +11,9 @@ COMMENT= Birthday reminder for GNOME2
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
USE_GITHUB= yes
GH_ACCOUNT= lafrech
GH_TAGNAME= 7b431aa
diff --git a/deskutils/gtg/Makefile b/deskutils/gtg/Makefile
index d736a497d116..c9240aa055b2 100644
--- a/deskutils/gtg/Makefile
+++ b/deskutils/gtg/Makefile
@@ -11,6 +11,9 @@ COMMENT= GTD organizer for the GNOME desktop environment
LICENSE= GPLv3
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.82.4:devel/py-dbus@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}liblarch>=2.1:devel/py-liblarch@${PY_FLAVOR} \
diff --git a/deskutils/nemo-extensions/Makefile b/deskutils/nemo-extensions/Makefile
index 935368c519b6..8df324c4a9b6 100644
--- a/deskutils/nemo-extensions/Makefile
+++ b/deskutils/nemo-extensions/Makefile
@@ -10,6 +10,9 @@ DIST_SUBDIR= gnome3
MAINTAINER= gustau.perez@gmail.com
COMMENT= File manager extensions for the Cinnamon desktop
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
BUILD_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \
gtkdocize:textproc/gtk-doc \
${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \
diff --git a/deskutils/pybookreader/Makefile b/deskutils/pybookreader/Makefile
index f9d33df67b91..3a643008f283 100644
--- a/deskutils/pybookreader/Makefile
+++ b/deskutils/pybookreader/Makefile
@@ -11,6 +11,9 @@ DISTNAME= PyBookReader-${PORTVERSION}
MAINTAINER= ufo@februality.com
COMMENT= Program for reading e-books
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR}
USES= gnome python:2.7
diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile
index 3fe3aca9a7ea..dd3d421b5f1a 100644
--- a/devel/diffuse/Makefile
+++ b/devel/diffuse/Makefile
@@ -13,6 +13,9 @@ COMMENT= Graphical n-way diff and merge tool written in Python
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
CONFLICTS_INSTALL= tinker-[0-9]*
USES= desktop-file-utils gnome python:2.7 tar:bzip2
diff --git a/devel/gtkparasite/Makefile b/devel/gtkparasite/Makefile
index 53686b44b797..cf6401660222 100644
--- a/devel/gtkparasite/Makefile
+++ b/devel/gtkparasite/Makefile
@@ -13,6 +13,9 @@ COMMENT= GTK+ UI debugging tool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
diff --git a/editors/py-room/Makefile b/editors/py-room/Makefile
index 58a3b7304c21..5d4915dcad3c 100644
--- a/editors/py-room/Makefile
+++ b/editors/py-room/Makefile
@@ -12,6 +12,9 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= arundel@FreeBSD.org
COMMENT= PyRoom is a clone of WriteRoom and features "distraction-free writing"
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR}
USES= gettext gnome python:2.7
diff --git a/games/magicor/Makefile b/games/magicor/Makefile
index fc2e757078b5..673c2e4cd44e 100644
--- a/games/magicor/Makefile
+++ b/games/magicor/Makefile
@@ -15,6 +15,9 @@ COMMENT= Old-school, puzzle game similar to Solomon's Key
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYGAME}
USES= python:2.7 shebangfix
diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile
index 4a00b26a1ea2..6c7fe9847939 100644
--- a/games/openalchemist/Makefile
+++ b/games/openalchemist/Makefile
@@ -15,6 +15,9 @@ LICENSE= GPLv2+ CC-BY-SA-2.0
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
BUILD_DEPENDS= zip:archivers/zip
LIB_DEPENDS= libclanCore.so:devel/clanlib1 \
libpng.so:graphics/png
diff --git a/games/pythonsudoku/Makefile b/games/pythonsudoku/Makefile
index afce228f8f02..a8dce4bb8334 100644
--- a/games/pythonsudoku/Makefile
+++ b/games/pythonsudoku/Makefile
@@ -18,6 +18,9 @@ COMMENT= Text and graphical program to create or resolve Sudokus
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
LIB_DEPENDS+= libcups.so:print/cups
RUN_DEPENDS= ${PYGAME} \
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
diff --git a/graphics/driconf/Makefile b/graphics/driconf/Makefile
index 5b497d9a014a..83420317dd64 100644
--- a/graphics/driconf/Makefile
+++ b/graphics/driconf/Makefile
@@ -11,6 +11,9 @@ DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz
MAINTAINER= lichray@gmail.com
COMMENT= Configuration program for DRI drivers
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 \
xdriinfo:x11/xdriinfo
diff --git a/graphics/nathive/Makefile b/graphics/nathive/Makefile
index ca9d7ba7ba85..dc9d10489ee3 100644
--- a/graphics/nathive/Makefile
+++ b/graphics/nathive/Makefile
@@ -13,6 +13,9 @@ COMMENT= Lightweight image editor
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
USES= gmake gnome python:2.7 shebangfix tar:tgz
SHEBANG_GLOB= *.py *.cy
USE_GNOME= pygtk2
diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile
index 4a776678fb7b..9a5a97bd4c3f 100644
--- a/graphics/py-goocanvas/Makefile
+++ b/graphics/py-goocanvas/Makefile
@@ -13,6 +13,9 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= kwm@FreeBSD.org
COMMENT= GooCanvas python bindings
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
LIB_DEPENDS= libgoocanvas.so:graphics/goocanvas
PLIST_FILES= %%PYTHON_SITELIBDIR%%/goocanvasmodule.so \
diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile
index b358284f1423..7d9cb46f5689 100644
--- a/graphics/py-mcomix/Makefile
+++ b/graphics/py-mcomix/Makefile
@@ -14,6 +14,9 @@ COMMENT= GTK2 comic book viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=5.2.0:graphics/py-pillow@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/graphics/uniconvw/Makefile b/graphics/uniconvw/Makefile
index fbb80e3254b0..afd2b13bf137 100644
--- a/graphics/uniconvw/Makefile
+++ b/graphics/uniconvw/Makefile
@@ -16,6 +16,9 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/src/GNU_GPL_v2
LICENSE_FILE_LGPL20+ = ${WRKSRC}/src/GNU_LGPL_v2
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:graphics/sk1libs \
${PYTHON_SITELIBDIR}/uniconvertor/__init__.py:graphics/uniconvertor \
${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2@${PY_FLAVOR}
diff --git a/mail/claws-mail-python/Makefile b/mail/claws-mail-python/Makefile
index 127ae19ef3cd..aece8283c958 100644
--- a/mail/claws-mail-python/Makefile
+++ b/mail/claws-mail-python/Makefile
@@ -6,6 +6,9 @@ PORTREVISION= 0
COMMENT= Python scripting plugin for Claws Mail
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
USES+= gnome
USE_GNOME= pygtk2
diff --git a/math/lybniz/Makefile b/math/lybniz/Makefile
index a207229ca179..4d3f67761839 100644
--- a/math/lybniz/Makefile
+++ b/math/lybniz/Makefile
@@ -13,6 +13,9 @@ COMMENT= Mathematical function graph plotter
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
USES= gnome python
USE_GITHUB= yes
GH_ACCOUNT= thomasfuhringer
diff --git a/misc/metromap/Makefile b/misc/metromap/Makefile
index 4b0fdd49f246..c5eb9001b8fc 100644
--- a/misc/metromap/Makefile
+++ b/misc/metromap/Makefile
@@ -14,6 +14,9 @@ COMMENT= Simple application for finding paths in different subways maps
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
USES= gettext gmake gnome python:2.7 shebangfix tar:bzip2
SHEBANG_FILES= metromap.py modules/*.py
USE_GNOME= pygtk2
diff --git a/misc/typetrainer/Makefile b/misc/typetrainer/Makefile
index e0b4843bdb95..c3912c1a9218 100644
--- a/misc/typetrainer/Makefile
+++ b/misc/typetrainer/Makefile
@@ -11,6 +11,9 @@ COMMENT= Typing tutor trainer
LICENSE= MIT
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
USE_GNOME= pygtk2
USES= gnome python:2.7
USE_PYTHON= distutils autoplist
diff --git a/multimedia/gtk-recordmydesktop/Makefile b/multimedia/gtk-recordmydesktop/Makefile
index ed30adfa9fd3..5ac938793f75 100644
--- a/multimedia/gtk-recordmydesktop/Makefile
+++ b/multimedia/gtk-recordmydesktop/Makefile
@@ -12,6 +12,9 @@ COMMENT= GTK+ frontend to recordMyDesktop
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= recordmydesktop:multimedia/recordmydesktop
NO_ARCH= yes
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile
index 7507f01d89eb..3ddf44d69027 100644
--- a/net-p2p/deluge/Makefile
+++ b/net-p2p/deluge/Makefile
@@ -10,6 +10,9 @@ COMMENT= Bittorrent client using Python, GTK2, and libtorrent-rasterbar
LICENSE= GPLv3
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/py-dbus@${PY_FLAVOR} \
${PYGAME} \
${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify@${PY_FLAVOR} \
diff --git a/security/zenmap/Makefile b/security/zenmap/Makefile
index 9708f333f769..39b28df56a1c 100644
--- a/security/zenmap/Makefile
+++ b/security/zenmap/Makefile
@@ -6,6 +6,9 @@ PKGNAMEPREFIX= ze
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= GUI frontend for the Nmap scanning utility
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= nmap:security/nmap \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile
index 68a68e2a8b4c..b07885aa972b 100644
--- a/x11-fonts/font-manager/Makefile
+++ b/x11-fonts/font-manager/Makefile
@@ -13,6 +13,9 @@ PORTSCOUT= limit:^0\.5\.7
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libsqlite3.so:databases/sqlite3
diff --git a/x11-toolkits/hippo-canvas/Makefile b/x11-toolkits/hippo-canvas/Makefile
index 9a2a289430b0..40798b38f8f7 100644
--- a/x11-toolkits/hippo-canvas/Makefile
+++ b/x11-toolkits/hippo-canvas/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= GNOME
MAINTAINER= ashish@FreeBSD.org
COMMENT= Client stacker popup widget for GTK+ toolkit
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
LIB_DEPENDS= libcroco-0.6.so:textproc/libcroco
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR}
diff --git a/x11-toolkits/py-kiwi-gtk/Makefile b/x11-toolkits/py-kiwi-gtk/Makefile
index dabe7826af9e..54aa87490368 100644
--- a/x11-toolkits/py-kiwi-gtk/Makefile
+++ b/x11-toolkits/py-kiwi-gtk/Makefile
@@ -12,6 +12,9 @@ COMMENT= Framework and a set of enhanced widgets based on PyGTK
LICENSE= LGPL21
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
OPTIONS_DEFINE= DOCS EXAMPLES
NO_ARCH= yes
diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile
index 6ad0c3502ad2..677a1389fc7b 100644
--- a/x11/arandr/Makefile
+++ b/x11/arandr/Makefile
@@ -12,6 +12,9 @@ COMMENT= Another XRandR GUI
LICENSE= GPLv3
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0.6:textproc/py-docutils@${PY_FLAVOR}
RUN_DEPENDS= xrandr>0:x11/xrandr \
${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR}
diff --git a/x11/py-xdot06/Makefile b/x11/py-xdot06/Makefile
index 841e5587a893..61d0d2a70b75 100644
--- a/x11/py-xdot06/Makefile
+++ b/x11/py-xdot06/Makefile
@@ -12,6 +12,9 @@ COMMENT= Interactive viewer for Graphviz dot files
LICENSE= LGPL3+
+DEPRECATED= Old, uses EOLed python27
+EXPIRATION_DATE= 2020-03-01
+
RUN_DEPENDS= dot:graphics/graphviz
NO_ARCH= yes