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 82FC71386DE for ; Fri, 21 Oct 2016 21:40:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66C5CE07F7; Fri, 21 Oct 2016 21:40:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3D2C6E07F7 for ; Fri, 21 Oct 2016 21:40:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86D37341699 for ; Fri, 21 Oct 2016 21:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB48E248D for ; Fri, 21 Oct 2016 21:40:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1477085915.e7508e278b17c9982c4c9b928895be1910308f1d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vobject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vobject/Manifest dev-python/vobject/vobject-0.8.1c-r1.ebuild dev-python/vobject/vobject-0.9.3.ebuild X-VCS-Directories: dev-python/vobject/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e7508e278b17c9982c4c9b928895be1910308f1d X-VCS-Branch: master Date: Fri, 21 Oct 2016 21:40:43 +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: 1187e0af-fda5-4767-8fa6-1fa55b030844 X-Archives-Hash: 8356b7cf0b1192e0de034cee0148344b commit: e7508e278b17c9982c4c9b928895be1910308f1d Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Oct 8 11:10:44 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Oct 21 21:38:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7508e27 dev-python/vobject: 0.9.3 bump, python3, EAPI 6, fix HOMEPAGE, DESCRIPTION Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2513 Signed-off-by: David Seifert gentoo.org> dev-python/vobject/Manifest | 1 + dev-python/vobject/vobject-0.8.1c-r1.ebuild | 2 +- dev-python/vobject/vobject-0.9.3.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/dev-python/vobject/Manifest b/dev-python/vobject/Manifest index 520291e..a529ada 100644 --- a/dev-python/vobject/Manifest +++ b/dev-python/vobject/Manifest @@ -1 +1,2 @@ DIST vobject-0.8.1c.tar.gz 59925 SHA256 594113117f2017ed837c8f3ce727616f9053baa5a5463a7420c8249b8fc556f5 SHA512 3c7071e040172c8ef9e93bb818fb3c5f04912322adaaf56794b00005ff1ee787d54ad6860835be4fb123fa4215c104e1cbc4031dcdab53e96f7dbed771c0fa79 WHIRLPOOL b317c376df74532d6b1f72a64558611edb9b02a2c37c4d98064d28e478580c8138e5144c5e5585d47ea842c52f40abdac8c84095972780e7a5e239b01537ef2e +DIST vobject-0.9.3.tar.gz 57744 SHA256 cb79bd61cb54e222496278a90d9f6fe6fc0640ab2c4163f3fbc2942372d09d21 SHA512 d77dac2e885ea752e900a2f6e3d9cf24fdd3365d1e9e2ba51c5c38b2889a62aaa61e5562799eb8063b5d4ded0bcd43108cd7e5d028cf7dbe72008b208b8e2e76 WHIRLPOOL 0776eb5d0e68a1f12b001f55e5ec0032d722f23e2654c6c8f44cd0f23d9e299b7615094a16f8eff431de08ea185300185ab39c49762564db1d95cfdcea144445 diff --git a/dev-python/vobject/vobject-0.8.1c-r1.ebuild b/dev-python/vobject/vobject-0.8.1c-r1.ebuild index 387a80f..0bb62c4 100644 --- a/dev-python/vobject/vobject-0.8.1c-r1.ebuild +++ b/dev-python/vobject/vobject-0.8.1c-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 -DESCRIPTION="A full featured Python package for parsing and generating vCard and vCalendar files" +DESCRIPTION="Python package for parsing and generating vCard and vCalendar files" HOMEPAGE="http://vobject.skyhouseconsulting.com/ https://pypi.python.org/pypi/vobject" SRC_URI="http://vobject.skyhouseconsulting.com/${P}.tar.gz" diff --git a/dev-python/vobject/vobject-0.9.3.ebuild b/dev-python/vobject/vobject-0.9.3.ebuild new file mode 100644 index 00000000..90f1126 --- /dev/null +++ b/dev-python/vobject/vobject-0.9.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Python package for parsing and generating vCard and vCalendar files" +HOMEPAGE="http://eventable.github.io/vobject/ + https://pypi.python.org/pypi/vobject + https://github.com/eventable/vobject" +SRC_URI="https://github.com/eventable/vobject/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}] + dev-python/setuptools"[${PYTHON_USEDEP}] +DEPEND="${RDEPEND}" + +DOCS=( ACKNOWLEDGEMENTS.txt README.md ) + +python_test() { + "${EPYTHON}" tests.py || die "Testing failed under ${EPYTHON}" +}