svn commit: r559861 - in head/x11: . py-python-xapp

Rene Ladan rene at FreeBSD.org
Fri Jan 1 18:01:33 UTC 2021


Author: rene
Date: Fri Jan  1 18:01:31 2021
New Revision: 559861
URL: https://svnweb.freebsd.org/changeset/ports/559861

Log:
  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

Added:
  head/x11/py-python-xapp/
  head/x11/py-python-xapp/Makefile   (contents, props changed)
  head/x11/py-python-xapp/distinfo   (contents, props changed)
  head/x11/py-python-xapp/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Fri Jan  1 17:17:36 2021	(r559860)
+++ head/x11/Makefile	Fri Jan  1 18:01:31 2021	(r559861)
@@ -275,6 +275,7 @@
     SUBDIR += py-caffeine-ng
     SUBDIR += py-i3ipc
     SUBDIR += py-pyscreenshot
+    SUBDIR += py-python-xapp
     SUBDIR += py-pyvirtualdisplay
     SUBDIR += py-qt5-opengl
     SUBDIR += py-xcffib

Added: head/x11/py-python-xapp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/py-python-xapp/Makefile	Fri Jan  1 18:01:31 2021	(r559861)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	python-xapp
+DISTVERSION=	2.0.2
+CATEGORIES=	x11 gnome
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DIST_SUBDIR=	gnome
+
+MAINTAINER=	gnome at 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>

Added: head/x11/py-python-xapp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/py-python-xapp/distinfo	Fri Jan  1 18:01:31 2021	(r559861)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609405572
+SHA256 (gnome/linuxmint-python3-xapp-2.0.2_GH0.tar.gz) = 4f61dde32c7aec5ab2c819e968a2bf0136c9eddcc1356461d516aff40930159f
+SIZE (gnome/linuxmint-python3-xapp-2.0.2_GH0.tar.gz) = 19946

Added: head/x11/py-python-xapp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/py-python-xapp/pkg-descr	Fri Jan  1 18:01:31 2021	(r559861)
@@ -0,0 +1,3 @@
+Python Xapp library
+
+WWW: https://github.com/linuxmint/python3-xapp


More information about the svn-ports-all mailing list