git: 9dedefece66e - main - devel/py-voluptuous: Update to 0.14.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 14 Nov 2023 21:24:17 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9dedefece66e56392e2266aeed4814a0b645d46b

commit 9dedefece66e56392e2266aeed4814a0b645d46b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 21:03:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 21:19:37 +0000

    devel/py-voluptuous: Update to 0.14.0
    
    Changes:        https://github.com/alecthomas/voluptuous/releases
---
 devel/py-voluptuous/Makefile             | 4 ++--
 devel/py-voluptuous/distinfo             | 6 +++---
 devel/py-voluptuous/files/patch-setup.py | 8 ++++++++
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/devel/py-voluptuous/Makefile b/devel/py-voluptuous/Makefile
index 54df3cb01d2b..e14e560fd0f4 100644
--- a/devel/py-voluptuous/Makefile
+++ b/devel/py-voluptuous/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	voluptuous
-PORTVERSION=	0.13.1
+PORTVERSION=	0.14.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		python
-USE_PYTHON=	autoplist distutils nose
+USE_PYTHON=	autoplist concurrent distutils nose
 
 NO_ARCH=	yes
 
diff --git a/devel/py-voluptuous/distinfo b/devel/py-voluptuous/distinfo
index db7f3819df7b..530d34f5cf9e 100644
--- a/devel/py-voluptuous/distinfo
+++ b/devel/py-voluptuous/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650229196
-SHA256 (voluptuous-0.13.1.tar.gz) = e8d31c20601d6773cb14d4c0f42aee29c6821bbd1018039aac7ac5605b489723
-SIZE (voluptuous-0.13.1.tar.gz) = 47706
+TIMESTAMP = 1699985637
+SHA256 (voluptuous-0.14.0.tar.gz) = 145384a9613f7520b70e214e5c06de0809e069ab56716685446450f9bee15e2e
+SIZE (voluptuous-0.14.0.tar.gz) = 49277
diff --git a/devel/py-voluptuous/files/patch-setup.py b/devel/py-voluptuous/files/patch-setup.py
new file mode 100644
index 000000000000..fa89b05775dc
--- /dev/null
+++ b/devel/py-voluptuous/files/patch-setup.py
@@ -0,0 +1,8 @@
+--- setup.py.orig	2023-11-12 17:08:50 UTC
++++ setup.py
+@@ -40,5 +40,4 @@ setup(
+         'Programming Language :: Python :: 3.9',
+         'Programming Language :: Python :: 3.10',
+     ],
+-    setup_requires=['wheel']
+ )