summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 3a7a967c6e4134a5473ed0e1abae60d06d594abf (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.
	pkgver = 2.21
	pkgrel = 2
	url = https://github.com/Abjad/abjad
	arch = any
	license = GPL 3
	makedepends = python-setuptools
	makedepends = python2-setuptools
	depends = lilypond
	optdepends = graphviz: to create rhythm-trees graphs and other tree structures
	optdepends = fluidsynth: to play generated MIDI files (instead of timidity++)
	optdepends = timidity++: to play generated MIDI files (instead of fluidsynth)
	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
	conflicts = python2-abjad
	source = https://github.com/Abjad/abjad/archive/v2.21.tar.gz
	sha256sums = 5fc1fc977b9521d4b9ce1aa8bdea1aa07306e313bd03feea15e8c680b4f27c5b

pkgname = python-abjad
	depends = lilypond
	depends = python
	depends = python-ply
	depends = python-six
	conflicts = python2-abjad

pkgname = python2-abjad
	depends = lilypond
	depends = python2
	depends = python2-ply
	depends = python2-six
	depends = python2-mock
	depends = python2-funcsigs
	depends = python2-enum34
	depends = python2-pathlib2
	depends = python2-scandir
	provides = python-abjad
	conflicts = python-abjad