diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
commit | 6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch) | |
tree | 97ee76f3981200121bbba776c699b2cf57cc3af5 /net/py-sbws | |
parent | c541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff) | |
download | pkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz |
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'net/py-sbws')
-rw-r--r-- | net/py-sbws/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/py-sbws/Makefile b/net/py-sbws/Makefile index c1821059420..4f12b0a9683 100644 --- a/net/py-sbws/Makefile +++ b/net/py-sbws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/10/23 01:42:35 riastradh Exp $ +# $NetBSD: Makefile,v 1.2 2019/11/03 11:45:51 rillig Exp $ DISTNAME= sbws-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -34,11 +34,11 @@ REPLACE_BASH+= tests/testnets/simple.common/01-gen-configs.sh REPLACE_BASH+= tests/testnets/simple.common/02-start-network.sh REPLACE_BASH+= tests/testnets/simple.common/04-stop-network.sh -REPLACE_PYTHON+=scripts/tools/get-per-relay-budget.py -REPLACE_PYTHON+=scripts/tools/sbws-http-server.py -REPLACE_PYTHON+=scripts/tools/scale-v3bw-with-budget.py -REPLACE_PYTHON+=setup.py -REPLACE_PYTHON+=tests/testnets/simple.common/03-network-in-ready-state.py +REPLACE_PYTHON+= scripts/tools/get-per-relay-budget.py +REPLACE_PYTHON+= scripts/tools/sbws-http-server.py +REPLACE_PYTHON+= scripts/tools/scale-v3bw-with-budget.py +REPLACE_PYTHON+= setup.py +REPLACE_PYTHON+= tests/testnets/simple.common/03-network-in-ready-state.py # XXX Should run the integration tests too, but it's a bit more # involved. |