Date: Wed, 30 Jun 2021 06:45:15 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fb856157a0f3 - main - devel/py-awesomeversion: New port: Python module to deal with versions Message-ID: <202106300645.15U6jFgD030558@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb856157a0f30e065dcd966d7503837547452d7f commit fb856157a0f30e065dcd966d7503837547452d7f Author: rozhuk.im <rozhuk.im@gmail.com> AuthorDate: 2021-06-30 06:44:25 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-06-30 06:44:25 +0000 devel/py-awesomeversion: New port: Python module to deal with versions PR: 256884 Approved by: lwhsu (mentor) --- devel/Makefile | 1 + devel/py-awesomeversion/Makefile | 18 ++++++++++++++++++ devel/py-awesomeversion/distinfo | 3 +++ devel/py-awesomeversion/pkg-descr | 5 +++++ 4 files changed, 27 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index aa1278ddf03b..79192a5993fe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4109,6 +4109,7 @@ SUBDIR += py-automaton SUBDIR += py-autoprop SUBDIR += py-avro + SUBDIR += py-awesomeversion SUBDIR += py-aws-sam-translator SUBDIR += py-aws-xray-sdk SUBDIR += py-azure-appconfiguration diff --git a/devel/py-awesomeversion/Makefile b/devel/py-awesomeversion/Makefile new file mode 100644 index 000000000000..1419eb2e462b --- /dev/null +++ b/devel/py-awesomeversion/Makefile @@ -0,0 +1,18 @@ +PORTNAME= awesomeversion +DISTVERSION= 21.6.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Python module to deal with versions + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE.md + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-awesomeversion/distinfo b/devel/py-awesomeversion/distinfo new file mode 100644 index 000000000000..44b4c46f323a --- /dev/null +++ b/devel/py-awesomeversion/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624722099 +SHA256 (awesomeversion-21.6.0.tar.gz) = a1d0de86cfe9ca4a33a202ad01ac78849e74716daf607a4e7aff1d70d31b7c2d +SIZE (awesomeversion-21.6.0.tar.gz) = 8479 diff --git a/devel/py-awesomeversion/pkg-descr b/devel/py-awesomeversion/pkg-descr new file mode 100644 index 000000000000..1ca705011a15 --- /dev/null +++ b/devel/py-awesomeversion/pkg-descr @@ -0,0 +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. + +WWW: https://github.com/ludeeus/awesomeversion
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106300645.15U6jFgD030558>