summaryrefslogtreecommitdiff
path: root/filesystems/tahoe-lafs
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 19:26:20 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 19:26:20 +0000
commit883c0fc32fc2ee0ddd64eb1fa9a18a0ef397db30 (patch)
tree62f08c547e899ee0d4effdeff9f6dfff62a033b4 /filesystems/tahoe-lafs
parent76f5c8d81b8b4d4a63e55f70a228e6271fab8a24 (diff)
downloadpkgsrc-883c0fc32fc2ee0ddd64eb1fa9a18a0ef397db30.tar.gz
filesystems: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'filesystems/tahoe-lafs')
-rw-r--r--filesystems/tahoe-lafs/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile
index 775bf790c69..b8a7265eabd 100644
--- a/filesystems/tahoe-lafs/Makefile
+++ b/filesystems/tahoe-lafs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2019/09/02 13:20:22 adam Exp $
+# $NetBSD: Makefile,v 1.40 2019/11/03 19:26:22 rillig Exp $
DISTNAME= tahoe-lafs-1.12.1
PKGREVISION= 1
@@ -40,7 +40,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow
DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
-PYTHON_VERSIONS_ACCEPTED= 27 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver
+PYTHON_VERSIONS_ACCEPTED= 27 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver
# Note that there is an upstream (inherited from setuptools) bug
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1258#comment:29 that
@@ -59,12 +59,12 @@ post-extract:
chmod -R +r ${WRKSRC}
.endif
-REPLACE_PYTHON+= src/allmydata/reliability.py
-REPLACE_PYTHON+= src/allmydata/storage/shares.py
-REPLACE_PYTHON+= src/buildtest/test_build_with_fake_dist.py
+REPLACE_PYTHON+= src/allmydata/reliability.py
+REPLACE_PYTHON+= src/allmydata/storage/shares.py
+REPLACE_PYTHON+= src/buildtest/test_build_with_fake_dist.py
-PKG_GROUPS= tahoes
-PKG_USERS= tahoes:tahoes
+PKG_GROUPS= tahoes
+PKG_USERS= tahoes:tahoes
PKG_GECOS.tahoes= tahoe server
do-test: