~alpine/aports

testing/py3-httpretty: add provides v1 APPLIED

Drew DeVault: 1
 testing/py3-httpretty: add provides

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/760/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/py3-httpretty: add provides Export this patch

---
 testing/py3-httpretty/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/py3-httpretty/APKBUILD b/testing/py3-httpretty/APKBUILD
index d0bfbae983..a7538d615f 100644
--- a/testing/py3-httpretty/APKBUILD
+++ b/testing/py3-httpretty/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-httpretty
_pyname=httpretty
pkgver=0.9.6
pkgrel=0
pkgrel=1
pkgdesc="HTTP client mocking tool for Python"
url="https://github.com/gabrielfalcao/HTTPretty"
arch="noarch"
@@ -13,6 +13,7 @@ makedepends="python3-dev py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
replaces="py-httpretty"
provides="py-httpretty=$pkgver-r$pkgrel"
builddir="$srcdir"/$_pyname-$pkgver

build() {
-- 
2.22.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---