summaryrefslogtreecommitdiff
path: root/dev-python/python-ly/python-ly-0.9.6.ebuild
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-02-21 11:29:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-21 18:17:51 +0100
commitef283f5b57f6f4e515b05c644c45b89f90daa411 (patch)
tree77d3e365cdabdf0b2a4189d9fbb336650a0472b9 /dev-python/python-ly/python-ly-0.9.6.ebuild
parent69036dfeb08ed017ae3f6a9fcecfb507d9fa141b (diff)
downloadgentoo-ef283f5b57f6f4e515b05c644c45b89f90daa411.tar.gz
gentoo-ef283f5b57f6f4e515b05c644c45b89f90daa411.tar.bz2
gentoo-ef283f5b57f6f4e515b05c644c45b89f90daa411.zip
dev-python/python-ly: drop 0.9.6
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-ly/python-ly-0.9.6.ebuild')
-rw-r--r--dev-python/python-ly/python-ly-0.9.6.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/python-ly/python-ly-0.9.6.ebuild b/dev-python/python-ly/python-ly-0.9.6.ebuild
deleted file mode 100644
index b262a15e73b8..000000000000
--- a/dev-python/python-ly/python-ly-0.9.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-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