[arch-commits] Commit in python-xattr/repos/community-staging-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 18:42:10 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:42:09
  Author: felixonmars
Revision: 1062164

archrelease: copy trunk to community-staging-x86_64

Added:
  python-xattr/repos/community-staging-x86_64/PKGBUILD
    (from rev 1062163, python-xattr/trunk/PKGBUILD)
Deleted:
  python-xattr/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:42:06 UTC (rev 1062163)
+++ PKGBUILD	2021-12-02 18:42:09 UTC (rev 1062164)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-xattr
-pkgver=0.9.8
-pkgrel=2
-pkgdesc='Python wrapper for extended filesystem attributes'
-arch=('x86_64')
-license=('MIT')
-url='https://github.com/xattr/xattr'
-depends=('python-cffi')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xattr/xattr/archive/v$pkgver.tar.gz")
-sha512sums=('e983c22023a9ea0e7d53b890a6f2a09ace12e559a4852b33767bfed8554f1e077c259b1b9003ba15772d2b7d433dcb19c95a816c5de9a505fa656607135f08bc')
-
-build() {
-  cd xattr-$pkgver
-  python setup.py build
-}
-
-check() { (
-  # Build env doesn't have permission for those xattrs
-  cd xattr-$pkgver
-  python setup.py test
-  ) || echo "Tests failed"
-}
-
-package() {
-  cd xattr-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-xattr/repos/community-staging-x86_64/PKGBUILD (from rev 1062163, python-xattr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:42:09 UTC (rev 1062164)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-xattr
+pkgver=0.9.8
+pkgrel=3
+pkgdesc='Python wrapper for extended filesystem attributes'
+arch=('x86_64')
+license=('MIT')
+url='https://github.com/xattr/xattr'
+depends=('python-cffi')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xattr/xattr/archive/v$pkgver.tar.gz")
+sha512sums=('e983c22023a9ea0e7d53b890a6f2a09ace12e559a4852b33767bfed8554f1e077c259b1b9003ba15772d2b7d433dcb19c95a816c5de9a505fa656607135f08bc')
+
+build() {
+  cd xattr-$pkgver
+  python setup.py build
+}
+
+check() { (
+  # Build env doesn't have permission for those xattrs
+  cd xattr-$pkgver
+  python setup.py test
+  ) || echo "Tests failed"
+}
+
+package() {
+  cd xattr-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list