py-httpbin: updated to 0.7.0
0.7.0: Unknown changes.
This commit is contained in:
parent
38db2728ec
commit
1e848cf180
2 changed files with 8 additions and 11 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.8 2017/11/26 17:44:09 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2018/05/12 08:19:51 adam Exp $
|
||||
|
||||
DISTNAME= httpbin-0.6.2
|
||||
DISTNAME= httpbin-0.7.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpbin/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/Runscope/httpbin/
|
||||
HOMEPAGE= https://github.com/Runscope/httpbin
|
||||
COMMENT= HTTP Request and Response Service
|
||||
LICENSE= mit
|
||||
|
||||
|
@ -22,8 +22,5 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
# test failure:
|
||||
# https://github.com/kennethreitz/httpbin/issues/403
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2017/10/23 15:45:29 adam Exp $
|
||||
$NetBSD: distinfo,v 1.6 2018/05/12 08:19:51 adam Exp $
|
||||
|
||||
SHA1 (httpbin-0.6.2.tar.gz) = 8f9dca3627146f52edd6dccae5df9b4dcc87d8da
|
||||
RMD160 (httpbin-0.6.2.tar.gz) = a4289a0d8d80fca2bd5b752dc2ee47bb4b13af55
|
||||
SHA512 (httpbin-0.6.2.tar.gz) = 6e9a95a8fb8e086b7b27959eea8ca9b79dc925ebbd87db71a8935029e7762dda2c15d0b928330ddc32f08d44a5283be4d14651573738ea7c89597fec704b646a
|
||||
Size (httpbin-0.6.2.tar.gz) = 86288 bytes
|
||||
SHA1 (httpbin-0.7.0.tar.gz) = 82ae58e22fd3f7a86bc561082691a36c12120f40
|
||||
RMD160 (httpbin-0.7.0.tar.gz) = 22b1bb0151212aa71aaa8cb8fb1aec7e1e9c0b5a
|
||||
SHA512 (httpbin-0.7.0.tar.gz) = 82e80058b58943637e9f8191764cea79bf7a6e40f36069f9b5d3f908585dbef20a03ef070d1f865d350920b6e874a93a48a544b05c14ff4911038ec2c20f6f63
|
||||
Size (httpbin-0.7.0.tar.gz) = 92613 bytes
|
||||
|
|
Loading…
Reference in a new issue