summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 19 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c959545091..3a7a967c6e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,8 @@ pkgbase = python-abjad
arch = any
license = GPL 3
makedepends = python-setuptools
+ makedepends = python2-setuptools
depends = lilypond
- depends = python
- depends = python-ply
- depends = python-six
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)
@@ -22,4 +20,22 @@ pkgbase = python-abjad
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