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 287C01384B4 for ; Wed, 11 Nov 2015 04:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C5E921C030; Wed, 11 Nov 2015 04:04:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CD2821C02F for ; Wed, 11 Nov 2015 04:04:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89AB0340691 for ; Wed, 11 Nov 2015 04:04:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F02C231D for ; Wed, 11 Nov 2015 04:04:22 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1447214649.db2198a6c6e08de94a77dabedc07530f617ea00a.idella4@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/metadata.xml dev-python/python-ly/python-ly-0.9.2.ebuild X-VCS-Directories: dev-python/python-ly/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: db2198a6c6e08de94a77dabedc07530f617ea00a X-VCS-Branch: master Date: Wed, 11 Nov 2015 04:04:22 +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: c5b231f9-79e8-4e7c-954e-059d1d4b66b2 X-Archives-Hash: d3b9b260518338bc43eed8d637a5febc commit: db2198a6c6e08de94a77dabedc07530f617ea00a Author: Karl Linden gmail com> AuthorDate: Sat Oct 31 13:47:32 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Nov 11 04:04:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2198a6 dev-python/python-ly: initial commit Package-Manager: portage-2.2.23 dev-python/python-ly/Manifest | 1 + dev-python/python-ly/metadata.xml | 12 ++++++++++++ dev-python/python-ly/python-ly-0.9.2.ebuild | 16 ++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-python/python-ly/Manifest b/dev-python/python-ly/Manifest new file mode 100644 index 0000000..6e59b5b --- /dev/null +++ b/dev-python/python-ly/Manifest @@ -0,0 +1 @@ +DIST python-ly-0.9.2.tar.gz 159744 SHA256 a231b8f8977966afff70a840fb5baa1d3d263d5a9565ca9a5b28c398307952af SHA512 da144a95205386f792c363c70d082467e87e1d56ac783122a523bb54d0ea195a7e8826ad43d47742a8cff2063c5452b8a36443cf5fc0acb8c31c9a8c6aad43c1 WHIRLPOOL f90e71a97c0d27012d07f9e31a0e7dac345a9256d1516f0eefe722cf4ddd54479165bb376537fb071c45e5f37b149a16385c93777bc96b9a5e921c0d45e43066 diff --git a/dev-python/python-ly/metadata.xml b/dev-python/python-ly/metadata.xml new file mode 100644 index 0000000..c54c0c4 --- /dev/null +++ b/dev-python/python-ly/metadata.xml @@ -0,0 +1,12 @@ + + + + proxy-maintainers + + karl.j.linden@gmail.com + Karl Linden + + + python-ly + + diff --git a/dev-python/python-ly/python-ly-0.9.2.ebuild b/dev-python/python-ly/python-ly-0.9.2.ebuild new file mode 100644 index 0000000..73cf9dc --- /dev/null +++ b/dev-python/python-ly/python-ly-0.9.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 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"