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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 12:07:07 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:07:06
  Author: foutrelis
Revision: 1061859

archrelease: copy trunk to community-staging-any

Added:
  python-lockfile/repos/community-staging-any/PKGBUILD
    (from rev 1061858, python-lockfile/trunk/PKGBUILD)
Deleted:
  python-lockfile/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:07:05 UTC (rev 1061858)
+++ PKGBUILD	2021-12-02 12:07:06 UTC (rev 1061859)
@@ -1,34 +0,0 @@
-
-pkgbase=python-lockfile
-pkgname=(python-lockfile)
-pkgver=0.12.2
-pkgrel=10
-pkgdesc='Platform-independent file locking module'
-arch=(any)
-url='https://github.com/openstack/pylockfile'
-license=(MIT)
-depends=(python)
-makedepends=(python-setuptools python-pbr)
-checkdepends=(python-nose)
-source=(https://files.pythonhosted.org/packages/source/l/lockfile/lockfile-$pkgver.tar.gz)
-sha1sums=('c2ac46e48585e5f8f8d57ccc55ca83faa8b53b86')
-
-prepare() {
-  cp -a lockfile-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/lockfile-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/lockfile-$pkgver"
-  nosetests
-}
-
-package() {
-  cd "$srcdir/lockfile-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-lockfile/repos/community-staging-any/PKGBUILD (from rev 1061858, python-lockfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:07:06 UTC (rev 1061859)
@@ -0,0 +1,34 @@
+
+pkgbase=python-lockfile
+pkgname=(python-lockfile)
+pkgver=0.12.2
+pkgrel=11
+pkgdesc='Platform-independent file locking module'
+arch=(any)
+url='https://github.com/openstack/pylockfile'
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools python-pbr)
+checkdepends=(python-nose)
+source=(https://files.pythonhosted.org/packages/source/l/lockfile/lockfile-$pkgver.tar.gz)
+sha1sums=('c2ac46e48585e5f8f8d57ccc55ca83faa8b53b86')
+
+prepare() {
+  cp -a lockfile-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/lockfile-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/lockfile-$pkgver"
+  nosetests
+}
+
+package() {
+  cd "$srcdir/lockfile-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list