git: 0cb8cd0d1c3f - main - devel/py-pydbus: Add new port

From: Nicola Vitale <nivit_at_FreeBSD.org>
Date: Sun, 11 Feb 2024 17:34:12 UTC
The branch main has been updated by nivit:

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

commit 0cb8cd0d1c3f18d0525bba413e56322fca6176d4
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2024-02-11 17:25:28 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2024-02-11 17:25:28 +0000

    devel/py-pydbus: Add new port
    
    Pythonic DBus library.
    
    https://github.com/LEW21/pydbus/
---
 devel/Makefile            |  1 +
 devel/py-pydbus/Makefile  | 19 +++++++++++++++++++
 devel/py-pydbus/distinfo  |  3 +++
 devel/py-pydbus/pkg-descr |  1 +
 4 files changed, 24 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 1b8fdbf870ce..ef3a30fd6239 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5295,6 +5295,7 @@
     SUBDIR += py-pydantic-yaml
     SUBDIR += py-pydantic2
     SUBDIR += py-pydash
+    SUBDIR += py-pydbus
     SUBDIR += py-pydecor
     SUBDIR += py-pydenticon
     SUBDIR += py-pydevd
diff --git a/devel/py-pydbus/Makefile b/devel/py-pydbus/Makefile
new file mode 100644
index 000000000000..34c6a4723ab5
--- /dev/null
+++ b/devel/py-pydbus/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	pydbus
+DISTVERSION=	0.6.0
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	nivit@FreeBSD.org
+COMMENT=	Pythonic DBus library
+WWW=		https://github.com/LEW21/pydbus/
+
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gobject3>=3.42.2:devel/py-gobject3@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/devel/py-pydbus/distinfo b/devel/py-pydbus/distinfo
new file mode 100644
index 000000000000..8177d3144149
--- /dev/null
+++ b/devel/py-pydbus/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1704302546
+SHA256 (pydbus-0.6.0.tar.gz) = 4207162eff54223822c185da06c1ba8a34137a9602f3da5a528eedf3f78d0f2c
+SIZE (pydbus-0.6.0.tar.gz) = 22079
diff --git a/devel/py-pydbus/pkg-descr b/devel/py-pydbus/pkg-descr
new file mode 100644
index 000000000000..4c81ad5bf931
--- /dev/null
+++ b/devel/py-pydbus/pkg-descr
@@ -0,0 +1 @@
+Pythonic DBus library.