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

Jelle van der Waa jelle at archlinux.org
Wed Jan 1 15:33:36 UTC 2020


    Date: Wednesday, January 1, 2020 @ 15:33:36
  Author: jelle
Revision: 545835

archrelease: copy trunk to community-any

Added:
  python-xtarfile/repos/community-any/
  python-xtarfile/repos/community-any/PKGBUILD
    (from rev 545834, python-xtarfile/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: python-xtarfile/repos/community-any/PKGBUILD (from rev 545834, python-xtarfile/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-01-01 15:33:36 UTC (rev 545835)
@@ -0,0 +1,28 @@
+# Maintainer: Robin Broda <coderobe at archlinux dot org>
+
+pkgname=python-xtarfile
+pkgver=0.0.3
+pkgrel=1
+pkgdesc='Wrapper around tarfile to add support for more compression formats'
+arch=('any')
+url=https://github.com/ascoderu/xtarfile
+license=('Apache')
+depends=('python-zstandard')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/x/xtarfile/xtarfile-$pkgver.tar.gz")
+sha256sums=('c4e93184794555917465567bd8746abea5cb8e3435b699e371eab1df0174f2e2')
+
+build() {
+  cd xtarfile-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd xtarfile-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd xtarfile-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list