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 B9F0C7A286 for ; Thu, 27 Oct 2016 10:15:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2858C85E9C; Thu, 27 Oct 2016 10:15:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ACAEA85E77 for ; Thu, 27 Oct 2016 10:15:19 +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 t-JT04Ij2Oph for ; Thu, 27 Oct 2016 10:15:18 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 88B1F85E5C for ; Thu, 27 Oct 2016 10:15:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F1BCFBD2; Thu, 27 Oct 2016 10:15:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147756331888230" MIME-Version: 1.0 Date: Thu, 27 Oct 2016 10:15:18 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/net/py-gandi.cli To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161027101518.7F1BCFBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147756331888230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Oct 27 10:15:18 UTC 2016 Added Files: pkgsrc/net/py-gandi.cli: DESCR Makefile PLIST distinfo Log Message: Add py-gandi.cli-0.19: gandicli is a command line interface for the Gandi.net services. It can be used to buying and managing domains, web applications, virtual machines or SSL certificates. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-gandi.cli/DESCR \ pkgsrc/net/py-gandi.cli/Makefile pkgsrc/net/py-gandi.cli/PLIST \ pkgsrc/net/py-gandi.cli/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147756331888230 Content-Disposition: inline Content-Length: 15763 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/net/py-gandi.cli/DESCR diff -u /dev/null pkgsrc/net/py-gandi.cli/DESCR:1.1 --- /dev/null Thu Oct 27 10:15:18 2016 +++ pkgsrc/net/py-gandi.cli/DESCR Thu Oct 27 10:15:18 2016 @@ -0,0 +1,3 @@ +gandicli is a command line interface for the Gandi.net services. It can +be used to buying and managing domains, web applications, virtual +machines or SSL certificates. Index: pkgsrc/net/py-gandi.cli/Makefile diff -u /dev/null pkgsrc/net/py-gandi.cli/Makefile:1.1 --- /dev/null Thu Oct 27 10:15:18 2016 +++ pkgsrc/net/py-gandi.cli/Makefile Thu Oct 27 10:15:18 2016 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2016/10/27 10:15:18 joerg Exp $ + +GITHUB_TAG= 0.19 +DISTNAME= ${GITHUB_TAG} +PKGNAME= ${PYPKGPREFIX}-gandi.cli-${GITHUB_TAG} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GITHUB:=Gandi/} +GITHUB_PROJECT= gandi.cli +DIST_SUBDIR= gandi.cli +EGG_NAME= gandi.cli-${GITHUB_TAG} + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= https://github.com/Gandi/gandi.cli +COMMENT= Command line interface for Gandi.net +LICENSE= gnu-gpl-v3 + +DEPENDS+= ${PYPKGPREFIX}-click>=3.1:../../devel/py-click +DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-IP-[0-9]*:../../net/py-IP +DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/py-gandi.cli/PLIST diff -u /dev/null pkgsrc/net/py-gandi.cli/PLIST:1.1 --- /dev/null Thu Oct 27 10:15:18 2016 +++ pkgsrc/net/py-gandi.cli/PLIST Thu Oct 27 10:15:18 2016 @@ -0,0 +1,293 @@ +@comment $NetBSD: PLIST,v 1.1 2016/10/27 10:15:18 joerg Exp $ +bin/gandi +${PYSITELIB}/${EGG_NAME}-nspkg.pth +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/gandi/cli/__init__.py +${PYSITELIB}/gandi/cli/__init__.pyc +${PYSITELIB}/gandi/cli/__init__.pyo +${PYSITELIB}/gandi/cli/__main__.py +${PYSITELIB}/gandi/cli/__main__.pyc +${PYSITELIB}/gandi/cli/__main__.pyo +${PYSITELIB}/gandi/cli/commands/__init__.py +${PYSITELIB}/gandi/cli/commands/__init__.pyc +${PYSITELIB}/gandi/cli/commands/__init__.pyo +${PYSITELIB}/gandi/cli/commands/account.py +${PYSITELIB}/gandi/cli/commands/account.pyc +${PYSITELIB}/gandi/cli/commands/account.pyo +${PYSITELIB}/gandi/cli/commands/certificate.py +${PYSITELIB}/gandi/cli/commands/certificate.pyc +${PYSITELIB}/gandi/cli/commands/certificate.pyo +${PYSITELIB}/gandi/cli/commands/certstore.py +${PYSITELIB}/gandi/cli/commands/certstore.pyc +${PYSITELIB}/gandi/cli/commands/certstore.pyo +${PYSITELIB}/gandi/cli/commands/config.py +${PYSITELIB}/gandi/cli/commands/config.pyc +${PYSITELIB}/gandi/cli/commands/config.pyo +${PYSITELIB}/gandi/cli/commands/contact.py +${PYSITELIB}/gandi/cli/commands/contact.pyc +${PYSITELIB}/gandi/cli/commands/contact.pyo +${PYSITELIB}/gandi/cli/commands/disk.py +${PYSITELIB}/gandi/cli/commands/disk.pyc +${PYSITELIB}/gandi/cli/commands/disk.pyo +${PYSITELIB}/gandi/cli/commands/docker.py +${PYSITELIB}/gandi/cli/commands/docker.pyc +${PYSITELIB}/gandi/cli/commands/docker.pyo +${PYSITELIB}/gandi/cli/commands/domain.py +${PYSITELIB}/gandi/cli/commands/domain.pyc +${PYSITELIB}/gandi/cli/commands/domain.pyo +${PYSITELIB}/gandi/cli/commands/forward.py +${PYSITELIB}/gandi/cli/commands/forward.pyc +${PYSITELIB}/gandi/cli/commands/forward.pyo +${PYSITELIB}/gandi/cli/commands/ip.py +${PYSITELIB}/gandi/cli/commands/ip.pyc +${PYSITELIB}/gandi/cli/commands/ip.pyo +${PYSITELIB}/gandi/cli/commands/mail.py +${PYSITELIB}/gandi/cli/commands/mail.pyc +${PYSITELIB}/gandi/cli/commands/mail.pyo +${PYSITELIB}/gandi/cli/commands/oper.py +${PYSITELIB}/gandi/cli/commands/oper.pyc +${PYSITELIB}/gandi/cli/commands/oper.pyo +${PYSITELIB}/gandi/cli/commands/paas.py +${PYSITELIB}/gandi/cli/commands/paas.pyc +${PYSITELIB}/gandi/cli/commands/paas.pyo +${PYSITELIB}/gandi/cli/commands/record.py +${PYSITELIB}/gandi/cli/commands/record.pyc +${PYSITELIB}/gandi/cli/commands/record.pyo +${PYSITELIB}/gandi/cli/commands/root.py +${PYSITELIB}/gandi/cli/commands/root.pyc +${PYSITELIB}/gandi/cli/commands/root.pyo +${PYSITELIB}/gandi/cli/commands/snapshotprofile.py +${PYSITELIB}/gandi/cli/commands/snapshotprofile.pyc +${PYSITELIB}/gandi/cli/commands/snapshotprofile.pyo +${PYSITELIB}/gandi/cli/commands/sshkey.py +${PYSITELIB}/gandi/cli/commands/sshkey.pyc +${PYSITELIB}/gandi/cli/commands/sshkey.pyo +${PYSITELIB}/gandi/cli/commands/vhost.py +${PYSITELIB}/gandi/cli/commands/vhost.pyc +${PYSITELIB}/gandi/cli/commands/vhost.pyo +${PYSITELIB}/gandi/cli/commands/vlan.py +${PYSITELIB}/gandi/cli/commands/vlan.pyc +${PYSITELIB}/gandi/cli/commands/vlan.pyo +${PYSITELIB}/gandi/cli/commands/vm.py +${PYSITELIB}/gandi/cli/commands/vm.pyc +${PYSITELIB}/gandi/cli/commands/vm.pyo +${PYSITELIB}/gandi/cli/commands/webacc.py +${PYSITELIB}/gandi/cli/commands/webacc.pyc +${PYSITELIB}/gandi/cli/commands/webacc.pyo +${PYSITELIB}/gandi/cli/core/__init__.py +${PYSITELIB}/gandi/cli/core/__init__.pyc +${PYSITELIB}/gandi/cli/core/__init__.pyo +${PYSITELIB}/gandi/cli/core/base.py +${PYSITELIB}/gandi/cli/core/base.pyc +${PYSITELIB}/gandi/cli/core/base.pyo +${PYSITELIB}/gandi/cli/core/cli.py +${PYSITELIB}/gandi/cli/core/cli.pyc +${PYSITELIB}/gandi/cli/core/cli.pyo +${PYSITELIB}/gandi/cli/core/client.py +${PYSITELIB}/gandi/cli/core/client.pyc +${PYSITELIB}/gandi/cli/core/client.pyo +${PYSITELIB}/gandi/cli/core/conf.py +${PYSITELIB}/gandi/cli/core/conf.pyc +${PYSITELIB}/gandi/cli/core/conf.pyo +${PYSITELIB}/gandi/cli/core/params.py +${PYSITELIB}/gandi/cli/core/params.pyc +${PYSITELIB}/gandi/cli/core/params.pyo +${PYSITELIB}/gandi/cli/core/utils/__init__.py +${PYSITELIB}/gandi/cli/core/utils/__init__.pyc +${PYSITELIB}/gandi/cli/core/utils/__init__.pyo +${PYSITELIB}/gandi/cli/core/utils/ascii_sparks.py +${PYSITELIB}/gandi/cli/core/utils/ascii_sparks.pyc +${PYSITELIB}/gandi/cli/core/utils/ascii_sparks.pyo +${PYSITELIB}/gandi/cli/core/utils/size.py +${PYSITELIB}/gandi/cli/core/utils/size.pyc +${PYSITELIB}/gandi/cli/core/utils/size.pyo +${PYSITELIB}/gandi/cli/core/utils/unixpipe.py +${PYSITELIB}/gandi/cli/core/utils/unixpipe.pyc +${PYSITELIB}/gandi/cli/core/utils/unixpipe.pyo +${PYSITELIB}/gandi/cli/core/utils/xmlrpc.py +${PYSITELIB}/gandi/cli/core/utils/xmlrpc.pyc +${PYSITELIB}/gandi/cli/core/utils/xmlrpc.pyo +${PYSITELIB}/gandi/cli/modules/__init__.py +${PYSITELIB}/gandi/cli/modules/__init__.pyc +${PYSITELIB}/gandi/cli/modules/__init__.pyo +${PYSITELIB}/gandi/cli/modules/account.py +${PYSITELIB}/gandi/cli/modules/account.pyc +${PYSITELIB}/gandi/cli/modules/account.pyo +${PYSITELIB}/gandi/cli/modules/api.py +${PYSITELIB}/gandi/cli/modules/api.pyc +${PYSITELIB}/gandi/cli/modules/api.pyo +${PYSITELIB}/gandi/cli/modules/cert.py +${PYSITELIB}/gandi/cli/modules/cert.pyc +${PYSITELIB}/gandi/cli/modules/cert.pyo +${PYSITELIB}/gandi/cli/modules/contact.py +${PYSITELIB}/gandi/cli/modules/contact.pyc +${PYSITELIB}/gandi/cli/modules/contact.pyo +${PYSITELIB}/gandi/cli/modules/datacenter.py +${PYSITELIB}/gandi/cli/modules/datacenter.pyc +${PYSITELIB}/gandi/cli/modules/datacenter.pyo +${PYSITELIB}/gandi/cli/modules/disk.py +${PYSITELIB}/gandi/cli/modules/disk.pyc +${PYSITELIB}/gandi/cli/modules/disk.pyo +${PYSITELIB}/gandi/cli/modules/docker.py +${PYSITELIB}/gandi/cli/modules/docker.pyc +${PYSITELIB}/gandi/cli/modules/docker.pyo +${PYSITELIB}/gandi/cli/modules/domain.py +${PYSITELIB}/gandi/cli/modules/domain.pyc +${PYSITELIB}/gandi/cli/modules/domain.pyo +${PYSITELIB}/gandi/cli/modules/forward.py +${PYSITELIB}/gandi/cli/modules/forward.pyc +${PYSITELIB}/gandi/cli/modules/forward.pyo +${PYSITELIB}/gandi/cli/modules/hostedcert.py +${PYSITELIB}/gandi/cli/modules/hostedcert.pyc +${PYSITELIB}/gandi/cli/modules/hostedcert.pyo +${PYSITELIB}/gandi/cli/modules/iaas.py +${PYSITELIB}/gandi/cli/modules/iaas.pyc +${PYSITELIB}/gandi/cli/modules/iaas.pyo +${PYSITELIB}/gandi/cli/modules/mail.py +${PYSITELIB}/gandi/cli/modules/mail.pyc +${PYSITELIB}/gandi/cli/modules/mail.pyo +${PYSITELIB}/gandi/cli/modules/metric.py +${PYSITELIB}/gandi/cli/modules/metric.pyc +${PYSITELIB}/gandi/cli/modules/metric.pyo +${PYSITELIB}/gandi/cli/modules/network.py +${PYSITELIB}/gandi/cli/modules/network.pyc +${PYSITELIB}/gandi/cli/modules/network.pyo +${PYSITELIB}/gandi/cli/modules/oper.py +${PYSITELIB}/gandi/cli/modules/oper.pyc +${PYSITELIB}/gandi/cli/modules/oper.pyo +${PYSITELIB}/gandi/cli/modules/paas.py +${PYSITELIB}/gandi/cli/modules/paas.pyc +${PYSITELIB}/gandi/cli/modules/paas.pyo +${PYSITELIB}/gandi/cli/modules/record.py +${PYSITELIB}/gandi/cli/modules/record.pyc +${PYSITELIB}/gandi/cli/modules/record.pyo +${PYSITELIB}/gandi/cli/modules/snapshotprofile.py +${PYSITELIB}/gandi/cli/modules/snapshotprofile.pyc +${PYSITELIB}/gandi/cli/modules/snapshotprofile.pyo +${PYSITELIB}/gandi/cli/modules/sshkey.py +${PYSITELIB}/gandi/cli/modules/sshkey.pyc +${PYSITELIB}/gandi/cli/modules/sshkey.pyo +${PYSITELIB}/gandi/cli/modules/status.py +${PYSITELIB}/gandi/cli/modules/status.pyc +${PYSITELIB}/gandi/cli/modules/status.pyo +${PYSITELIB}/gandi/cli/modules/vhost.py +${PYSITELIB}/gandi/cli/modules/vhost.pyc +${PYSITELIB}/gandi/cli/modules/vhost.pyo +${PYSITELIB}/gandi/cli/modules/webacc.py +${PYSITELIB}/gandi/cli/modules/webacc.pyc +${PYSITELIB}/gandi/cli/modules/webacc.pyo +${PYSITELIB}/gandi/cli/tests/__init__.py +${PYSITELIB}/gandi/cli/tests/__init__.pyc +${PYSITELIB}/gandi/cli/tests/__init__.pyo +${PYSITELIB}/gandi/cli/tests/commands/__init__.py +${PYSITELIB}/gandi/cli/tests/commands/__init__.pyc +${PYSITELIB}/gandi/cli/tests/commands/__init__.pyo +${PYSITELIB}/gandi/cli/tests/commands/base.py +${PYSITELIB}/gandi/cli/tests/commands/base.pyc +${PYSITELIB}/gandi/cli/tests/commands/base.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_account.py +${PYSITELIB}/gandi/cli/tests/commands/test_account.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_account.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_certificate.py +${PYSITELIB}/gandi/cli/tests/commands/test_certificate.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_certificate.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_certstore.py +${PYSITELIB}/gandi/cli/tests/commands/test_certstore.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_certstore.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_config.py +${PYSITELIB}/gandi/cli/tests/commands/test_config.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_config.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_contact.py +${PYSITELIB}/gandi/cli/tests/commands/test_contact.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_contact.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_disk.py +${PYSITELIB}/gandi/cli/tests/commands/test_disk.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_disk.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_domain.py +${PYSITELIB}/gandi/cli/tests/commands/test_domain.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_domain.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_forward.py +${PYSITELIB}/gandi/cli/tests/commands/test_forward.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_forward.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_ip.py +${PYSITELIB}/gandi/cli/tests/commands/test_ip.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_ip.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_mail.py +${PYSITELIB}/gandi/cli/tests/commands/test_mail.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_mail.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_oper.py +${PYSITELIB}/gandi/cli/tests/commands/test_oper.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_oper.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_paas.py +${PYSITELIB}/gandi/cli/tests/commands/test_paas.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_paas.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_record.py +${PYSITELIB}/gandi/cli/tests/commands/test_record.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_record.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_root.py +${PYSITELIB}/gandi/cli/tests/commands/test_root.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_root.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_snapshotprofile.py +${PYSITELIB}/gandi/cli/tests/commands/test_snapshotprofile.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_snapshotprofile.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_sshkey.py +${PYSITELIB}/gandi/cli/tests/commands/test_sshkey.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_sshkey.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_status.py +${PYSITELIB}/gandi/cli/tests/commands/test_status.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_status.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_vhost.py +${PYSITELIB}/gandi/cli/tests/commands/test_vhost.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_vhost.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_vlan.py +${PYSITELIB}/gandi/cli/tests/commands/test_vlan.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_vlan.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_vm.py +${PYSITELIB}/gandi/cli/tests/commands/test_vm.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_vm.pyo +${PYSITELIB}/gandi/cli/tests/commands/test_webacc.py +${PYSITELIB}/gandi/cli/tests/commands/test_webacc.pyc +${PYSITELIB}/gandi/cli/tests/commands/test_webacc.pyo +${PYSITELIB}/gandi/cli/tests/compat.py +${PYSITELIB}/gandi/cli/tests/compat.pyc +${PYSITELIB}/gandi/cli/tests/compat.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/__init__.py +${PYSITELIB}/gandi/cli/tests/fixtures/__init__.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/__init__.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/_cert.py +${PYSITELIB}/gandi/cli/tests/fixtures/_cert.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/_cert.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/_contact.py +${PYSITELIB}/gandi/cli/tests/fixtures/_contact.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/_contact.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/_domain.py +${PYSITELIB}/gandi/cli/tests/fixtures/_domain.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/_domain.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/_hosting.py +${PYSITELIB}/gandi/cli/tests/fixtures/_hosting.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/_hosting.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/_operation.py +${PYSITELIB}/gandi/cli/tests/fixtures/_operation.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/_operation.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/_paas.py +${PYSITELIB}/gandi/cli/tests/fixtures/_paas.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/_paas.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/_version.py +${PYSITELIB}/gandi/cli/tests/fixtures/_version.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/_version.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/api.py +${PYSITELIB}/gandi/cli/tests/fixtures/api.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/api.pyo +${PYSITELIB}/gandi/cli/tests/fixtures/mocks.py +${PYSITELIB}/gandi/cli/tests/fixtures/mocks.pyc +${PYSITELIB}/gandi/cli/tests/fixtures/mocks.pyo +${PYSITELIB}/gandi/cli/tests/test_main.py +${PYSITELIB}/gandi/cli/tests/test_main.pyc +${PYSITELIB}/gandi/cli/tests/test_main.pyo Index: pkgsrc/net/py-gandi.cli/distinfo diff -u /dev/null pkgsrc/net/py-gandi.cli/distinfo:1.1 --- /dev/null Thu Oct 27 10:15:18 2016 +++ pkgsrc/net/py-gandi.cli/distinfo Thu Oct 27 10:15:18 2016 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/10/27 10:15:18 joerg Exp $ + +SHA1 (gandi.cli/0.19.tar.gz) = 101d977f489a1d839ad47d8d278c58dac3114115 +RMD160 (gandi.cli/0.19.tar.gz) = 86c603a4506b6bd5ea38dba1ec05e56e21fc0bdb +SHA512 (gandi.cli/0.19.tar.gz) = 769ae11b9376d8726b5cedf9e2864455b852398e43ad382336c95d3a6a3cd6203fde11b458d1ee8ae4573c2b3303d273d4d6e92b389c87b2d77e599b5e728a23 +Size (gandi.cli/0.19.tar.gz) = 149011 bytes --_----------=_147756331888230--