Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2023 13:08:21 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: 3259d2792981 - main - devel/py-bytecode: Update to 0.14.0
Message-ID:  <202301301308.30UD8LOn056307@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=3259d27929810ef6145dd14f258a880ff2ddc9dd

commit 3259d27929810ef6145dd14f258a880ff2ddc9dd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:30:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:59:39 +0000

    devel/py-bytecode: Update to 0.14.0
    
    Changes:        https://github.com/MatthieuDartiailh/bytecode/releases
                    https://github.com/MatthieuDartiailh/bytecode/blob/main/doc/changelog.rst
---
 devel/py-bytecode/Makefile | 6 ++++--
 devel/py-bytecode/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/devel/py-bytecode/Makefile b/devel/py-bytecode/Makefile
index d6a1b1b2a43a..f83669e8eb73 100644
--- a/devel/py-bytecode/Makefile
+++ b/devel/py-bytecode/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	bytecode
-PORTVERSION=	0.13.0
+PORTVERSION=	0.14.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,9 @@ WWW=		https://github.com/MatthieuDartiailh/bytecode
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		python:3.6+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR}
+
+USES=		python:3.8+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
diff --git a/devel/py-bytecode/distinfo b/devel/py-bytecode/distinfo
index 57d7e6c24e3c..5d7dcb57fa91 100644
--- a/devel/py-bytecode/distinfo
+++ b/devel/py-bytecode/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656092880
-SHA256 (bytecode-0.13.0.tar.gz) = 6af3c2f0a31ce05dce41f7eea5cc380e33f5e8fbb7dcee3b52467a00acd52fcd
-SIZE (bytecode-0.13.0.tar.gz) = 68177
+TIMESTAMP = 1674589744
+SHA256 (bytecode-0.14.0.tar.gz) = d41ad53c657ba0bef1cb4828d9d6e450766e31cb66c6f91fc1851f052889d1b7
+SIZE (bytecode-0.14.0.tar.gz) = 94083



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