Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E32321A9239 for ; Thu, 25 Nov 2021 19:51:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0E62284D53; Thu, 25 Nov 2021 19:51:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4922284D2D for ; Thu, 25 Nov 2021 19:51:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4_5bDauHGPBu for ; Thu, 25 Nov 2021 19:51:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9EDC784D0F for ; Thu, 25 Nov 2021 19:51:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9311CFAEC; Thu, 25 Nov 2021 19:51:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163786987940510" MIME-Version: 1.0 Date: Thu, 25 Nov 2021 19:51:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-confuse To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211125195119.9311CFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163786987940510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 25 19:51:19 UTC 2021 Modified Files: pkgsrc/devel/py-confuse: Makefile Log Message: py-confuse: fix MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-confuse/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163786987940510 Content-Disposition: inline Content-Length: 745 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-confuse/Makefile diff -u pkgsrc/devel/py-confuse/Makefile:1.1 pkgsrc/devel/py-confuse/Makefile:1.2 --- pkgsrc/devel/py-confuse/Makefile:1.1 Thu Nov 25 19:33:58 2021 +++ pkgsrc/devel/py-confuse/Makefile Thu Nov 25 19:51:19 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2021/11/25 19:33:58 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2021/11/25 19:51:19 adam Exp $ DISTNAME= confuse-1.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python -MASTER_SITES= https://files.pythonhosted.org/packages/db/ec/fd93d96a32f54a3e19124179e86cced96da590d946c739a599f26d775a5f/ +MASTER_SITES= ${MASTER_SITE_PYPI:=c/confuse/} MAINTAINER= bsiegert@NetBSD.org HOMEPAGE= https://github.com/beetbox/confuse --_----------=_163786987940510--