Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2023 17:39:19 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f4d7e0f9712c - main - textproc/py-asciinema: Update version 2.0.2=>2.2.0
Message-ID:  <202304121739.33CHdJaC099311@gitrepo.freebsd.org>

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

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

commit f4d7e0f9712c3c8faf7fdd36469b8f502c4151a2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-12 15:32:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-12 17:39:05 +0000

    textproc/py-asciinema: Update version 2.0.2=>2.2.0
    
    - Add LICENSE_FILE
    - Use USE_PYTHON=pep517
    - mark NO_ARCH
    
    Changelog: https://github.com/asciinema/asciinema/releases/tag/v2.2.0
---
 textproc/py-asciinema/Makefile | 11 ++++++++---
 textproc/py-asciinema/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/textproc/py-asciinema/Makefile b/textproc/py-asciinema/Makefile
index 541b95fd9380..628e89b1329e 100644
--- a/textproc/py-asciinema/Makefile
+++ b/textproc/py-asciinema/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	asciinema
-PORTVERSION=	2.0.2
+PORTVERSION=	2.2.0
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,12 +9,17 @@ COMMENT=	Tool for recording and sharing terminal sessions
 WWW=		https://asciinema.org/
 
 LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss
 
-USES=		python:3.3+
-USE_PYTHON=	distutils autoplist
+USES=		python:3.6+
+USE_PYTHON=	autoplist pep517
 
 CONFLICTS_INSTALL=	cowrie # bin/asciinema
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/textproc/py-asciinema/distinfo b/textproc/py-asciinema/distinfo
index 8ef01f02e811..32e6d0f89bef 100644
--- a/textproc/py-asciinema/distinfo
+++ b/textproc/py-asciinema/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547511960
-SHA256 (asciinema-2.0.2.tar.gz) = 32f2c1a046564e030708e596f67e0405425d1eca9d5ec83cd917ef8da06bc423
-SIZE (asciinema-2.0.2.tar.gz) = 35228
+TIMESTAMP = 1681312974
+SHA256 (asciinema-2.2.0.tar.gz) = 5ec5c4e5d3174bb7c559e45db4680eb8fa6c40c058fa5e5005ee96a1d99737b4
+SIZE (asciinema-2.2.0.tar.gz) = 84194



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