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 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