Date: Wed, 04 Feb 2026 15:09:35 +0000 From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 40af51a72992 - main - devel/py-pyperclipimg: Add new port Message-ID: <6983612f.3eb07.5e2a891d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=40af51a729927c29388a742189e687abb50b6b18 commit 40af51a729927c29388a742189e687abb50b6b18 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2026-02-04 13:21:36 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2026-02-04 15:09:07 +0000 devel/py-pyperclipimg: Add new port This Python module provides copy() and paste() clipboard functions for images on Windows, macOS, Linux and FreeBSD. https://pypi.org/project/pyperclipimg/ --- devel/Makefile | 1 + devel/py-pyperclipimg/Makefile | 19 +++++++++++++++++++ devel/py-pyperclipimg/distinfo | 3 +++ devel/py-pyperclipimg/pkg-descr | 2 ++ 4 files changed, 25 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index e04a6968400b..b8f9f75cca08 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5708,6 +5708,7 @@ SUBDIR += py-pyparsing2 SUBDIR += py-pypemicro SUBDIR += py-pyperclip + SUBDIR += py-pyperclipimg SUBDIR += py-pyperf SUBDIR += py-pyperscan SUBDIR += py-pyplusplus diff --git a/devel/py-pyperclipimg/Makefile b/devel/py-pyperclipimg/Makefile new file mode 100644 index 000000000000..0bf4d858d9c9 --- /dev/null +++ b/devel/py-pyperclipimg/Makefile @@ -0,0 +1,19 @@ +PORTNAME= pyperclipimg +DISTVERSION= 0.2.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Python copy() and paste() clipboard functions for images +WWW= https://pypi.org/project/pyperclipimg/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.5.0:graphics/py-pillow@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/devel/py-pyperclipimg/distinfo b/devel/py-pyperclipimg/distinfo new file mode 100644 index 000000000000..f0700fb9cf7f --- /dev/null +++ b/devel/py-pyperclipimg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1770202477 +SHA256 (pyperclipimg-0.2.0.tar.gz) = 7934402ed7ce898e0a3b659e8cafb7c6a2faf7f9ad00069a0fe15a077aae1239 +SIZE (pyperclipimg-0.2.0.tar.gz) = 5365 diff --git a/devel/py-pyperclipimg/pkg-descr b/devel/py-pyperclipimg/pkg-descr new file mode 100644 index 000000000000..a9b544e1017b --- /dev/null +++ b/devel/py-pyperclipimg/pkg-descr @@ -0,0 +1,2 @@ +Python copy() and paste() clipboard functions for images on Windows, macOS, +Linux and FreeBSD.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6983612f.3eb07.5e2a891d>
