summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-02-03 19:06:17 +0100
committerChristopher Arndt2022-02-03 19:06:17 +0100
commit27a9f7525961d6426ed13d607e7e6aeda2ece5e2 (patch)
tree5ea9c61530c3722d7b41b12b4b02dd1a47be7dba
parent696ca0d670c44e829b1f5a31ff08c67d2cf6a15b (diff)
downloadaur-27a9f7525961d6426ed13d607e7e6aeda2ece5e2.tar.gz
New upstream version 0.7.0
Add 'python-rst2ansi' to make- and optdepends
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD9
-rw-r--r--python-mando-0.7.0-1-any.pkg.tar.zstbin0 -> 79634 bytes
4 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59b518e03207..e7c63c6ef475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = python-mando
pkgdesc = Python library which wraps the argparse module to help write flexible CLI applications
- pkgver = 0.6.4
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://mando.readthedocs.org/
arch = any
license = MIT
+ makedepends = python-rst2ansi
makedepends = python-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
+ optdepends = python-rst2ansi: restructuredText support
+ source = https://files.pythonhosted.org/packages/source/m/mando/mando-0.7.0.tar.gz
source = LICENSE
- sha256sums = 79feb19dc0f097daa64a1243db578e7674909b75f88ac2220f1c065c10a0d960
+ sha256sums = 5306a91109096fe2e204a1f5ae141038842193f7210a7930c8ee73ccb7ecbf62
sha256sums = 6123bc92c70372634b45af73fbae39eaa70683a66782b73b833c258c4de939eb
pkgname = python-mando
-
diff --git a/.gitignore b/.gitignore
index 8a70be0a3529..cd1ba1624dbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,6 @@ pkg
src
mando-*.tar.gz
python-mando-*.pkg.tar.xz
-python2-mando-*.pkg.tar.xz
+python-mando-*.src.tar.zst
python-mando-*.src.tar.gz
.AURINFO
diff --git a/PKGBUILD b/PKGBUILD
index 0d66fde1304c..c7af8c482dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name="mando"
pkgname="python-${_name}"
-pkgver=0.6.4
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="Python library which wraps the argparse module to help write flexible CLI applications"
arch=('any')
url="https://${_name}.readthedocs.org/"
@@ -11,10 +11,11 @@ url="https://${_name}.readthedocs.org/"
license=('MIT')
depends=('python')
optdepends=('python-sphinx: to run unit tests')
-makedepends=('python-setuptools')
+makedepends=('python-rst2ansi' 'python-setuptools')
+optdepends=('python-rst2ansi: restructuredText support')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"
'LICENSE')
-sha256sums=('79feb19dc0f097daa64a1243db578e7674909b75f88ac2220f1c065c10a0d960'
+sha256sums=('5306a91109096fe2e204a1f5ae141038842193f7210a7930c8ee73ccb7ecbf62'
'6123bc92c70372634b45af73fbae39eaa70683a66782b73b833c258c4de939eb')
build() {
diff --git a/python-mando-0.7.0-1-any.pkg.tar.zst b/python-mando-0.7.0-1-any.pkg.tar.zst
new file mode 100644
index 000000000000..a23d53f0064c
--- /dev/null
+++ b/python-mando-0.7.0-1-any.pkg.tar.zst
Binary files differ