pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-test-httpbin



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 23 10:59:08 UTC 2018

Modified Files:
        pkgsrc/www/py-test-httpbin: Makefile

Log Message:
py-test-httpbin: updated HOMEPAGE; removed unused DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-test-httpbin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-test-httpbin/Makefile
diff -u pkgsrc/www/py-test-httpbin/Makefile:1.4 pkgsrc/www/py-test-httpbin/Makefile:1.5
--- pkgsrc/www/py-test-httpbin/Makefile:1.4     Wed May  2 07:30:41 2018
+++ pkgsrc/www/py-test-httpbin/Makefile Wed May 23 10:59:08 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/05/02 07:30:41 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/05/23 10:59:08 adam Exp $
 
 DISTNAME=      pytest-httpbin-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -6,12 +6,10 @@ CATEGORIES=   www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-httpbin/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/pytest-httpbin
+HOMEPAGE=      https://github.com/kevin1024/pytest-httpbin
 COMMENT=       Easily test your HTTP library against a local copy of httpbin
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
-DEPENDS+=      ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 DEPENDS+=      ${PYPKGPREFIX}-httpbin-[0-9]*:../../www/py-httpbin
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test



Home | Main Index | Thread Index | Old Index