pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/py-ana



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 30 09:30:10 UTC 2020

Modified Files:
        pkgsrc/databases/py-ana: Makefile

Log Message:
py-ana: Nothing stopping this from working with py38/etc


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/py-ana/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-ana/Makefile
diff -u pkgsrc/databases/py-ana/Makefile:1.1 pkgsrc/databases/py-ana/Makefile:1.2
--- pkgsrc/databases/py-ana/Makefile:1.1        Tue Sep 29 02:13:36 2020
+++ pkgsrc/databases/py-ana/Makefile    Wed Dec 30 09:30:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 02:13:36 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/30 09:30:10 nia Exp $
 
 DISTNAME=      ana-0.06
 PKGNAME=       ${PYPKGPREFIX}-ana-0.6
@@ -9,7 +9,7 @@ MAINTAINER=     khorben%defora.org@localhost
 HOMEPAGE=      https://pypi.python.org/pypi/ana/
 COMMENT=       Easy distributed data storage
 
-PYTHON_VERSIONS_ACCEPTED=      37 36
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index