diff options
Diffstat (limited to 'time/py-mxDateTime/Makefile')
-rw-r--r-- | time/py-mxDateTime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 8e691066058..89a3031f7dd 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2018/07/03 05:03:38 adam Exp $ +# $NetBSD: Makefile,v 1.42 2019/04/26 13:14:18 maya Exp $ VERSION= 3.2.9 DISTNAME= egenix-mx-base-${VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= https://www.egenix.com/files/python/mxDateTime.html COMMENT= Python extension that provides types and conversions for dates LICENSE= egenix-public-license -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 3.2.9 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 3.2.9 REPLACE_PYTHON+= egenix_mx_base.py REPLACE_PYTHON+= mx/BeeBase/FileLock.py |