[arch-commits] Commit in python-lazr.delegates/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 20:03:41 UTC 2021


    Date: Thursday, December 2, 2021 @ 20:03:41
  Author: felixonmars
Revision: 1062477

archrelease: copy trunk to community-staging-any

Added:
  python-lazr.delegates/repos/community-staging-any/PKGBUILD
    (from rev 1062475, python-lazr.delegates/trunk/PKGBUILD)
Deleted:
  python-lazr.delegates/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 20:03:39 UTC (rev 1062476)
+++ PKGBUILD	2021-12-02 20:03:41 UTC (rev 1062477)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=lazr.delegates
-pkgname=python-lazr.delegates
-pkgver=2.0.4
-pkgrel=7
-pkgdesc="Easily write objects that delegate behavior"
-arch=('any')
-url="https://launchpad.net/lazr.delegates"
-license=('GPL')
-# pkg_resources is used to declare namespaces
-depends=('python-nose' 'python-setuptools' 'python-zope-interface')
-checkdepends=('python-pytest')
-provides=('python-lazr-delegates')
-replaces=('python-lazr-delegates')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501'
-            'SKIP')
-validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 {HACKING,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-lazr.delegates/repos/community-staging-any/PKGBUILD (from rev 1062475, python-lazr.delegates/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 20:03:41 UTC (rev 1062477)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=lazr.delegates
+pkgname=python-lazr.delegates
+pkgver=2.0.4
+pkgrel=8
+pkgdesc="Easily write objects that delegate behavior"
+arch=('any')
+url="https://launchpad.net/lazr.delegates"
+license=('GPL')
+# pkg_resources is used to declare namespaces
+depends=('python-nose' 'python-setuptools' 'python-zope-interface')
+checkdepends=('python-pytest')
+provides=('python-lazr-delegates')
+replaces=('python-lazr-delegates')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501'
+            'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 {HACKING,README}.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list