From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21D31139694 for ; Sat, 8 Jul 2017 19:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CBD0E0C03; Sat, 8 Jul 2017 19:04:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58E4CE0C03 for ; Sat, 8 Jul 2017 19:04:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6704D341B07 for ; Sat, 8 Jul 2017 19:04:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BA102FA for ; Sat, 8 Jul 2017 19:04:48 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1499540610.1bfa1307204e189091b66b385181d94a50da5c07.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vdirsyncer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vdirsyncer/Manifest dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild X-VCS-Directories: dev-python/vdirsyncer/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 1bfa1307204e189091b66b385181d94a50da5c07 X-VCS-Branch: master Date: Sat, 8 Jul 2017 19:04:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 293fa2ef-8f2b-4fa6-8fe8-dcdb3cdd7a4e X-Archives-Hash: b62dd2cca4efef1605f0ce8cd5a7ffb9 commit: 1bfa1307204e189091b66b385181d94a50da5c07 Author: Amy Liffey gentoo org> AuthorDate: Sat Jul 8 19:03:30 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Sat Jul 8 19:03:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfa1307 dev-python/vdirsyncer: version bump 0.16.0 bug #623748 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-python/vdirsyncer/Manifest | 1 + dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild | 46 ++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/dev-python/vdirsyncer/Manifest b/dev-python/vdirsyncer/Manifest index dd47fdfa1f5..bc2da771f5e 100644 --- a/dev-python/vdirsyncer/Manifest +++ b/dev-python/vdirsyncer/Manifest @@ -1 +1,2 @@ DIST vdirsyncer-0.14.0.tar.gz 105839 SHA256 28211a857c03ea6cdad22ca74505758a743dbb8bc224e5bcd558a73efd1370d5 SHA512 e8a9f74032bc625db60206a210d7c00fad224b7eccfd1caeabbb97b443fd90ae8a00e2fdfabfd6118864dd9b6d8922eb9906091a8e341334848f66e55ed5fcdd WHIRLPOOL c1823b0db07e1b2deaed5cf2b69a86bb025d47d9ba79d408fdddfa81706f9046b43f8076f4ea418037639a5a52b9fff33e75bae1cfbf9c01f4920139a5e36d99 +DIST vdirsyncer-0.16.0.tar.gz 113408 SHA256 cfdbfa799373ca08f533bfc57bd0d3afefe8a2c5f845782db38b889a19aca958 SHA512 d15a78d49da8ec033be85a3b127d5a788d34ba160207068f9cbd038efd950df809222da9b26ded46f53898b59c8e22049ca003c593e5ce4153ba744e9cf94dd4 WHIRLPOOL e8677ecf3860748b47701b6a8cf4673e6b9eed6450158489028398ba2877b601577307d8bd81548af75a2335841be3470f418226f76df2a61534e601854c823b diff --git a/dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild b/dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild new file mode 100644 index 00000000000..b224f165d05 --- /dev/null +++ b/dev-python/vdirsyncer/vdirsyncer-0.16.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Synchronize calendars and contacts" +HOMEPAGE="https://github.com/pimutils/vdirsyncer" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="test" + +RDEPEND="dev-python/click[${PYTHON_USEDEP}] + >=dev-python/click-log-0.1.3[${PYTHON_USEDEP}] + >=dev-python/click-threading-0.2[${PYTHON_USEDEP}] + >=dev-python/requests-2.4.1[${PYTHON_USEDEP}] + !=dev-python/requests-2.9.0[${PYTHON_USEDEP}] + >=dev-python/requests-toolbelt-0.5.0[${PYTHON_USEDEP}] + >=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] + test? ( + >=dev-python/hypothesis-3.1[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-localserver[${PYTHON_USEDEP}] + dev-python/pytest-subtesthack[${PYTHON_USEDEP}] + )" + +DOCS=( AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst config.example ) + +python_test() { + # skip tests needing servers running + local -x DAV_SERVER=skip + local -x REMOTESTORAGE_SERVER=skip + # pytest dies hard if the envvars do not have any value... + local -x CI=false + local -x DETERMINISTIC_TESTS=false + py.test -v || die "Tests fail with ${EPYTHON}" +}