Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2024 06:19:15 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 639b9d79a96c - main - devel/py-atomicwrites: Convert to USE_PYTHON=pep517
Message-ID:  <202409180619.48I6JFCK033059@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=639b9d79a96c021a633ccda7a0345cbb76150264

commit 639b9d79a96c021a633ccda7a0345cbb76150264
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-18 05:56:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-18 06:13:12 +0000

    devel/py-atomicwrites: Convert to USE_PYTHON=pep517
    
    - Update WWW
    - Reformat pkg-descr
    - Bump PORTREVISION for package change
---
 devel/py-atomicwrites/Makefile  | 11 ++++++++---
 devel/py-atomicwrites/distinfo  |  2 +-
 devel/py-atomicwrites/pkg-descr |  5 ++---
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/devel/py-atomicwrites/Makefile b/devel/py-atomicwrites/Makefile
index 12090f2482b7..7d3f719586aa 100644
--- a/devel/py-atomicwrites/Makefile
+++ b/devel/py-atomicwrites/Makefile
@@ -1,18 +1,23 @@
 PORTNAME=	atomicwrites
 DISTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Atomic file writes library
-WWW=		https://github.com/untitaker/python-atomicwrites
+COMMENT=	Atomic file writes
+WWW=		https://python-atomicwrites.readthedocs.io/en/latest/ \
+		https://github.com/untitaker/python-atomicwrites
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+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 distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-atomicwrites/distinfo b/devel/py-atomicwrites/distinfo
index 60f37a279696..4c4e4fc9e5f2 100644
--- a/devel/py-atomicwrites/distinfo
+++ b/devel/py-atomicwrites/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1663217630
+TIMESTAMP = 1726487340
 SHA256 (atomicwrites-1.4.1.tar.gz) = 81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11
 SIZE (atomicwrites-1.4.1.tar.gz) = 14227
diff --git a/devel/py-atomicwrites/pkg-descr b/devel/py-atomicwrites/pkg-descr
index fe3ce155d699..f0e06c4b6ba1 100644
--- a/devel/py-atomicwrites/pkg-descr
+++ b/devel/py-atomicwrites/pkg-descr
@@ -1,3 +1,2 @@
-Atomic file writes library for Python, featuring race-free
-assertions, Windows support (although untested) and simple
-high level API.
+Atomic file writes library for Python, featuring race-free assertions, Windows
+support (although untested) and simple high level API.



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