pkgsrc/devel/py-semantic_version/Makefile
adam c18e575b1f py-semantic_version: updated to 2.8.5
2.8.5:
Properly handle wildcards in ``SimpleSpec`` (e.g. ``==1.2.*``).
2020-06-01 16:03:03 +00:00

16 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/06/01 16:03:03 adam Exp $
DISTNAME= semantic_version-2.8.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/semantic_version/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rbarrois/python-semanticversion
COMMENT= Semantic version comparison for Python
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"