Received: by mail.netbsd.org (Postfix, from userid 605) id 9CA3284DBE; Sat, 28 Oct 2017 08:49:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2711C84D87 for ; Sat, 28 Oct 2017 08:49:31 +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 vIKzKCuRcy07 for ; Sat, 28 Oct 2017 08:49:30 +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 8B8BD84D66 for ; Sat, 28 Oct 2017 08:49:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D13AFBDE; Sat, 28 Oct 2017 08:49:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509180570163210" MIME-Version: 1.0 Date: Sat, 28 Oct 2017 08:49:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-ruamel-ordereddict To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171028084930.7D13AFBDE@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. --_----------=_1509180570163210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 28 08:49:30 UTC 2017 Modified Files: pkgsrc/devel/py-ruamel-ordereddict: Makefile PLIST distinfo Log Message: py-ruamel-ordereddict: updated to 0.4.13 0.4.13: Bug fixes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-ruamel-ordereddict/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ruamel-ordereddict/PLIST \ pkgsrc/devel/py-ruamel-ordereddict/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509180570163210 Content-Disposition: inline Content-Length: 3545 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-ruamel-ordereddict/Makefile diff -u pkgsrc/devel/py-ruamel-ordereddict/Makefile:1.3 pkgsrc/devel/py-ruamel-ordereddict/Makefile:1.4 --- pkgsrc/devel/py-ruamel-ordereddict/Makefile:1.3 Sun Jan 1 14:43:35 2017 +++ pkgsrc/devel/py-ruamel-ordereddict/Makefile Sat Oct 28 08:49:30 2017 @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.3 2017/01/01 14:43:35 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/28 08:49:30 adam Exp $ -DISTNAME= ruamel.ordereddict-0.4.9 -PKGNAME= ${PYPKGPREFIX}-ruamel-ordereddict-0.4.9 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruamel.ordereddict/} +DISTNAME= ruamel.ordereddict-0.4.13 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/./-/1} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruamel.ordereddict/} -MAINTAINER= gde@llew.me -HOMEPAGE= https://bitbucket.org/ruamel/ordereddict -COMMENT= Version of dict that keeps keys in insertion resp. sorted order -LICENSE= mit +MAINTAINER= gde@llew.me +HOMEPAGE= https://bitbucket.org/ruamel/ordereddict +COMMENT= Version of dict that keeps keys in insertion resp. sorted order +LICENSE= mit -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_ACCEPTED= 27 + +do-test: + cd ${WRKSRC}/test && ${PYTHONBIN} testordereddict.py -.include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-ruamel-ordereddict/PLIST diff -u pkgsrc/devel/py-ruamel-ordereddict/PLIST:1.1 pkgsrc/devel/py-ruamel-ordereddict/PLIST:1.2 --- pkgsrc/devel/py-ruamel-ordereddict/PLIST:1.1 Mon May 16 10:35:20 2016 +++ pkgsrc/devel/py-ruamel-ordereddict/PLIST Sat Oct 28 08:49:30 2017 @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2016/05/16 10:35:20 nils Exp $ -${PYSITELIB}/_ordereddict.so -${PYSITELIB}/${EGG_NAME}-nspkg.pth +@comment $NetBSD: PLIST,v 1.2 2017/10/28 08:49:30 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_NAME}-nspkg.pth +${PYSITELIB}/_ordereddict.so ${PYSITELIB}/ruamel/ordereddict/__init__.py ${PYSITELIB}/ruamel/ordereddict/__init__.pyc ${PYSITELIB}/ruamel/ordereddict/__init__.pyo Index: pkgsrc/devel/py-ruamel-ordereddict/distinfo diff -u pkgsrc/devel/py-ruamel-ordereddict/distinfo:1.1 pkgsrc/devel/py-ruamel-ordereddict/distinfo:1.2 --- pkgsrc/devel/py-ruamel-ordereddict/distinfo:1.1 Mon May 16 10:35:20 2016 +++ pkgsrc/devel/py-ruamel-ordereddict/distinfo Sat Oct 28 08:49:30 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/05/16 10:35:20 nils Exp $ +$NetBSD: distinfo,v 1.2 2017/10/28 08:49:30 adam Exp $ -SHA1 (ruamel.ordereddict-0.4.9.tar.gz) = 842c764866a9e099cdc0ecc9477789fa4387d775 -RMD160 (ruamel.ordereddict-0.4.9.tar.gz) = 978e9a264c407850e7f0c74268719ee20068bb99 -SHA512 (ruamel.ordereddict-0.4.9.tar.gz) = 556988c457b60b8763b4eeffad4a8f44d96c22f8aca702ac6f883bd9ddf13af38aa46f804f95e256b900f9f25e473beb1c86a62f6da66d19ca770878dc8ca3ca -Size (ruamel.ordereddict-0.4.9.tar.gz) = 53707 bytes +SHA1 (ruamel.ordereddict-0.4.13.tar.gz) = d1f3187f0df90522e5bcd5235be3aa75390cc663 +RMD160 (ruamel.ordereddict-0.4.13.tar.gz) = a8fbb1b63e37ebabfe030e0fb198d4a7bad4fdfe +SHA512 (ruamel.ordereddict-0.4.13.tar.gz) = d345e3e388618c76323605497c104cc2c8fc1f14f8cd6ba2bc942a9f034135a5be25b46ff5e0cdf94a5b496991ae3af4d1c34a8dd7314dddd5bc952148f01ede +Size (ruamel.ordereddict-0.4.13.tar.gz) = 57711 bytes --_----------=_1509180570163210--