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,23 +1,24 @@ PORTNAME= pyscreenshot -DISTVERSION= 0.6 +DISTVERSION= 1.0 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} #DISTNAME= PyVirtualDisplay-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Python module for taking screenshots WWW= https://github.com/ponty/pyscreenshot 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 NO_ARCH= yes USE_PYTHON= autoplist distutils .include 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