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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 19:45:10
  Author: felixonmars
Revision: 753595

upgpkg: python-sphinxcontrib-bibtex 1.0.0-3: Python 3.9 rebuild

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 19:44:51 UTC (rev 753594)
+++ PKGBUILD2020-11-12 19:45:10 UTC (rev 753595)
@@ -4,7 +4,7 @@
 
 pkgname=python-sphinxcontrib-bibtex
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="https://sphinxcontrib-bibtex.readthedocs.org;


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

2020-09-01 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, September 1, 2020 @ 11:25:46
  Author: kgizdov
Revision: 695387

fix checkdeps, sources and makepkg internals

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-01 11:24:53 UTC (rev 695386)
+++ PKGBUILD2020-09-01 11:25:46 UTC (rev 695387)
@@ -1,9 +1,10 @@
-# Maintainer: Baptiste Jonglez 
+# Maintainer: Konstantin Gizdov 
+# Co-Maintainer: Baptiste Jonglez 
 # Contributor: Patrice Peterson 
 
 pkgname=python-sphinxcontrib-bibtex
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="https://sphinxcontrib-bibtex.readthedocs.org;
@@ -10,9 +11,9 @@
 license=('BSD')
 depends=('python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-sphinx-testing')
-source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
-sha256sums=('629612b001f86784669d65e662377a482052decfd9a0a17c46860878eef7b9e0')
+checkdepends=('python-nose' 'python-sphinx-testing' 'python-coverage')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcmtroffaes/sphinxcontrib-bibtex/archive/1.0.0.tar.gz;)
+sha256sums=('964798058d91783bdd358c68e9f3a4e214a075dca91f8d91637f09ac467130d8')
 
 build() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
@@ -22,7 +23,9 @@
 check() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
   # Some tests fail because of a warning: 
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/163
-  python setup.py nosetests || warning "Some python3 tests failed"
+  local MY_YELLOW='\033[1;33m'
+  local MY_NOCOLOUR='\033[0m'
+  python setup.py nosetests || echo -e "${MY_YELLOW}WARNING: Some python3 
tests 
failed!\n(https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/163)${MY_NOCOLOUR}"
 }
 
 package() {


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

2019-12-06 Thread Baptiste Jonglez via arch-commits
Date: Friday, December 6, 2019 @ 21:47:12
  Author: zorun
Revision: 536117

upgpkg: python-sphinxcontrib-bibtex 1.0.0-1

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 21:41:31 UTC (rev 536116)
+++ PKGBUILD2019-12-06 21:47:12 UTC (rev 536117)
@@ -2,17 +2,17 @@
 # Contributor: Patrice Peterson 
 
 pkgname=python-sphinxcontrib-bibtex
-pkgver=0.4.2
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="https://sphinxcontrib-bibtex.readthedocs.org;
 license=('BSD')
-depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
+depends=('python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
 makedepends=('python-setuptools')
 checkdepends=('python-nose' 'python-sphinx-testing')
 
source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
-sha256sums=('169afb3a3485775e5473934a0fdff1780e8bdcdd44db7ed286044a074331c729')
+sha256sums=('629612b001f86784669d65e662377a482052decfd9a0a17c46860878eef7b9e0')
 
 build() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 04:19:13
  Author: felixonmars
Revision: 523121

Python 3.8 rebuild

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 04:17:41 UTC (rev 523120)
+++ PKGBUILD2019-11-04 04:19:13 UTC (rev 523121)
@@ -3,7 +3,7 @@
 
 pkgname=python-sphinxcontrib-bibtex
 pkgver=0.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="https://sphinxcontrib-bibtex.readthedocs.org;


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

2019-04-14 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 14, 2019 @ 10:36:45
  Author: zorun
Revision: 451571

upgpkg: python-sphinxcontrib-bibtex 0.4.2-2

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

--+
 PKGBUILD |   38 +++---
 1 file changed, 7 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 10:35:53 UTC (rev 451570)
+++ PKGBUILD2019-04-14 10:36:45 UTC (rev 451571)
@@ -1,56 +1,32 @@
 # Maintainer: Baptiste Jonglez 
 # Contributor: Patrice Peterson 
 
-pkgbase=python-sphinxcontrib-bibtex
-pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
+pkgname=python-sphinxcontrib-bibtex
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="http://sphinxcontrib-bibtex.readthedocs.org;
 license=('BSD')
-depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset'
- 'python2-six' 'python2-sphinx' 'python2-pybtex' 
'python2-pybtex-docutils' 'python2-oset')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python-sphinx-testing'
-  'python2-nose' 'python2-sphinx-testing')
+depends=('python-six' 'python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 
'python-oset')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-sphinx-testing')
 
