Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DBF9E7A234 for ; Sun, 23 Apr 2017 06:58:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5542684DD3; Sun, 23 Apr 2017 06:58:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D889984D7C for ; Sun, 23 Apr 2017 06:58:47 +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 zWCkn1ty8yVk for ; Sun, 23 Apr 2017 06:58:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 34BD184CF0 for ; Sun, 23 Apr 2017 06:58:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30376FBE4; Sun, 23 Apr 2017 06:58:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149293072736460" MIME-Version: 1.0 Date: Sun, 23 Apr 2017 06:58:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/py-tempora To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170423065847.30376FBE4@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. --_----------=_149293072736460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 23 06:58:47 UTC 2017 Modified Files: pkgsrc/time/py-tempora: PLIST Log Message: Revert previous now that py-setuptools is fixed. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-tempora/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149293072736460 Content-Disposition: inline Content-Length: 874 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-tempora/PLIST diff -u pkgsrc/time/py-tempora/PLIST:1.2 pkgsrc/time/py-tempora/PLIST:1.3 --- pkgsrc/time/py-tempora/PLIST:1.2 Sat Apr 22 07:27:12 2017 +++ pkgsrc/time/py-tempora/PLIST Sun Apr 23 06:58:47 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/04/22 07:27:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/04/23 06:58:47 wiz Exp $ bin/calc-prorate ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -13,6 +13,9 @@ ${PYSITELIB}/tempora/__init__.pyo ${PYSITELIB}/tempora/schedule.py ${PYSITELIB}/tempora/schedule.pyc ${PYSITELIB}/tempora/schedule.pyo +${PYSITELIB}/tempora/tests/test_schedule.py +${PYSITELIB}/tempora/tests/test_schedule.pyc +${PYSITELIB}/tempora/tests/test_schedule.pyo ${PYSITELIB}/tempora/timing.py ${PYSITELIB}/tempora/timing.pyc ${PYSITELIB}/tempora/timing.pyo --_----------=_149293072736460--