[arch-commits] Commit in python-pyxattr/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Nov 10 04:15:40 UTC 2020
Date: Tuesday, November 10, 2020 @ 04:15:39
Author: felixonmars
Revision: 748601
archrelease: copy trunk to community-staging-x86_64
Added:
python-pyxattr/repos/community-staging-x86_64/
python-pyxattr/repos/community-staging-x86_64/PKGBUILD
(from rev 748600, python-pyxattr/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: python-pyxattr/repos/community-staging-x86_64/PKGBUILD (from rev 748600, python-pyxattr/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-11-10 04:15:39 UTC (rev 748601)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Jon Bergli Heier <snakebite at jvnv.net>
+
+pkgname=python-pyxattr
+_pkgname=pyxattr
+pkgver=0.7.1
+pkgrel=2
+pkgdesc='A Python extension module that allows you to manipulate the extended attributes.'
+arch=('x86_64')
+url='https://pyxattr.k1024.org/'
+license=('GPL')
+makedepends=('python' 'python-pytest' 'python-setuptools')
+depends=('python')
+source=("https://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz"{,.asc})
+md5sums=('f3341e703489452afaf68b336be5d32c'
+ 'SKIP')
+validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop <iustin at k1024.org>
+
+build() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ python setup.py build
+}
+
+check() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ python setup.py test
+}
+
+package() {
+ cd "${srcdir}/${_pkgname}-${pkgver}"
+ python setup.py install --root="${pkgdir}"
+}
More information about the arch-commits
mailing list