Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 23:52:14 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: 728ba2c46d58 - main - devel/py-bytecode: Update to 0.14.2
Message-ID:  <202305272352.34RNqETS059985@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=728ba2c46d58ba16cef75bac76c692a7aea80774

commit 728ba2c46d58ba16cef75bac76c692a7aea80774
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 23:23:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 23:43:52 +0000

    devel/py-bytecode: Update to 0.14.2
    
    - Add GitHub to MASTER_SITES
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/MatthieuDartiailh/bytecode/releases
                    https://github.com/MatthieuDartiailh/bytecode/blob/main/doc/changelog.rst
---
 devel/py-bytecode/Makefile | 11 +++++++----
 devel/py-bytecode/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/devel/py-bytecode/Makefile b/devel/py-bytecode/Makefile
index 936443d1915b..c58e1208c0c5 100644
--- a/devel/py-bytecode/Makefile
+++ b/devel/py-bytecode/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	bytecode
-PORTVERSION=	0.14.1
+PORTVERSION=	0.14.2
 CATEGORIES=	devel python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/MatthieuDartiailh/bytecode/releases/download/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -11,10 +12,12 @@ WWW=		https://github.com/MatthieuDartiailh/bytecode
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python:3.8+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-bytecode/distinfo b/devel/py-bytecode/distinfo
index 0e53b7f213f3..1f3b9b6ad935 100644
--- a/devel/py-bytecode/distinfo
+++ b/devel/py-bytecode/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680726118
-SHA256 (bytecode-0.14.1.tar.gz) = 82e99af6b0f9e71ba9c5daba11f370fc93adf97d423e93a22659dfc7895fb6a2
-SIZE (bytecode-0.14.1.tar.gz) = 94647
+TIMESTAMP = 1685162112
+SHA256 (bytecode-0.14.2.tar.gz) = 386378d9025d68ddb144870ae74330a492717b11b8c9164c4034e88add808f0c
+SIZE (bytecode-0.14.2.tar.gz) = 94808



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