add comment to setuptools_scm so i don't keep re-checking when i run into

something that needs a newer version:

# >=6.0 is py3 only; to update we'll need to remove py2 for the py-test chain
This commit is contained in:
sthen 2021-11-15 13:12:57 +00:00
parent 17f4d1f7ad
commit 6b010379fe

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.21 2021/11/02 00:01:01 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2021/11/15 13:12:57 sthen Exp $
COMMENT = plugin to manage your versions by scm tags
# >=6.0 is py3 only; to update we'll need to remove py2 for the py-test chain
MODPY_EGG_VERSION = 5.0.2
DISTNAME = setuptools_scm-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}