summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9df4d57866af..59b518e03207 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,17 @@
-# Generated by mksrcinfo v8
-# Thu Jun 15 16:34:49 UTC 2017
pkgbase = python-mando
+ pkgdesc = Python library which wraps the argparse module to help write flexible CLI applications
pkgver = 0.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://mando.readthedocs.org/
arch = any
license = MIT
makedepends = python-setuptools
- makedepends = python2-setuptools
+ depends = python
+ optdepends = python-sphinx: to run unit tests
source = https://files.pythonhosted.org/packages/source/m/mando/mando-0.6.4.tar.gz
source = LICENSE
sha256sums = 79feb19dc0f097daa64a1243db578e7674909b75f88ac2220f1c065c10a0d960
sha256sums = 6123bc92c70372634b45af73fbae39eaa70683a66782b73b833c258c4de939eb
pkgname = python-mando
- pkgdesc = Python library which wraps the argparse module to help write flexible CLI applications
- depends = python
- optdepends = python-sphinx: to run unit tests
-
-pkgname = python2-mando
- pkgdesc = Python 2 library which wraps the argparse module to help write flexible CLI applications
- depends = python2
- optdepends = python2-sphinx: to run unit tests