Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2023 16:27:52 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 84a27df350ff - main - devel/py-configobj: Update to 5.0.8
Message-ID:  <202304111627.33BGRqNw012359@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84a27df350fff754c3292723848ea29d46c65c5c

commit 84a27df350fff754c3292723848ea29d46c65c5c
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2023-04-11 16:26:21 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2023-04-11 16:26:21 +0000

    devel/py-configobj: Update to 5.0.8
    
    - Convert to PEP-517
    - Add license file
---
 devel/py-configobj/Makefile | 11 +++++++----
 devel/py-configobj/distinfo |  5 +++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/devel/py-configobj/Makefile b/devel/py-configobj/Makefile
index ae6ffc994330..b9443f45ad77 100644
--- a/devel/py-configobj/Makefile
+++ b/devel/py-configobj/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	configobj
-PORTVERSION=	5.0.6
-PORTREVISION=	1
+PORTVERSION=	5.0.8
+PORTREVISION=	0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,11 +10,14 @@ COMMENT=	Simple but powerful config file reader and writer
 WWW=		https://github.com/DiffSK/configobj/
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=63.0.1:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
-USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USES=		python:3.7+
+USE_PYTHON=	autoplist pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-configobj/distinfo b/devel/py-configobj/distinfo
index fa9e3f7a080e..0d44f2f716c8 100644
--- a/devel/py-configobj/distinfo
+++ b/devel/py-configobj/distinfo
@@ -1,2 +1,3 @@
-SHA256 (configobj-5.0.6.tar.gz) = a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902
-SIZE (configobj-5.0.6.tar.gz) = 33248
+TIMESTAMP = 1681224723
+SHA256 (configobj-5.0.8.tar.gz) = 6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97
+SIZE (configobj-5.0.8.tar.gz) = 38012



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304111627.33BGRqNw012359>