[arch-commits] Commit in python-sphinxcontrib-bibtex/repos/community-any (2 files)
Konstantin Gizdov
kgizdov at archlinux.org
Mon Mar 15 09:11:02 UTC 2021
Date: Monday, March 15, 2021 @ 09:11:02
Author: kgizdov
Revision: 891421
archrelease: copy trunk to community-any
Added:
python-sphinxcontrib-bibtex/repos/community-any/PKGBUILD
(from rev 891420, 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-03-15 09:10:56 UTC (rev 891420)
+++ PKGBUILD 2021-03-15 09:11:02 UTC (rev 891421)
@@ -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.1.4
-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=('85a7a3fcd2bbe7b6f84f2d3c4495d50f2b0481cfd98c6e2efddc38464f520655')
-
-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 891420, python-sphinxcontrib-bibtex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-15 09:11:02 UTC (rev 891421)
@@ -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.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"
+}
More information about the arch-commits
mailing list