1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/x11/py-python-xapp/Makefile
Rene Ladan affdc5892c Python Xapp library
WWW: https://github.com/linuxmint/python3-xapp

This port is needed to upgrade the Cinnamon ports to version 4.8.4
which use Python 3 instead of Python 2.

PR:		252302
Submitted by:	Charlie Li
2021-01-01 18:01:31 +00:00

30 lines
534 B
Makefile

# $FreeBSD$
PORTNAME= python-xapp
DISTVERSION= 2.0.2
CATEGORIES= x11 gnome
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= gnome
MAINTAINER= gnome@freebsd.org
COMMENT= Python Xapp library
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR}
USES= gnome python:3.5+ shebangfix
USE_GNOME= pygobject3
USE_PYTHON= autoplist distutils
SHEBANG_GLOB= *.py
USE_GITHUB= yes
GH_ACCOUNT= linuxmint
GH_PROJECT= python3-xapp
NO_ARCH= yes
.include <bsd.port.mk>