pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mox



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 26 09:52:54 UTC 2026

Modified Files:
        pkgsrc/devel/py-mox: Makefile

Log Message:
py-mox: follow redirect


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-mox/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-mox/Makefile
diff -u pkgsrc/devel/py-mox/Makefile:1.2 pkgsrc/devel/py-mox/Makefile:1.3
--- pkgsrc/devel/py-mox/Makefile:1.2    Wed Jan 19 17:54:37 2022
+++ pkgsrc/devel/py-mox/Makefile        Mon Jan 26 09:52:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/19 17:54:37 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/01/26 09:52:54 wiz Exp $
 
 DISTNAME=      mox-0.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES=     devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mox/}
 
 MAINTAINER=    kamelderouiche%yahoo.com@localhost
-HOMEPAGE=      http://code.google.com/p/pymox/
+HOMEPAGE=      https://code.google.com/archive/p/pymox/
 COMMENT=       Mock object framework for Python
 LICENSE=       apache-2.0
 



Home | Main Index | Thread Index | Old Index