git: 4d07ee1358a7 - main - devel/py-pip-licenses: Update to 4.0.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 09:11:14 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d07ee1358a7bce69a313f66f70a2fd2f3244618

commit 4d07ee1358a7bce69a313f66f70a2fd2f3244618
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:42:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:47 +0000

    devel/py-pip-licenses: Update to 4.0.1
    
    Changes:        https://github.com/raimon49/pip-licenses/releases
---
 devel/py-pip-licenses/Makefile              | 9 ++++-----
 devel/py-pip-licenses/distinfo              | 6 +++---
 devel/py-pip-licenses/files/patch-setup.cfg | 4 ++--
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/devel/py-pip-licenses/Makefile b/devel/py-pip-licenses/Makefile
index f9ade20817de..589fee4a6487 100644
--- a/devel/py-pip-licenses/Makefile
+++ b/devel/py-pip-licenses/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pip-licenses
-PORTVERSION=	3.5.4
+PORTVERSION=	4.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,14 +11,13 @@ WWW=		https://github.com/raimon49/pip-licenses
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ptable>=0:devel/py-ptable@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}prettytable>=2.3.0:devel/py-prettytable@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ptable>=0:devel/py-ptable@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}prettytable>=2.3.0:devel/py-prettytable@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		python:3.8+
 USE_PYTHON=	autoplist concurrent distutils pytest
 
 NO_ARCH=	yes
diff --git a/devel/py-pip-licenses/distinfo b/devel/py-pip-licenses/distinfo
index bc7b48cea1ab..224851f89741 100644
--- a/devel/py-pip-licenses/distinfo
+++ b/devel/py-pip-licenses/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652122665
-SHA256 (pip-licenses-3.5.4.tar.gz) = a8b4dabe2b83901f9ac876afc47b57cff9a5ebe19a6d90c0b2579fa8cf2db176
-SIZE (pip-licenses-3.5.4.tar.gz) = 29355
+TIMESTAMP = 1669057809
+SHA256 (pip-licenses-4.0.1.tar.gz) = 05a180f5610b262e2d56eea99f04e380db7080e79655abf1c916125f39fe207d
+SIZE (pip-licenses-4.0.1.tar.gz) = 29075
diff --git a/devel/py-pip-licenses/files/patch-setup.cfg b/devel/py-pip-licenses/files/patch-setup.cfg
index 0a66d7e595de..534ff5f53244 100644
--- a/devel/py-pip-licenses/files/patch-setup.cfg
+++ b/devel/py-pip-licenses/files/patch-setup.cfg
@@ -1,4 +1,4 @@
---- setup.cfg.orig	2020-10-25 01:39:18 UTC
+--- setup.cfg.orig	2022-11-14 13:20:02 UTC
 +++ setup.cfg
 @@ -25,7 +25,6 @@ py_modules = 
  	piplicenses
@@ -6,5 +6,5 @@
  	setuptools >= 40.9.0
 -	pytest-runner
  install_requires = 
- 	PTable
+ 	prettytable >= 2.3.0
  tests_require =