Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:49:25 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4f5c627997e - main - x11-wm/qtile: Remove devel/py-asyncio from RUN_DEPENDS
Message-ID:  <202203251349.22PDnPGf027300@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b4f5c627997e6ee0a5f173ccd2c5a33b74a2974b

commit b4f5c627997e6ee0a5f173ccd2c5a33b74a2974b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:11:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:38:02 +0000

    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251349.22PDnPGf027300>