summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorQuentin Bourgeois2016-11-26 12:38:50 +0100
committerQuentin Bourgeois2016-12-02 01:15:06 +0100
commit8f2d324379461084a0a70ecaa5abfd1528c38bb7 (patch)
treea74b0421b9fd7f5b7bb1dd9a1c2dea55e6c3f6e0 /.SRCINFO
parent71e186cd9adc817121d9d5bd634bb15575bef950 (diff)
downloadaur-8f2d324379461084a0a70ecaa5abfd1528c38bb7.tar.gz
<PKGBUILD: Add some dependencies for testing and doc building>
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 18 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b99cde448e..40fb815e0f16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,6 @@ pkgbase = python2-viivakoodi
url = https://github.com/kxepal/viivakoodi
arch = x86_64
license = MIT
- checkdepends = python-tox
- checkdepends = python-pylint
- checkdepends = python2-tox
- checkdepends = python2-pylint
optdepends = inkscape: tools for manipulating vector objects (eg: SVG files)
source = viivakoodi-0.8.0.tar.gz::https://github.com/kxepal/viivakoodi/archive/0.8.0.tar.gz
source = viivakoodi-0.8.0.tar.gz.sig::https://pki.bourgeois.eu/archlinux/aur/viivakoodi-0.8.0.tar.gz.sig
@@ -21,19 +17,37 @@ pkgbase = python2-viivakoodi
sha512sums = 68b6df665e76555489b9abc616fda11180c1c420e8a5dd74c191543335ee0b887fbba8115f7823aed676242b559af10141fc6a40c4b068a39b9e1038917dc29e
pkgname = python2-viivakoodi
+ checkdepends =
+ checkdepends = python2-pylint
+ checkdepends = python2-pytest
+ checkdepends = python2-pytest-cov
+ checkdepends = python2-pytest-xdist
+ checkdepends = python2-mock
+ checkdepends = python2-tox
depends =
depends = python2>=2.6
depends = python2-argparse
optdepends = inkscape: tools for manipulating vector objects (eg: SVG files)
+ optdepends = python2-sphinx: for building the project documentation
+ optdepends = python2-sphinx-alabaster-theme: for building the project documentation
optdepends = python2-pillow
provides =
provides = python2-viivakoodi
pkgname = python-viivakoodi
+ checkdepends =
+ checkdepends = python-pylint
+ checkdepends = python-pytest
+ checkdepends = python-pytest-cov
+ checkdepends = python-pytest-xdist
+ checkdepends = python-mock
+ checkdepends = python-tox
depends =
depends = python
depends = python-argparse
optdepends = inkscape: tools for manipulating vector objects (eg: SVG files)
+ optdepends = python-sphinx: for building the project documentation
+ optdepends = python-sphinx-alabaster-theme: for building the project documentation
optdepends = python-pillow
provides =
provides = python2-viivakoodi