Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 21:38:30 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: 294723130544 - main - devel/py-editables: Update to 0.4
Message-ID:  <202307092138.369LcUPi072084@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=2947231305445b779e2c5403fa20172690d45f34

commit 2947231305445b779e2c5403fa20172690d45f34
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 21:24:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 21:34:30 +0000

    devel/py-editables: Update to 0.4
    
    - Update WWW
    
    Changes:        https://github.com/pfmoore/editables/blob/main/CHANGELOG.md
---
 devel/py-editables/Makefile | 9 ++++-----
 devel/py-editables/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/devel/py-editables/Makefile b/devel/py-editables/Makefile
index 9605b037f025..ad459a90d754 100644
--- a/devel/py-editables/Makefile
+++ b/devel/py-editables/Makefile
@@ -1,19 +1,18 @@
 PORTNAME=	editables
-PORTVERSION=	0.3
-PORTREVISION=	2
+PORTVERSION=	0.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Editable installations
-WWW=		https://github.com/pfmoore/editables
+WWW=		https://editables.readthedocs.io/en/latest/ \
+		https://github.com/pfmoore/editables
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.3:devel/py-flit-core@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-editables/distinfo b/devel/py-editables/distinfo
index 04cb0e222a2d..1f370b4ffed6 100644
--- a/devel/py-editables/distinfo
+++ b/devel/py-editables/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651316565
-SHA256 (editables-0.3.tar.gz) = 167524e377358ed1f1374e61c268f0d7a4bf7dbd046c656f7b410cde16161b1a
-SIZE (editables-0.3.tar.gz) = 4668
+TIMESTAMP = 1688902103
+SHA256 (editables-0.4.tar.gz) = dc322c42e7ccaf19600874035a4573898d88aadd07e177c239298135b75da772
+SIZE (editables-0.4.tar.gz) = 14440



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