[arch-commits] Commit in python-pybtex/repos/community-any (PKGBUILD PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Mon Jan 25 10:25:17 UTC 2021


    Date: Monday, January 25, 2021 @ 10:25:17
  Author: kgizdov
Revision: 829436

archrelease: copy trunk to community-any

Added:
  python-pybtex/repos/community-any/PKGBUILD
    (from rev 829435, python-pybtex/trunk/PKGBUILD)
Deleted:
  python-pybtex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 10:25:11 UTC (rev 829435)
+++ PKGBUILD	2021-01-25 10:25:17 UTC (rev 829436)
@@ -1,33 +0,0 @@
-# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
-# Contributor: Immae
-
-pkgname=python-pybtex
-pkgver=0.23.0
-pkgrel=1
-pkgdesc="A BibTeX-compatible bibliography processor written in Python"
-arch=("any")
-url="https://pybtex.org"
-license=("GPL")
-# Overridden in package_* functions
-depends=('python' 'python-setuptools' 'python-six' 'python-yaml' 'python-latexcodec')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/p/pybtex/pybtex-$pkgver.tar.gz")
-sha256sums=('b92be18ccd5e9a37895949dcf359a1f6890246b73646dddf1129178ee12e4bef')
-
-build() {
-  cd "$srcdir/pybtex-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/pybtex-$pkgver"
-  pytest
-}
-
-package() {
-  cd "$srcdir/pybtex-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  # Files under site-packages/tests/ conflict with other python packages.
-  rm -rf "$pkgdir"/usr/lib/python3.?/site-packages/tests/
-}

Copied: python-pybtex/repos/community-any/PKGBUILD (from rev 829435, python-pybtex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-25 10:25:17 UTC (rev 829436)
@@ -0,0 +1,35 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Contributor: Immae
+
+pkgname=python-pybtex
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="A BibTeX-compatible bibliography processor written in Python"
+arch=("any")
+url="https://pybtex.org"
+license=("GPL")
+# Overridden in package_* functions
+makedepends=('python-setuptools')
+depends=('python' 'python-setuptools' 'python-six' 'python-yaml' 'python-latexcodec')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/p/pybtex/pybtex-$pkgver.tar.gz")
+sha256sums=('818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755')
+
+build() {
+  cd "$srcdir/pybtex-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/pybtex-$pkgver"
+  pytest
+}
+
+package() {
+  cd "$srcdir/pybtex-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  # Files under site-packages/tests/ conflict with other python packages.
+  rm -rf "$pkgdir"/usr/lib/python3.?/site-packages/tests/
+}



More information about the arch-commits mailing list