From b4f5c627997e6ee0a5f173ccd2c5a33b74a2974b Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 25 Mar 2022 21:11:51 +0800 Subject: [PATCH] x11-wm/qtile: Remove devel/py-asyncio from RUN_DEPENDS - Bump PORTREVISION for dependency change The asyncio package has been included in the standard library since Python 3.4. With hat: python --- x11-wm/qtile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/qtile/Makefile b/x11-wm/qtile/Makefile index a26a1f1c5045..ae2d24dc3e2b 100644 --- a/x11-wm/qtile/Makefile +++ b/x11-wm/qtile/Makefile @@ -2,6 +2,7 @@ PORTNAME= qtile PORTVERSION= 0.18.1 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +24,6 @@ LIB_DEPENDS= libpangocairo-1.0.so:x11-toolkits/pango \ libpulse.so:audio/pulseaudio RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xcffib>=0.5.0:x11/py-xcffib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairocffi>=0.9:graphics/py-cairocffi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asyncio>0:devel/py-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:devel/py-dbus@${PY_FLAVOR} USE_GNOME= pygobject3