From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5EC4C59CA3 for ; Sat, 12 Mar 2016 07:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D91E0833; Sat, 12 Mar 2016 07:47:53 +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 7DCFBE0833 for ; Sat, 12 Mar 2016 07:47:53 +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 A9647340B90 for ; Sat, 12 Mar 2016 07:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6263116C5 for ; Sat, 12 Mar 2016 07:47:41 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1457768848.17536da6ffc49d446b62ae2c0541b61a0fa85d23.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-ly/Manifest dev-python/python-ly/python-ly-0.9.3.ebuild X-VCS-Directories: dev-python/python-ly/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 17536da6ffc49d446b62ae2c0541b61a0fa85d23 X-VCS-Branch: master Date: Sat, 12 Mar 2016 07:47:41 +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: 9535b7c8-9b30-4841-ab72-a013977ea161 X-Archives-Hash: 0481fd256cd66f57edbae3b876dda413 commit: 17536da6ffc49d446b62ae2c0541b61a0fa85d23 Author: Tim Harder gentoo org> AuthorDate: Sat Mar 12 07:44:26 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Mar 12 07:47:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17536da6 dev-python/python-ly: version bump to 0.9.3 dev-python/python-ly/Manifest | 1 + dev-python/python-ly/python-ly-0.9.3.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-python/python-ly/Manifest b/dev-python/python-ly/Manifest index 6e59b5b..20a7f45 100644 --- a/dev-python/python-ly/Manifest +++ b/dev-python/python-ly/Manifest @@ -1 +1,2 @@ DIST python-ly-0.9.2.tar.gz 159744 SHA256 a231b8f8977966afff70a840fb5baa1d3d263d5a9565ca9a5b28c398307952af SHA512 da144a95205386f792c363c70d082467e87e1d56ac783122a523bb54d0ea195a7e8826ad43d47742a8cff2063c5452b8a36443cf5fc0acb8c31c9a8c6aad43c1 WHIRLPOOL f90e71a97c0d27012d07f9e31a0e7dac345a9256d1516f0eefe722cf4ddd54479165bb376537fb071c45e5f37b149a16385c93777bc96b9a5e921c0d45e43066 +DIST python-ly-0.9.3.tar.gz 161348 SHA256 1450f124072c72b5bfbb86f8d0fefd0b999af57ea6c55289272a3a84adb2caf8 SHA512 113220d83b206f78537610e6b2b4e2cd97f6a9fde5b8e90eba03ca459e1312adaf47c1f4354de10a59d0e37ac9dcb0f21b3b63eeefc2e78fd6b7c9246965d24c WHIRLPOOL 69c796bdc0ea39dade322dd2edc9927f937a6864566e585e072dea28b35e270f68f5076cf9e6b9306eb59751b1b959549f48b292b0b1003544ede0bec4dbbd85 diff --git a/dev-python/python-ly/python-ly-0.9.3.ebuild b/dev-python/python-ly/python-ly-0.9.3.ebuild new file mode 100644 index 0000000..958f563 --- /dev/null +++ b/dev-python/python-ly/python-ly-0.9.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Tool and library for manipulating LilyPond files" +HOMEPAGE="https://github.com/wbsoft/python-ly http://pypi.python.org/pypi/python-ly" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86"