pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-timeout



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  6 13:35:03 UTC 2017

Modified Files:
        pkgsrc/devel/py-test-timeout: Makefile

Log Message:
py-test-timeout: follow redirect


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-timeout/Makefile

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

Modified files:

Index: pkgsrc/devel/py-test-timeout/Makefile
diff -u pkgsrc/devel/py-test-timeout/Makefile:1.1 pkgsrc/devel/py-test-timeout/Makefile:1.2
--- pkgsrc/devel/py-test-timeout/Makefile:1.1   Thu Oct 19 06:52:03 2017
+++ pkgsrc/devel/py-test-timeout/Makefile       Mon Nov  6 13:35:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/19 06:52:03 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/06 13:35:03 wiz Exp $
 
 DISTNAME=      pytest-timeout-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -6,7 +6,7 @@ CATEGORIES=     devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-timeout/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://bitbucket.org/pytest-dev/pytest-timeout/
+HOMEPAGE=      https://bitbucket.org/pytest-dev/pytest-timeout/
 COMMENT=       Py.test plugin to abort hanging tests
 LICENSE=       mit
 



Home | Main Index | Thread Index | Old Index