mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/terminator: Convert to USE_PYTHON=pep517
This commit is contained in:
parent
09fd470143
commit
2bd742c1ff
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue