Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 00:49:44 +0000
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 451bbb388b58 - main - x11/py-pyscreenshot: Update version 0.6=>1.0
Message-ID:  <6a406fa8.3fad9.1b0a4134@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=451bbb388b58ca045afe8584ab5f02631c5fa94a

commit 451bbb388b58ca045afe8584ab5f02631c5fa94a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2026-06-27 21:03:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2026-06-28 00:30:57 +0000

    x11/py-pyscreenshot: Update version 0.6=>1.0
    
    Changelog: https://github.com/ponty/pyscreenshot/releases/tag/1.0
---
 x11/py-pyscreenshot/Makefile             |  3 ++-
 x11/py-pyscreenshot/distinfo             |  6 +++---
 x11/py-pyscreenshot/files/patch-setup.py | 12 ------------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/x11/py-pyscreenshot/Makefile b/x11/py-pyscreenshot/Makefile
index aca8346939bd..7a6114c4b18f 100644
--- a/x11/py-pyscreenshot/Makefile
+++ b/x11/py-pyscreenshot/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyscreenshot
-DISTVERSION=	0.6
+DISTVERSION=	1.0
 CATEGORIES=	x11 python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}entrypoint2>0:devel/py-entrypoint2@${PY_FLAVOR} \
 		${PY_PILLOW}
 
 USES=		magick:6,run python
diff --git a/x11/py-pyscreenshot/distinfo b/x11/py-pyscreenshot/distinfo
index 977f9ba45727..741d8a2530be 100644
--- a/x11/py-pyscreenshot/distinfo
+++ b/x11/py-pyscreenshot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1782045138
-SHA256 (pyscreenshot-0.6.tar.gz) = 7322ad9454652b1702a3689646ce53ef01ed2b14869ea557030bd4e03a06fc0e
-SIZE (pyscreenshot-0.6.tar.gz) = 17455
+TIMESTAMP = 1782593538
+SHA256 (pyscreenshot-1.0.tar.gz) = b74468c4d146c1723aca2cb0734a312eb813c527fcb279c855b3163bfe6bebab
+SIZE (pyscreenshot-1.0.tar.gz) = 18823
diff --git a/x11/py-pyscreenshot/files/patch-setup.py b/x11/py-pyscreenshot/files/patch-setup.py
deleted file mode 100644
index 54ba48fed9f7..000000000000
--- a/x11/py-pyscreenshot/files/patch-setup.py
+++ /dev/null
@@ -1,12 +0,0 @@
---- setup.py.orig	2018-11-01 17:14:50 UTC
-+++ setup.py
-@@ -23,9 +23,6 @@ exec(open(os.path.join(NAME, 'about.py')).read())
- VERSION = __version__
- 
- extra = {}
--if sys.version_info >= (3,):
--    extra['use_2to3'] = True
--    extra['use_2to3_exclude_fixers'] = ['lib2to3.fixes.fix_import']
- 
- classifiers = [
-     # Get more strings from


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a406fa8.3fad9.1b0a4134>