[arch-commits] Commit in python-breathe/trunk (PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Sat Feb 6 12:11:52 UTC 2021
Date: Saturday, February 6, 2021 @ 12:11:52
Author: dbermond
Revision: 846579
upgpkg: python-breathe 4.26.1-2: move setuptools to makedeps
See information on todo list here:
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/
Modified:
python-breathe/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-06 12:09:36 UTC (rev 846578)
+++ PKGBUILD 2021-02-06 12:11:52 UTC (rev 846579)
@@ -4,13 +4,13 @@
pkgname=python-breathe
pkgver=4.26.1
-pkgrel=1
+pkgrel=2
pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output"
arch=('any')
url="https://breathe.readthedocs.org/en/latest/"
license=('BSD')
-depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 'python-six')
-makedepends=('git')
+depends=('python' 'python-sphinx' 'python-docutils' 'python-six')
+makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest')
source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed")
sha512sums=('SKIP')
More information about the arch-commits
mailing list