Received: by mail.netbsd.org (Postfix, from userid 605) id 0FED284DBE; Wed, 10 Oct 2018 09:55:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 120F284DBB for ; Wed, 10 Oct 2018 09:55:34 +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 vAF44YG2I18i for ; Wed, 10 Oct 2018 09:55:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5365584CEF for ; Wed, 10 Oct 2018 09:55:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F23FEFBEE; Wed, 10 Oct 2018 09:55:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1539165332297430" MIME-Version: 1.0 Date: Wed, 10 Oct 2018 09:55:32 +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: <20181010095532.F23FEFBEE@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. --_----------=_1539165332297430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 10 09:55:32 UTC 2018 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/py-filelock: DESCR Makefile PLIST distinfo Log Message: py-filelock: added version 3.0.9 This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication. To generate a diff of this commit: cvs rdiff -u -r1.2737 -r1.2738 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-filelock/DESCR \ pkgsrc/devel/py-filelock/Makefile pkgsrc/devel/py-filelock/PLIST \ pkgsrc/devel/py-filelock/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1539165332297430 Content-Disposition: inline Content-Length: 2805 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2737 pkgsrc/devel/Makefile:1.2738 --- pkgsrc/devel/Makefile:1.2737 Sun Oct 7 08:13:09 2018 +++ pkgsrc/devel/Makefile Wed Oct 10 09:55:32 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2737 2018/10/07 08:13:09 adam Exp $ +# $NetBSD: Makefile,v 1.2738 2018/10/10 09:55:32 adam Exp $ # COMMENT= Development utilities @@ -2002,6 +2002,7 @@ SUBDIR+= py-fasteners SUBDIR+= py-fastimport SUBDIR+= py-filebytes SUBDIR+= py-filechunkio +SUBDIR+= py-filelock SUBDIR+= py-fixtures SUBDIR+= py-flake8 SUBDIR+= py-flake8-docstrings Added files: Index: pkgsrc/devel/py-filelock/DESCR diff -u /dev/null pkgsrc/devel/py-filelock/DESCR:1.1 --- /dev/null Wed Oct 10 09:55:32 2018 +++ pkgsrc/devel/py-filelock/DESCR Wed Oct 10 09:55:32 2018 @@ -0,0 +1,2 @@ +This package contains a single module, which implements a platform independent +file lock in Python, which provides a simple way of inter-process communication. Index: pkgsrc/devel/py-filelock/Makefile diff -u /dev/null pkgsrc/devel/py-filelock/Makefile:1.1 --- /dev/null Wed Oct 10 09:55:32 2018 +++ pkgsrc/devel/py-filelock/Makefile Wed Oct 10 09:55:32 2018 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2018/10/10 09:55:32 adam Exp $ + +DISTNAME= filelock-3.0.9 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=f/filelock/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/benediktschmitt/py-filelock +COMMENT= Platform independent file lock +LICENSE= unlicense + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-filelock/PLIST diff -u /dev/null pkgsrc/devel/py-filelock/PLIST:1.1 --- /dev/null Wed Oct 10 09:55:32 2018 +++ pkgsrc/devel/py-filelock/PLIST Wed Oct 10 09:55:32 2018 @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2018/10/10 09:55:32 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/filelock.py +${PYSITELIB}/filelock.pyc +${PYSITELIB}/filelock.pyo Index: pkgsrc/devel/py-filelock/distinfo diff -u /dev/null pkgsrc/devel/py-filelock/distinfo:1.1 --- /dev/null Wed Oct 10 09:55:32 2018 +++ pkgsrc/devel/py-filelock/distinfo Wed Oct 10 09:55:32 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/10/10 09:55:32 adam Exp $ + +SHA1 (filelock-3.0.9.tar.gz) = 68ea83f020162f331ab1a85e993e870dc76d7ddb +RMD160 (filelock-3.0.9.tar.gz) = 8245bf140f7d45b037254f8bf3b530157e24a6bd +SHA512 (filelock-3.0.9.tar.gz) = 455abd4b792590b21f63c12dacea236ae39d348e501ddb33e1572c57693a84778b3db189c1a8d19e5214615a5d53df730c51bb3614fae48440fe1cae2f186b75 +Size (filelock-3.0.9.tar.gz) = 6754 bytes --_----------=_1539165332297430--