Received: by mail.netbsd.org (Postfix, from userid 605) id DB25384E71; Wed, 14 Mar 2018 09:00:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F77084DBB for ; Wed, 14 Mar 2018 09:00:18 +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 GRCcVTq4rQ9t for ; Wed, 14 Mar 2018 09:00:17 +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 68CAF84D23 for ; Wed, 14 Mar 2018 09:00:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63B63FB40; Wed, 14 Mar 2018 09:00:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152101801766360" MIME-Version: 1.0 Date: Wed, 14 Mar 2018 09:00:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-Pympler To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180314090017.63B63FB40@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. --_----------=_152101801766360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Mar 14 09:00:17 UTC 2018 Modified Files: pkgsrc/devel/py-Pympler: Makefile Log Message: Clean-up To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-Pympler/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152101801766360 Content-Disposition: inline Content-Length: 802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-Pympler/Makefile diff -u pkgsrc/devel/py-Pympler/Makefile:1.1 pkgsrc/devel/py-Pympler/Makefile:1.2 --- pkgsrc/devel/py-Pympler/Makefile:1.1 Fri Mar 2 15:59:04 2018 +++ pkgsrc/devel/py-Pympler/Makefile Wed Mar 14 09:00:17 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2018/03/02 15:59:04 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2018/03/14 09:00:17 adam Exp $ DISTNAME= Pympler-0.5 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S,_,-,} +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pympler/} @@ -10,5 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/P COMMENT= Python memory analysis tool LICENSE= apache-2.0 +USE_LANGUAGES= # none + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" --_----------=_152101801766360--