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

Jelle van der Waa jelle at archlinux.org
Mon Oct 19 21:37:25 UTC 2020


    Date: Monday, October 19, 2020 @ 21:37:24
  Author: jelle
Revision: 727358

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-19 21:35:18 UTC (rev 727357)
+++ PKGBUILD	2020-10-19 21:37:24 UTC (rev 727358)
@@ -1,28 +0,0 @@
-# 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
-}

Copied: python-xtarfile/repos/community-any/PKGBUILD (from rev 727357, python-xtarfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-19 21:37:24 UTC (rev 727358)
@@ -0,0 +1,28 @@
+# Maintainer: Robin Broda <coderobe at archlinux dot org>
+
+pkgname=python-xtarfile
+pkgver=0.0.4
+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=('abaf87e34f23b9da85368defe4701fda043d1816f396ec330d27c5d77ad9a710')
+
+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