1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

devel/py-awesomeversion: New port: Python module to deal with versions

PR:		256884
Approved by:	lwhsu (mentor)
This commit is contained in:
rozhuk.im 2021-06-30 02:44:25 -04:00 committed by Guangyuan Yang
parent cee313abc9
commit fb856157a0
4 changed files with 27 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1624722099
SHA256 (awesomeversion-21.6.0.tar.gz) = a1d0de86cfe9ca4a33a202ad01ac78849e74716daf607a4e7aff1d70d31b7c2d
SIZE (awesomeversion-21.6.0.tar.gz) = 8479

View File

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