commit: 17536da6ffc49d446b62ae2c0541b61a0fa85d23 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sat Mar 12 07:44:26 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> 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"