summaryrefslogtreecommitdiff
path: root/math/py-cdecimal
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
commitacea7f0682b89f8d0999e81a81341dfe21db49fc (patch)
treee25472ccd0b1ab989f1b92436096953570f7b300 /math/py-cdecimal
parent025745474c7cdcbfbdda1d3fb4d09a72d8ce32f3 (diff)
downloadpkgsrc-acea7f0682b89f8d0999e81a81341dfe21db49fc.tar.gz
math: align variable assignments
pkglint -Wall -F --only aligned -r Manual correction in R/Makefile.extension for the MASTER_SITES continuation line.
Diffstat (limited to 'math/py-cdecimal')
-rw-r--r--math/py-cdecimal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-cdecimal/Makefile b/math/py-cdecimal/Makefile
index d3ab230959f..b2795c92afd 100644
--- a/math/py-cdecimal/Makefile
+++ b/math/py-cdecimal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/09/02 13:20:00 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/11/02 16:16:21 rillig Exp $
DISTNAME= cdecimal-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,8 +16,8 @@ USE_TOOLS+= gmake
USE_LANGUAGES= c
GNU_CONFIGURE= yes
-#PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3."
-PYTHON_VERSIONS_ACCEPTED= 27
+#PKG_FAIL_REASON+= "${DISTNAME} is obsoleted by the builtin \`decimal\` in python3.3."
+PYTHON_VERSIONS_ACCEPTED= 27
#.include "../../devel/gmp/buildlink3.mk"
.include "../../lang/python/distutils.mk"