[arch-commits] Commit in python-sphinxcontrib-bibtex/repos/community-any (2 files)

Konstantin Gizdov kgizdov at archlinux.org
Wed Jun 9 14:56:45 UTC 2021


    Date: Wednesday, June 9, 2021 @ 14:56:44
  Author: kgizdov
Revision: 960164

archrelease: copy trunk to community-any

Added:
  python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD
    (from rev 960163, python-sphinxcontrib-bibtex/trunk/PKGBUILD)
Deleted:
  python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-09 14:56:38 UTC (rev 960163)
+++ PKGBUILD	2021-06-09 14:56:44 UTC (rev 960164)
@@ -1,33 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-# Co-Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
-# Contributor: Patrice Peterson <runiq at archlinux dot us>
-
-_pkgname=sphinxcontrib-bibtex
-pkgname="python-${_pkgname}"
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="A Sphinx extension for BibTeX style citations"
-arch=('any')
-url="https://sphinxcontrib-bibtex.readthedocs.org"
-license=('BSD')
-depends=('python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 'python-docutils')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcmtroffaes/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('6aca971c3cefc19d7043e134c22b6d0a997546512b13e27c0cade3501eab73ab')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  PYTHONPATH=".:${PYTHONPATH}" pytest
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD (from rev 960163, python-sphinxcontrib-bibtex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-09 14:56:44 UTC (rev 960164)
@@ -0,0 +1,33 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Co-Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Contributor: Patrice Peterson <runiq at archlinux dot us>
+
+_pkgname=sphinxcontrib-bibtex
+pkgname="python-${_pkgname}"
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="A Sphinx extension for BibTeX style citations"
+arch=('any')
+url="https://sphinxcontrib-bibtex.readthedocs.org"
+license=('BSD')
+depends=('python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 'python-docutils')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcmtroffaes/${_pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('9898c5374f097e647d6fc7cd08b4779f84f3232caa7cd8f1b49f3b71438e978f')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  PYTHONPATH=".:${PYTHONPATH}" pytest
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE.rst "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list