source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
 sha256sums=('169afb3a3485775e5473934a0fdff1780e8bdcdd44db7ed286044a074331c729')
 
-prepare() {
-  cp -a sphinxcontrib-bibtex-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
   python setup.py build
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
-  # Some tests fail because of a warning
+  # Some tests fail because of a warning: 
https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/163
   python setup.py nosetests || warning "Some python3 tests failed"
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
-  # Some tests fail because of a warning
-  python2 setup.py nosetests || warning "Some python2 tests failed"
 }
 
-package_python-sphinxcontrib-bibtex() {
-  depends=('python-six' 'python-sphinx' 'python-pybtex' 
'python-pybtex-docutils' 'python-oset')
-
+package() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-package_python2-sphinxcontrib-bibtex() {
-  depends=('python2-six' 'python2-sphinx' 'python2-pybtex' 
'python2-pybtex-docutils' 'python2-oset')
-
-  cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}


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

2019-01-12 Thread Baptiste Jonglez via arch-commits
Date: Saturday, January 12, 2019 @ 14:40:17
  Author: zorun
Revision: 422718

upgpkg: python-sphinxcontrib-bibtex 0.4.2-1

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 13:51:29 UTC (rev 422717)
+++ PKGBUILD2019-01-12 14:40:17 UTC (rev 422718)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sphinxcontrib-bibtex
 pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-nose' 'python-sphinx-testing'
   'python2-nose' 'python2-sphinx-testing')
 
source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
-sha256sums=('595b8d73fcb3c57f5b3cb4f377b9afd33a8b0e485fd4fbf3f3342627f122a04f')
+sha256sums=('169afb3a3485775e5473934a0fdff1780e8bdcdd44db7ed286044a074331c729')
 
 prepare() {
   cp -a sphinxcontrib-bibtex-$pkgver{,-py2}


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

2018-12-03 Thread Baptiste Jonglez via arch-commits
Date: Monday, December 3, 2018 @ 10:23:03
  Author: zorun
Revision: 410900

upgpkg: python-sphinxcontrib-bibtex 0.4.1-1

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-03 10:17:10 UTC (rev 410899)
+++ PKGBUILD2018-12-03 10:23:03 UTC (rev 410900)
@@ -3,8 +3,8 @@
 
 pkgbase=python-sphinxcontrib-bibtex
 pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="http://sphinxcontrib-bibtex.readthedocs.org;
@@ -15,7 +15,7 @@
 checkdepends=('python-nose' 'python-sphinx-testing'
   'python2-nose' 'python2-sphinx-testing')
 
source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
-sha256sums=('cb9fb4526642fc080204fccd5cd8f41e9e95387278e17b1d6969b1e27c2d3e0c')
+sha256sums=('595b8d73fcb3c57f5b3cb4f377b9afd33a8b0e485fd4fbf3f3342627f122a04f')
 
 prepare() {
   cp -a sphinxcontrib-bibtex-$pkgver{,-py2}
@@ -31,9 +31,11 @@
 
 check() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  # Some tests fail because of a warning
   python setup.py nosetests || warning "Some python3 tests failed"
 
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
+  # Some tests fail because of a warning
   python2 setup.py nosetests || warning "Some python2 tests failed"
 }
 


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

2018-07-25 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, July 25, 2018 @ 22:37:24
  Author: zorun
Revision: 363437

upgpkg: python-sphinxcontrib-bibtex 0.4.0-2

Python 3.7 rebuild

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-25 21:11:03 UTC (rev 363436)
+++ PKGBUILD2018-07-25 22:37:24 UTC (rev 363437)
@@ -4,7 +4,7 @@
 pkgbase=python-sphinxcontrib-bibtex
 pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="http://sphinxcontrib-bibtex.readthedocs.org;


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

2018-04-20 Thread Baptiste Jonglez via arch-commits
Date: Friday, April 20, 2018 @ 06:53:25
  Author: zorun
Revision: 317111

upgpkg: python-sphinxcontrib-bibtex 0.4.0-1

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-20 06:27:38 UTC (rev 317110)
+++ PKGBUILD2018-04-20 06:53:25 UTC (rev 317111)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sphinxcontrib-bibtex
 pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
-pkgver=0.3.6
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
@@ -15,7 +15,7 @@
 checkdepends=('python-nose' 'python-sphinx-testing'
   'python2-nose' 'python2-sphinx-testing')
 
source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz;)
-sha256sums=('ec4ec071d8c81d2165c55736bfd917352ef59247d2098339fed9e0aecc1cd4d5')
+sha256sums=('cb9fb4526642fc080204fccd5cd8f41e9e95387278e17b1d6969b1e27c2d3e0c')
 
 prepare() {
   cp -a sphinxcontrib-bibtex-$pkgver{,-py2}