aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-grpcio/template
diff options
context:
space:
mode:
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>2021-06-19 03:03:21 +0000
committerĐoàn Trần Công Danh <sgn.danh@gmail.com>2021-06-20 06:17:29 +0000
commit49cb564d140a79e3a1a85c753aaef429981e4e67 (patch)
tree2517a45ab0afd6269f3c3a83abadd0006998ca85 /srcpkgs/python3-grpcio/template
parent2fd8d4df94855a157a4de16c61d54153e16ef185 (diff)
downloadvoid-packages-49cb564d140a79e3a1a85c753aaef429981e4e67.tar
void-packages-49cb564d140a79e3a1a85c753aaef429981e4e67.tar.gz
void-packages-49cb564d140a79e3a1a85c753aaef429981e4e67.tar.bz2
void-packages-49cb564d140a79e3a1a85c753aaef429981e4e67.tar.lz
void-packages-49cb564d140a79e3a1a85c753aaef429981e4e67.tar.xz
void-packages-49cb564d140a79e3a1a85c753aaef429981e4e67.tar.zst
void-packages-49cb564d140a79e3a1a85c753aaef429981e4e67.zip
srcpkgs/p*: convert patches to -Np1
* par is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
Diffstat (limited to 'srcpkgs/python3-grpcio/template')
-rw-r--r--srcpkgs/python3-grpcio/template1
1 files changed, 0 insertions, 1 deletions
diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index 654abdcfada..d96e11f9c14 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -13,7 +13,6 @@ license="Apache-2.0"
homepage="https://grpc.io"
distfiles="${PYPI_SITE}/g/grpcio/grpcio-${version}.tar.gz"
checksum=abbf9c8c3df4d5233d5888c6cfa85c1bb68a6923749bd4dd1abc6e1e93986f17
-patch_args=-Np0
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"