Received: by mail.netbsd.org (Postfix, from userid 605) id 7224484D5E; Tue, 22 May 2018 12:10:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F195784D3C for ; Tue, 22 May 2018 12:10:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AEOJUnuKT0Lm for ; Tue, 22 May 2018 12:10:40 +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 59E6C84C85 for ; Tue, 22 May 2018 12:10:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50015FB3B; Tue, 22 May 2018 12:10:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526991040206410" MIME-Version: 1.0 Date: Tue, 22 May 2018 12:10:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180522121040.50015FB3B@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526991040206410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 22 12:10:40 UTC 2018 Modified Files: pkgsrc/devel: Makefile Removed Files: pkgsrc/devel/py-enum: DESCR Makefile PLIST distinfo Log Message: py-enum: removed, successor py-enum34 or Python 3.x To generate a diff of this commit: cvs rdiff -u -r1.2678 -r1.2679 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-enum/DESCR pkgsrc/devel/py-enum/PLIST \ pkgsrc/devel/py-enum/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/devel/py-enum/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526991040206410 Content-Disposition: inline Content-Length: 602 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2678 pkgsrc/devel/Makefile:1.2679 --- pkgsrc/devel/Makefile:1.2678 Mon May 21 23:14:52 2018 +++ pkgsrc/devel/Makefile Tue May 22 12:10:40 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2678 2018/05/21 23:14:52 minskim Exp $ +# $NetBSD: Makefile,v 1.2679 2018/05/22 12:10:40 adam Exp $ # COMMENT= Development utilities @@ -1959,7 +1959,6 @@ SUBDIR+= py-dogpile-cache SUBDIR+= py-dulwich SUBDIR+= py-editorconfig-core SUBDIR+= py-entrypoints -SUBDIR+= py-enum SUBDIR+= py-enum34 SUBDIR+= py-exam SUBDIR+= py-execnet --_----------=_1526991040206410--