View | Details | Raw Unified | Return to bug 256884
Collapse All | Expand All

(-)b/devel/py-awesomeversion/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	awesomeversion
2
PORTVERSION=	21.6.0
3
CATEGORIES=	devel python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	ports@FreeBSD.org
8
COMMENT=	Make anything a version object, and compare against a vast section of other version formats
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENCE.md
12
13
USES=		python
14
USE_PYTHON=	distutils autoplist
15
16
NO_ARCH=	yes
17
18
.include <bsd.port.mk>
(-)b/devel/py-awesomeversion/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1624722099
2
SHA256 (awesomeversion-21.6.0.tar.gz) = a1d0de86cfe9ca4a33a202ad01ac78849e74716daf607a4e7aff1d70d31b7c2d
3
SIZE (awesomeversion-21.6.0.tar.gz) = 8479
(-)b/devel/py-awesomeversion/pkg-descr (+7 lines)
Added Link Here
1
One version package to rule them all, One version package to find them,
2
One version package to bring them all, and in the darkness bind them.
3
4
Make anything a version object, and compare against a vast section of
5
other version formats.
6
7
WWW: https://github.com/ludeeus/awesomeversion

Return to bug 256884