Date: Wed, 18 Sep 2024 06:19:16 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: 30a32a01987f - main - devel/py-awesomeversion: Update to 24.6.0 Message-ID: <202409180619.48I6JG3N033104@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=30a32a01987fb795e9a411cee4769362a15ce933 commit 30a32a01987fb795e9a411cee4769362a15ce933 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 05:56:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:13:12 +0000 devel/py-awesomeversion: Update to 24.6.0 - Convert to USE_PYTHON=pep517 - Update pkg-descr Changes: https://github.com/ludeeus/awesomeversion/releases --- devel/py-awesomeversion/Makefile | 8 +++++--- devel/py-awesomeversion/distinfo | 6 +++--- devel/py-awesomeversion/pkg-descr | 8 +++++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/devel/py-awesomeversion/Makefile b/devel/py-awesomeversion/Makefile index af717aad51b7..f9f73f773934 100644 --- a/devel/py-awesomeversion/Makefile +++ b/devel/py-awesomeversion/Makefile @@ -1,18 +1,20 @@ PORTNAME= awesomeversion -DISTVERSION= 22.9.0 +PORTVERSION= 24.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python module to deal with versions +COMMENT= One version package to rule them all WWW= https://github.com/ludeeus/awesomeversion LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE.md +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-awesomeversion/distinfo b/devel/py-awesomeversion/distinfo index d88cb19a1922..cb99014f6d5a 100644 --- a/devel/py-awesomeversion/distinfo +++ b/devel/py-awesomeversion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666039843 -SHA256 (awesomeversion-22.9.0.tar.gz) = 2f4190d333e81e10b2a4e156150ddb3596f5f11da67e9d51ba39057aa7a17f7e -SIZE (awesomeversion-22.9.0.tar.gz) = 10016 +TIMESTAMP = 1726487342 +SHA256 (awesomeversion-24.6.0.tar.gz) = aee7ccbaed6f8d84e0f0364080c7734a0166d77ea6ccfcc4900b38917f1efc71 +SIZE (awesomeversion-24.6.0.tar.gz) = 11997 diff --git a/devel/py-awesomeversion/pkg-descr b/devel/py-awesomeversion/pkg-descr index 3d5c63c829c9..6632ac2203da 100644 --- a/devel/py-awesomeversion/pkg-descr +++ b/devel/py-awesomeversion/pkg-descr @@ -1,3 +1,5 @@ -Python module to deal with versions if it comes to comparing them. -Make anything a version object, and compare against a vast section of -other version formats. +One version package to rule them all, One version package to find them, One +version package to bring them all, and in the darkness bind them. + +Make anything a version object, and compare against a vast section of other +version formats.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409180619.48I6JG3N033104>