Date: Sunday, December 4, 2022 @ 10:37:21
  Author: felixonmars
Revision: 1356459

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-04 10:37:12 UTC (rev 1356458)
+++ PKGBUILD    2022-12-04 10:37:21 UTC (rev 1356459)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-xattr
-pkgver=0.10.0
-pkgrel=1
-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=('01b6949364b59cdb6980220ae17e6bb8be3ae6395113c4abc82f68faa898918665f525780c2ad476944ded8dcda765ca1ed107ed9c66a82f36302cb013cee66b')
-
-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-x86_64/PKGBUILD (from rev 1356458, 
python-xattr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-04 10:37:21 UTC (rev 1356459)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-xattr
+pkgver=0.10.1
+pkgrel=1
+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=('85151e5dda925193d17dcc892d46e22c6a288776df24e3e14a5a6d26a05e4a818685dfc656576a1c96c0954aec7e1e1c1f5d6b94f7102d995cf8bfccdea98bc2')
+
+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:

Reply via email to