Received: by mail.netbsd.org (Postfix, from userid 605) id 7E00984ECF; Tue, 23 Oct 2018 09:04:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 85DC284ECC for ; Tue, 23 Oct 2018 09:04:20 +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 yyrT4xzfe0iP for ; Tue, 23 Oct 2018 09:04:20 +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 B386584EC9 for ; Tue, 23 Oct 2018 09:04:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B079BFBEE; Tue, 23 Oct 2018 09:04:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540285459227280" MIME-Version: 1.0 Date: Tue, 23 Oct 2018 09:04:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-semantic_version To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181023090419.B079BFBEE@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. --_----------=_1540285459227280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 23 09:04:19 UTC 2018 Modified Files: pkgsrc/devel/py-semantic_version: Makefile Log Message: py-semantic_version: small fixes to Makefile To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-semantic_version/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540285459227280 Content-Disposition: inline Content-Length: 883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-semantic_version/Makefile diff -u pkgsrc/devel/py-semantic_version/Makefile:1.1 pkgsrc/devel/py-semantic_version/Makefile:1.2 --- pkgsrc/devel/py-semantic_version/Makefile:1.1 Sun Oct 21 19:51:41 2018 +++ pkgsrc/devel/py-semantic_version/Makefile Tue Oct 23 09:04:19 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2018/10/21 19:51:41 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2018/10/23 09:04:19 adam Exp $ DISTNAME= semantic_version-2.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= devel +CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/semantic_version/} MAINTAINER= minskim@NetBSD.org @@ -10,5 +10,7 @@ HOMEPAGE= https://github.com/rbarrois/py COMMENT= Semantic version comparison for Python LICENSE= 2-clause-bsd +USE_LANGUAGES= # none + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1540285459227280--