summaryrefslogtreecommitdiff
path: root/archivers/py-czipfile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:54:25 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:54:25 +0000
commita7c3d5f2ab7b02ca23fc9c09db4d507a28896a81 (patch)
tree9cce7130d767493e0f4605ea12b6dca9f1b74702 /archivers/py-czipfile
parent2e8a5b794ca122b12ad4b375bd2cfd8f472f879a (diff)
downloadpkgsrc-a7c3d5f2ab7b02ca23fc9c09db4d507a28896a81.tar.gz
archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'archivers/py-czipfile')
-rw-r--r--archivers/py-czipfile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-czipfile/Makefile b/archivers/py-czipfile/Makefile
index be078443794..b76ec6ebde3 100644
--- a/archivers/py-czipfile/Makefile
+++ b/archivers/py-czipfile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/09/02 13:19:58 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:54:27 rillig Exp $
DISTNAME= czipfile-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/czipfile
COMMENT= Replacement for builtin zipfile, with fast, C-based zipfile decryption
LICENSE= python-software-foundation
-PYTHON_VERSIONS_ACCEPTED= 27 # for 2.x only
+PYTHON_VERSIONS_ACCEPTED= 27 # for 2.x only
.include "../../lang/python/egg.mk"
.include "../../devel/py-cython/buildlink3.mk"