From 6b1660fd7593345569213214a1337fdf2dadfd51 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 14 May 2022 09:32:37 -0400 Subject: [PATCH] python3-pytest-httpbin: update to 1.0.2. --- srcpkgs/python3-pytest-httpbin/template | 10 ++++++++-- srcpkgs/python3-pytest-httpbin/update | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/python3-pytest-httpbin/update diff --git a/srcpkgs/python3-pytest-httpbin/template b/srcpkgs/python3-pytest-httpbin/template index 7521d9bae52..b9cc464dae0 100644 --- a/srcpkgs/python3-pytest-httpbin/template +++ b/srcpkgs/python3-pytest-httpbin/template @@ -1,6 +1,6 @@ # Template file for 'python3-pytest-httpbin' pkgname=python3-pytest-httpbin -version=1.0.1 +version=1.0.2 revision=1 wrksrc="pytest-httpbin-${version}" build_style=python3-module @@ -11,5 +11,11 @@ maintainer="Michal Vasilek " license="MIT" homepage="https://github.com/kevin1024/pytest-httpbin" distfiles="${PYPI_SITE}/p/pytest-httpbin/pytest-httpbin-${version}.tar.gz" -checksum=9f73320f97d33cc20bc8a08cb945372948de51402559e87e74e92c56b48da0d7 +checksum=52c9d3f75f8f43f1488b5a0be321eeca3cc5f0fae0c85445ece66bd53c95fe0e make_check=no # cycle: needs python3-requests which has this package in checkdepends + +post_install() { + # Extract license from README + sed -ne '/^## License/,$ p' README.md > LICENSE + vlicense LICENSE +} diff --git a/srcpkgs/python3-pytest-httpbin/update b/srcpkgs/python3-pytest-httpbin/update new file mode 100644 index 00000000000..e299d00ea67 --- /dev/null +++ b/srcpkgs/python3-pytest-httpbin/update @@ -0,0 +1 @@ +ignore="*rc*"