git: 692b2c0ecb1d - main - devel/py-voluptuous: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jul 2024 16:29:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=692b2c0ecb1d03c921d743e63a95e5e4065b8624
commit 692b2c0ecb1d03c921d743e63a95e5e4065b8624
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-06 16:12:14 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-06 16:12:14 +0000
devel/py-voluptuous: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
---
devel/py-voluptuous/Makefile | 6 +++++-
devel/py-voluptuous/files/patch-setup.py | 8 --------
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/devel/py-voluptuous/Makefile b/devel/py-voluptuous/Makefile
index 760ad3f904fa..c2c47e378b45 100644
--- a/devel/py-voluptuous/Makefile
+++ b/devel/py-voluptuous/Makefile
@@ -1,5 +1,6 @@
PORTNAME= voluptuous
PORTVERSION= 0.15.2
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,11 @@ WWW= https://github.com/alecthomas/voluptuous
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist concurrent distutils nose
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/devel/py-voluptuous/files/patch-setup.py b/devel/py-voluptuous/files/patch-setup.py
deleted file mode 100644
index fa89b05775dc..000000000000
--- a/devel/py-voluptuous/files/patch-setup.py
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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']
- )