gentoo/dev-python/python-ly/python-ly-0.9.6.ebuild
Michael Mair-Keimberger b8411b3849
dev-python/python-ly: update github link
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16577
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-07-20 12:01:18 +03:00

19 lines
519 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Tool and library for manipulating LilyPond files"
HOMEPAGE="https://github.com/frescobaldi/python-ly https://pypi.org/project/python-ly/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
# no tests in pypi tarball and broken apparently:
# https://github.com/wbsoft/python-ly/issues/70