From cc84303fed9d20a3a4f1d6ef4df1444ac5a4325d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 May 2018 23:19:35 +0200 Subject: extra/python-beaker: remove mongodb checkdepends --- extra/python-beaker/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 extra/python-beaker/PKGBUILD diff --git a/extra/python-beaker/PKGBUILD b/extra/python-beaker/PKGBUILD new file mode 100644 index 00000000..860d44b1 --- /dev/null +++ b/extra/python-beaker/PKGBUILD @@ -0,0 +1,6 @@ +checkdepends=( + $( + printf '%s\n' "${checkdepends[@]}" | \ + grep -vxF 'mongodb' + ) +) -- cgit v1.2.3-54-g00ecf From 0c19f2591cf83b6f94ac652e32503446d15b0604 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 May 2018 23:43:13 +0200 Subject: extra/python-beaker: remove mongodb stuff from check() --- extra/python-beaker/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extra/python-beaker/PKGBUILD b/extra/python-beaker/PKGBUILD index 860d44b1..a31189ea 100644 --- a/extra/python-beaker/PKGBUILD +++ b/extra/python-beaker/PKGBUILD @@ -4,3 +4,9 @@ checkdepends=( grep -vxF 'mongodb' ) ) +eval "$( + declare -f check | \ + sed ' + s/ pifpaf run mongodb \([^-]\S* \+\|--\S\+ \+\)*--// + ' +)" -- cgit v1.2.3-54-g00ecf From f19651382eea9b44e0e2bad1b204e3af5ab80f8b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 May 2018 07:46:30 +0200 Subject: community/libnids: removed + from patch --- community/libnids/libnids-1.24-inline.patch | Bin 1460 -> 1420 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/community/libnids/libnids-1.24-inline.patch b/community/libnids/libnids-1.24-inline.patch index 000c69bc..c1123c2f 100644 Binary files a/community/libnids/libnids-1.24-inline.patch and b/community/libnids/libnids-1.24-inline.patch differ -- cgit v1.2.3-54-g00ecf From 57c6cc24bf27b44adbcde021574deae60ec17b2d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 May 2018 07:47:58 +0200 Subject: community/libnids: forgot to adapt checksum of patch --- community/libnids/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/libnids/PKGBUILD b/community/libnids/PKGBUILD index 7be0ea3e..b21e57a2 100644 --- a/community/libnids/PKGBUILD +++ b/community/libnids/PKGBUILD @@ -3,7 +3,7 @@ # see https://src.fedoraproject.org/cgit/rpms/libnids.git/commit/?id=ecafb692f20e0acad555f66c3cc1646997a82dae source+=('libnids-1.24-inline.patch') -sha256sums+=('0c2b0426a6bab56641f3579dca266ea8d38e1834230154a1be9bbe2f66e2df5e') +sha256sums+=('be5a0e9987f7c1bdae5480f8463ba8b0011c4c000750e8e22136fe81b6287b98') prepare() { cd $pkgname-$pkgver -- cgit v1.2.3-54-g00ecf From b5629b3bf409f7e9efcc3efcf72e4b4a469c5d7e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 May 2018 07:59:05 +0200 Subject: community/libnids: redone patch and tested dsniff (which works now) --- community/libnids/PKGBUILD | 2 +- community/libnids/libnids-1.24-inline.patch | Bin 1420 -> 1363 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/community/libnids/PKGBUILD b/community/libnids/PKGBUILD index b21e57a2..13578e05 100644 --- a/community/libnids/PKGBUILD +++ b/community/libnids/PKGBUILD @@ -3,7 +3,7 @@ # see https://src.fedoraproject.org/cgit/rpms/libnids.git/commit/?id=ecafb692f20e0acad555f66c3cc1646997a82dae source+=('libnids-1.24-inline.patch') -sha256sums+=('be5a0e9987f7c1bdae5480f8463ba8b0011c4c000750e8e22136fe81b6287b98') +sha256sums+=('3aea2351877c2a789d753ac66f1323a3d575dead9fb04c559e221dbebdfc7e3e') prepare() { cd $pkgname-$pkgver diff --git a/community/libnids/libnids-1.24-inline.patch b/community/libnids/libnids-1.24-inline.patch index c1123c2f..b17b73e9 100644 Binary files a/community/libnids/libnids-1.24-inline.patch and b/community/libnids/libnids-1.24-inline.patch differ -- cgit v1.2.3-54-g00ecf From 7ffe1a68efb230c3692bfdcf50366ab3397225ea Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 3 May 2018 08:55:26 +0200 Subject: community/python-tqdm: workaround for failing check --- community/python-tqdm/PKGBUILD | 11 +++++++++++ .../python-tqdm/tqdm-4.22.0-sleep-test-workaround.patch | Bin 0 -> 746 bytes 2 files changed, 11 insertions(+) create mode 100644 community/python-tqdm/PKGBUILD create mode 100644 community/python-tqdm/tqdm-4.22.0-sleep-test-workaround.patch diff --git a/community/python-tqdm/PKGBUILD b/community/python-tqdm/PKGBUILD new file mode 100644 index 00000000..b7329924 --- /dev/null +++ b/community/python-tqdm/PKGBUILD @@ -0,0 +1,11 @@ +# https://github.com/tqdm/tqdm/issues/538 + +source+=('tqdm-4.22.0-sleep-test-workaround.patch') +sha512sums+=('ac09e7578ad380f55f9371a067061bd1f23be6a799ec82c3abf2471d7d780bd435b423d0ab1f989cf7039b467d5adfa38e324cb887b0b27f52218fa3753956fa') + +eval "$( + declare -f prepare | \ + sed ' + /cp/ i pushd ${srcdir}/tqdm-$pkgver && patch -Np1 -i "${srcdir}"/tqdm-4.22.0-sleep-test-workaround.patch && popd + ' +)" diff --git a/community/python-tqdm/tqdm-4.22.0-sleep-test-workaround.patch b/community/python-tqdm/tqdm-4.22.0-sleep-test-workaround.patch new file mode 100644 index 00000000..ac9caae3 Binary files /dev/null and b/community/python-tqdm/tqdm-4.22.0-sleep-test-workaround.patch differ -- cgit v1.2.3-54-g00ecf