[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-12-24 Thread Daniel Bermond via arch-commits
Date: Thursday, December 24, 2020 @ 15:37:54
  Author: dbermond
Revision: 788274

upgpkg: python-breathe 4.25.1-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-24 15:37:43 UTC (rev 788273)
+++ PKGBUILD2020-12-24 15:37:54 UTC (rev 788274)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.24.1
+pkgver=4.25.1
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
@@ -10,7 +10,7 @@
 url="https://breathe.readthedocs.org/en/latest/;
 license=('BSD')
 depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
-makedepends=('python' 'git' 'python-setuptools')
+makedepends=('git')
 checkdepends=('python-pytest')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
 sha512sums=('SKIP')
@@ -28,7 +28,7 @@
 
 package_python-breathe() {
   cd "breathe"
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+  PYTHONHASHSEED=0 python setup.py install --root="${pkgdir}" --skip-build 
--optimize=1
 
   install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-12-03 Thread Santiago Torres-Arias via arch-commits
Date: Thursday, December 3, 2020 @ 17:04:22
  Author: sangy
Revision: 769714

upgpkg: python-breathe 4.24.1-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-03 17:02:51 UTC (rev 769713)
+++ PKGBUILD2020-12-03 17:04:22 UTC (rev 769714)
@@ -3,8 +3,8 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.23.0
-pkgrel=2
+pkgver=4.24.1
+pkgrel=1
 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/;


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 17:37:40
  Author: felixonmars
Revision: 752730

upgpkg: python-breathe 4.23.0-2: Python 3.9 rebuild

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:37:34 UTC (rev 752729)
+++ PKGBUILD2020-11-12 17:37:40 UTC (rev 752730)
@@ -4,7 +4,7 @@
 
 pkgname=python-breathe
 pkgver=4.23.0
-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/;


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-10-21 Thread Daniel Bermond via arch-commits
Date: Wednesday, October 21, 2020 @ 17:50:53
  Author: dbermond
Revision: 728106

upgpkg: python-breathe 4.23.0-1

The PGP key used by the upstream developer changed
for versions >= 4.23.0[1][2].

[1] 
https://github.com/michaeljones/breathe/commit/f83ad98606fcbb824c396467326840241e53b1d4
[2] https://github.com/michaeljones/breathe/issues/591

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-21 17:50:06 UTC (rev 728105)
+++ PKGBUILD2020-10-21 17:50:53 UTC (rev 728106)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.22.1
+pkgver=4.23.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
 sha512sums=('SKIP')
-validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

+validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 

 
 check() {
   cd breathe


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-09-29 Thread Daniel Bermond via arch-commits
Date: Tuesday, September 29, 2020 @ 14:59:35
  Author: dbermond
Revision: 713718

upgpkg: python-breathe 4.22.1-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-29 14:44:21 UTC (rev 713717)
+++ PKGBUILD2020-09-29 14:59:35 UTC (rev 713718)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.22.0
+pkgver=4.22.1
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-09-19 Thread Daniel Bermond via arch-commits
Date: Saturday, September 19, 2020 @ 22:47:27
  Author: dbermond
Revision: 710908

upgpkg: python-breathe 4.22.0-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-19 19:37:12 UTC (rev 710907)
+++ PKGBUILD2020-09-19 22:47:27 UTC (rev 710908)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.21.0
+pkgver=4.22.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-09-16 Thread Daniel Bermond via arch-commits
Date: Wednesday, September 16, 2020 @ 21:53:47
  Author: dbermond
Revision: 708384

upgpkg: python-breathe 4.21.0-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-16 21:53:25 UTC (rev 708383)
+++ PKGBUILD2020-09-16 21:53:47 UTC (rev 708384)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.20.0
+pkgver=4.21.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-08-30 Thread Daniel Bermond via arch-commits
Date: Sunday, August 30, 2020 @ 18:45:55
  Author: dbermond
Revision: 692940

upgpkg: python-breathe 4.20.0-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 18:45:36 UTC (rev 692939)
+++ PKGBUILD2020-08-30 18:45:55 UTC (rev 692940)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.19.2
+pkgver=4.20.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-06-27 Thread Daniel Bermond via arch-commits
Date: Saturday, June 27, 2020 @ 12:32:20
  Author: dbermond
Revision: 654927

upgpkg: python-breathe 4.19.2-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-27 12:21:41 UTC (rev 654926)
+++ PKGBUILD2020-06-27 12:32:20 UTC (rev 654927)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.19.1
+pkgver=4.19.2
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-06-08 Thread Daniel Bermond via arch-commits
Date: Monday, June 8, 2020 @ 22:26:18
  Author: dbermond
Revision: 640625

upgpkg: python-breathe 4.19.1-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 21:37:20 UTC (rev 640624)
+++ PKGBUILD2020-06-08 22:26:18 UTC (rev 640625)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.18.1
+pkgver=4.19.1
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-05-23 Thread Daniel Bermond via arch-commits
Date: Saturday, May 23, 2020 @ 18:32:22
  Author: dbermond
Revision: 632408

upgpkg: python-breathe 4.18.1-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-23 18:32:01 UTC (rev 632407)
+++ PKGBUILD2020-05-23 18:32:22 UTC (rev 632408)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.15.0
+pkgver=4.18.1
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
@@ -12,7 +12,6 @@
 depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
 makedepends=('python' 'git' 'python-setuptools')
 checkdepends=('python-pytest')
-#BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
 sha512sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 



[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-04-09 Thread Santiago Torres-Arias via arch-commits
Date: Friday, April 10, 2020 @ 01:16:03
  Author: sangy
Revision: 613067

upgpkg: python-breathe 4.15.0-1

Enable tests, as python-sphinx 3.0+ support was added

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 23:26:15 UTC (rev 613066)
+++ PKGBUILD2020-04-10 01:16:03 UTC (rev 613067)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.14.1
+pkgver=4.15.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
@@ -11,13 +11,12 @@
 license=('BSD')
 depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
 makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-nose')
-BUILDENV=('!check')
+checkdepends=('python-pytest')
+#BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
 sha512sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

 
-# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
 check() {
   cd breathe
   PYTHONPATH="$PWD" make test


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2020-03-11 Thread Felix Yan via arch-commits
Date: Wednesday, March 11, 2020 @ 23:34:33
  Author: felixonmars
Revision: 594722

upgpkg: python-breathe 4.14.1-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 23:34:28 UTC (rev 594721)
+++ PKGBUILD2020-03-11 23:34:33 UTC (rev 594722)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.14.0
+pkgver=4.14.1
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-nose')
 BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
-sha256sums=('SKIP')
+sha512sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

 
 # FIXME: tests are disabled for now, as sphinx 2.1.0+ break them


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2019-12-01 Thread Daniel Bermond via arch-commits
Date: Monday, December 2, 2019 @ 00:40:41
  Author: dbermond
Revision: 534660

upgpkg: python-breathe 4.14.0-1

Fix pkgrel

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 00:37:57 UTC (rev 534659)
+++ PKGBUILD2019-12-02 00:40:41 UTC (rev 534660)
@@ -4,7 +4,7 @@
 
 pkgname=python-breathe
 pkgver=4.14.0
-pkgrel=0
+pkgrel=1
 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/;


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2019-12-01 Thread Daniel Bermond via arch-commits
Date: Monday, December 2, 2019 @ 00:37:28
  Author: dbermond
Revision: 534658

upgpkg: python-breathe 4.14.0-0

Update to version 4.14.0

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 00:36:41 UTC (rev 534657)
+++ PKGBUILD2019-12-02 00:37:28 UTC (rev 534658)
@@ -3,15 +3,15 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.13.1
-pkgrel=3
-pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output."
+pkgver=4.14.0
+pkgrel=0
+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=('python' 'git' 'python-setuptools')
-checkdepends=('python-nose' 'python-sphinx')
+checkdepends=('python-nose')
 BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
 sha256sums=('SKIP')
@@ -20,8 +20,7 @@
 # FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
 check() {
   cd breathe
-
-  PYTHONPATH=$PWD make test
+  PYTHONPATH="$PWD" make test
 }
 
 build() {


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2019-11-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 2, 2019 @ 22:34:43
  Author: foutrelis
Revision: 522350

Python 3.8 rebuild

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:34:28 UTC (rev 522349)
+++ PKGBUILD2019-11-02 22:34:43 UTC (rev 522350)
@@ -4,7 +4,7 @@
 
 pkgname=python-breathe
 pkgver=4.13.1
-pkgrel=2
+pkgrel=3
 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/;


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 04:26:53
  Author: foutrelis
Revision: 51

Python 3.8 rebuild

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:26:51 UTC (rev 519998)
+++ PKGBUILD2019-10-26 04:26:53 UTC (rev 51)
@@ -4,7 +4,7 @@
 
 pkgname=python-breathe
 pkgver=4.13.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/;


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2019-09-15 Thread Daniel Bermond via arch-commits
Date: Sunday, September 15, 2019 @ 19:00:37
  Author: dbermond
Revision: 510791

upgpkg: python-breathe 4.13.1-1

Updated to version 4.13.1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-15 18:30:25 UTC (rev 510790)
+++ PKGBUILD2019-09-15 19:00:37 UTC (rev 510791)
@@ -1,24 +1,23 @@
-# Maintainer : Daniel Bermond 
+# Maintainer : Daniel Bermond 
 # Maintainer : Santiago Torres-Arias 
 # Contributor: Simon Boulay 
 
-pkgbase=python-breathe
-pkgname='python-breathe'
-pkgver=4.13.0
-pkgrel=2
+pkgname=python-breathe
+pkgver=4.13.1
+pkgrel=1
 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=('python' 'git' 'python-setuptools')
+checkdepends=('python-nose' 'python-sphinx')
 BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
-checkdepends=('python-nose' 'python-sphinx')
 sha256sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

 
-# FIXME: tests are disabled for now, as sphinx 1.8.1+ break them.
-# See upstream bug: https://github.com/michaeljones/breathe/issues/394
+# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
 check() {
   cd breathe
 
@@ -31,8 +30,6 @@
 }
 
 package_python-breathe() {
-  depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
-
   cd "breathe"
   python setup.py install --root="${pkgdir}" --skip-build --optimize=1
 


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2019-06-03 Thread Daniel Bermond via arch-commits
Date: Monday, June 3, 2019 @ 21:01:44
  Author: dbermond
Revision: 476778

upgpkg: python-breathe 4.13.0-2

Remove the now unneeded python2 entries

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-03 21:01:37 UTC (rev 476777)
+++ PKGBUILD2019-06-03 21:01:44 UTC (rev 476778)
@@ -1,4 +1,4 @@
-# Maintainer : Daniel Bermond < archlinux-org: dbermond >
+# Maintainer : Daniel Bermond 
 # Maintainer : Santiago Torres-Arias 
 # Contributor: Simon Boulay 
 
@@ -5,14 +5,15 @@
 pkgbase=python-breathe
 pkgname='python-breathe'
 pkgver=4.13.0
-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')
-makedepends=('python' 'git' 'python-setuptools' 'python2' 'python2-setuptools')
+makedepends=('python' 'git' 'python-setuptools')
+BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
-checkdepends=('python-nose' 'python2-nose' 'python-sphinx' 'python2-sphinx')
+checkdepends=('python-nose' 'python-sphinx')
 sha256sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

 


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2019-04-21 Thread Santiago Torres-Arias via arch-commits
Date: Sunday, April 21, 2019 @ 16:34:58
  Author: sangy
Revision: 452829

upgpkg: python-breathe 4.13.0-1

Drop py2 support

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |   40 +++-
 1 file changed, 7 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-21 16:15:20 UTC (rev 452828)
+++ PKGBUILD2019-04-21 16:34:58 UTC (rev 452829)
@@ -3,8 +3,8 @@
 # Contributor: Simon Boulay 
 
 pkgbase=python-breathe
-pkgname=('python-breathe' 'python2-breathe')
-pkgver=4.11.1
+pkgname='python-breathe'
+pkgver=4.13.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output."
 arch=('any')
@@ -16,29 +16,17 @@
 sha256sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

 
-prepare() {
-  cp -a "breathe" "breathe2"
-}
-
 # FIXME: tests are disabled for now, as sphinx 1.8.1+ break them.
 # See upstream bug: https://github.com/michaeljones/breathe/issues/394
-# check() {
-#   cd breathe
-# 
-#   PYTHONPATH=$PWD make test
-# 
-#   cd "${srcdir}/breathe2"
-# 
-#   PYTHONPATH=$PWD make test
-# 
-# }
+check() {
+  cd breathe
 
+  PYTHONPATH=$PWD make test
+}
+
 build() {
   cd breathe
   python setup.py build
-
-  cd "${srcdir}/breathe2"
-  python setup.py build
 }
 
 package_python-breathe() {
@@ -49,17 +37,3 @@
 
   install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
-
-
-package_python2-breathe() {
-  pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output (python2)"
-  depends=('python2' 'python2-setuptools' 'python2-sphinx' 'python2-docutils' 
'python2-six')
-
-  cd "breathe2"
-  python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
-
-  # To avoid file conflict with the python3 version
-  mv "$pkgdir"/usr/bin/breathe-apidoc{,2}
-
-  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}


[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

2018-12-11 Thread Santiago Torres-Arias via arch-commits
Date: Tuesday, December 11, 2018 @ 22:01:53
  Author: sangy
Revision: 415532

upgpkg: python-breathe 4.11.1-1

Modified:
  python-breathe/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-11 20:56:43 UTC (rev 415531)
+++ PKGBUILD2018-12-11 22:01:53 UTC (rev 415532)
@@ -4,8 +4,8 @@
 
 pkgbase=python-breathe
 pkgname=('python-breathe' 'python2-breathe')
-pkgver=4.11.0
-pkgrel=2
+pkgver=4.11.1
+pkgrel=1
 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/;