summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: fea78ae7725b13f7a5cdf386432a595582ab1293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
pkgbase = python-abjad
	pkgdesc = Tool for formalized music score control. Package for Python
	pkgver = 2.20
	pkgrel = 2
	url = https://github.com/Abjad/abjad
	arch = any
	license = GPL 3
	depends = lilypond
	optdepends = graphviz: to create rhythm-trees graphs and other tree structures
	optdepends = timidity++: to play generated MIDI files
	optdepends = jupyter: browser-based interactive notebook for programming
	source = https://github.com/Abjad/abjad/archive/v2.20.tar.gz
	sha256sums = c8ba4ea9707ba87e9a2ede40c97d14d6b6c701ae884667dcd44c828a50c97cb0

pkgname = python-abjad
	pkgdesc = Tool for formalized music score control. Package for Python 3
	depends = lilypond
	depends = python
	depends = python-ply
	depends = python-six
	optdepends = graphviz: to create rhythm-trees graphs and other tree structures
	optdepends = timidity++: to play generated MIDI files
	optdepends = jupyter: browser-based interactive notebook for programming
	optdepends = ipython: an enhanced Python console
	optdepends = python-ipywidgets: IPython widgets for Jupyter notebook
	optdepends = python-pypdf2: PDF toolkit

pkgname = python2-abjad
	pkgdesc = Tool for formalized music score control. Package for Python 2
	depends = lilypond
	depends = python2
	depends = python2-ply
	depends = python2-six
	optdepends = graphviz: to create rhythm-trees graphs and other tree structures
	optdepends = timidity++: to play generated MIDI files
	optdepends = jupyter: browser-based interactive notebook for programming
	optdepends = ipython2: an enhanced Python 2 console
	optdepends = python2-ipykernel: Python 2 support for Jupyter
	optdepends = python2-ipywidgets: IPython2 widgets for Jupyter notebook
	optdepends = python2-pypdf2: PDF toolkit