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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 11:59:59 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:59:59
  Author: felixonmars
Revision: 1061685

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 11:59:58 UTC (rev 1061684)
+++ PKGBUILD	2021-12-02 11:59:59 UTC (rev 1061685)
@@ -1,35 +0,0 @@
-# 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=2
-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/
-}

Copied: python-pybtex/repos/community-staging-any/PKGBUILD (from rev 1061682, python-pybtex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 11:59:59 UTC (rev 1061685)
@@ -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=3
+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