pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mock



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Sep  4 17:53:12 UTC 2024

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

Log Message:
devel/py-mock: Drop MAINTAINERship

It's showing up on my repology scoreboard and I can't remember why I'm
maintainer.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-mock/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-mock/Makefile
diff -u pkgsrc/devel/py-mock/Makefile:1.20 pkgsrc/devel/py-mock/Makefile:1.21
--- pkgsrc/devel/py-mock/Makefile:1.20  Wed Mar 29 09:34:08 2023
+++ pkgsrc/devel/py-mock/Makefile       Wed Sep  4 17:53:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2023/03/29 09:34:08 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/09/04 17:53:11 gdt Exp $
 
 DISTNAME=      mock-3.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ PKGREVISION=    1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mock/}
 
-MAINTAINER=    gdt%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/testing-cabal/mock
 COMMENT=       Python testing framework
 LICENSE=       gnu-gpl-v2



Home | Main Index | Thread Index | Old Index