[arch-commits] Commit in python2-pyxattr/repos (2 files)

Lukas Fleischer lfleischer at archlinux.org
Mon May 4 01:17:14 UTC 2020


    Date: Monday, May 4, 2020 @ 01:17:13
  Author: lfleischer
Revision: 624652

archrelease: copy trunk to community-x86_64

Added:
  python2-pyxattr/repos/community-x86_64/
  python2-pyxattr/repos/community-x86_64/PKGBUILD
    (from rev 624651, python2-pyxattr/trunk/PKGBUILD)

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

Copied: python2-pyxattr/repos/community-x86_64/PKGBUILD (from rev 624651, python2-pyxattr/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-05-04 01:17:13 UTC (rev 624652)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Jon Bergli Heier <snakebite at jvnv.net>
+
+pkgname=python2-pyxattr
+_pkgname=pyxattr
+# Releases 0.7.0 and later are no longer compatible with Python 2.
+# TODO: Remove this package as soon as bup is compatible with Python 3.
+pkgver=0.6.1
+pkgrel=3
+pkgdesc='A python extension module that allows you to manipulate the extended attributes.'
+arch=('x86_64')
+url='https://pyxattr.k1024.org/'
+license=('GPL')
+makedepends=('python2' 'python2-setuptools')
+depends=('python2')
+provides=('pyxattr')
+conflicts=('pyxattr')
+replaces=('pyxattr')
+source=("https://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz"{,.asc})
+md5sums=('523e9d90f9801141c785d93e6197cc33'
+         'SKIP')
+validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop <iustin at k1024.org>
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	python2 setup.py build
+}
+
+check() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	python2 setup.py test
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	python2 setup.py install --root="${pkgdir}"
+}



More information about the arch-commits mailing list