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:
parent
cee313abc9
commit
fb856157a0
@ -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
|
||||
|
18
devel/py-awesomeversion/Makefile
Normal file
18
devel/py-awesomeversion/Makefile
Normal 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>
|
3
devel/py-awesomeversion/distinfo
Normal file
3
devel/py-awesomeversion/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1624722099
|
||||
SHA256 (awesomeversion-21.6.0.tar.gz) = a1d0de86cfe9ca4a33a202ad01ac78849e74716daf607a4e7aff1d70d31b7c2d
|
||||
SIZE (awesomeversion-21.6.0.tar.gz) = 8479
|
5
devel/py-awesomeversion/pkg-descr
Normal file
5
devel/py-awesomeversion/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user