From 883c0fc32fc2ee0ddd64eb1fa9a18a0ef397db30 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 3 Nov 2019 19:26:20 +0000 Subject: filesystems: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. --- filesystems/tahoe-lafs/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'filesystems/tahoe-lafs') 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: -- cgit v1.2.3