Received: by mail.netbsd.org (Postfix, from userid 605) id 264B484F6A; Tue, 13 Jul 2021 04:22:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5EF7784F5F for ; Tue, 13 Jul 2021 04:22:53 +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 FJGVEr9_gKEl for ; Tue, 13 Jul 2021 04:22:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D29EA84C13 for ; Tue, 13 Jul 2021 04:22:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA719FA95; Tue, 13 Jul 2021 04:22:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626150172176730" MIME-Version: 1.0 Date: Tue, 13 Jul 2021 04:22:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/editors/py-editor To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210713042252.CA719FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626150172176730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 13 04:22:52 UTC 2021 Modified Files: pkgsrc/editors/py-editor: Makefile distinfo Log Message: py-editor: updated to 1.0.4 1.0.4: Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/py-editor/Makefile \ pkgsrc/editors/py-editor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1626150172176730 Content-Disposition: inline Content-Length: 2021 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/py-editor/Makefile diff -u pkgsrc/editors/py-editor/Makefile:1.1 pkgsrc/editors/py-editor/Makefile:1.2 --- pkgsrc/editors/py-editor/Makefile:1.1 Wed Sep 13 16:36:28 2017 +++ pkgsrc/editors/py-editor/Makefile Tue Jul 13 04:22:52 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2017/09/13 16:36:28 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2021/07/13 04:22:52 adam Exp $ -DISTNAME= python-editor-1.0.3 +DISTNAME= python-editor-1.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} -CATEGORIES= editors +CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-editor/} MAINTAINER= minskim@NetBSD.org @@ -10,5 +10,7 @@ HOMEPAGE= https://github.com/fmoo/python COMMENT= Module to open an editor programmatically LICENSE= apache-2.0 +USE_LANGUAGES= # none + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/editors/py-editor/distinfo diff -u pkgsrc/editors/py-editor/distinfo:1.1 pkgsrc/editors/py-editor/distinfo:1.2 --- pkgsrc/editors/py-editor/distinfo:1.1 Wed Sep 13 16:36:28 2017 +++ pkgsrc/editors/py-editor/distinfo Tue Jul 13 04:22:52 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/09/13 16:36:28 minskim Exp $ +$NetBSD: distinfo,v 1.2 2021/07/13 04:22:52 adam Exp $ -SHA1 (python-editor-1.0.3.tar.gz) = 018e3c55a09ce6ac6531e9337bfa29a252aacdc2 -RMD160 (python-editor-1.0.3.tar.gz) = 0fc050d9a7049274753f66b7f9d33a1a3e0a4945 -SHA512 (python-editor-1.0.3.tar.gz) = 258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab -Size (python-editor-1.0.3.tar.gz) = 6975 bytes +SHA1 (python-editor-1.0.4.tar.gz) = 14a22b55e60e94f22de690d32ba9787ec998d779 +RMD160 (python-editor-1.0.4.tar.gz) = 3426f45bc74c642501f5b52b795cd936a1b01d00 +SHA512 (python-editor-1.0.4.tar.gz) = c8ce2403bfe6c93935c7f4c384a8618a39cdaefe1ff5b1ff2cf4562866d8b3caa616e428c0a1634a56db934caeb474e7f84f8d5e009b9ed664189fdece8146f6 +Size (python-editor-1.0.4.tar.gz) = 7132 bytes --_----------=_1626150172176730--