mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
x11/terminator: Convert to USE_PYTHON=pep517
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PORTNAME= terminator
|
||||
DISTVERSION= 2.1.4
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 python
|
||||
MASTER_SITES= https://github.com/gnome-${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
@@ -11,6 +11,8 @@ WWW= https://github.com/gnome-terminator/terminator
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libkeybinder-3.0.so:x11/keybinder-gtk3 \
|
||||
${LOCALBASE}/lib/libnotify.so:devel/libnotify \
|
||||
${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \
|
||||
@@ -19,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libkeybinder-3.0.so:x11/keybinder-gtk3 \
|
||||
|
||||
USES= gnome python shebangfix gettext
|
||||
USE_GNOME= intltool pygobject3 vte3
|
||||
USE_PYTHON= autoplist distutils noflavors
|
||||
USE_PYTHON= autoplist noflavors pep517
|
||||
|
||||
PYDISTUTILS_PKGNAME= Terminator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user