[arch-commits] Commit in python-filelock/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 21 14:36:47 UTC 2019


    Date: Tuesday, May 21, 2019 @ 14:36:46
  Author: felixonmars
Revision: 468206

archrelease: copy trunk to community-any

Added:
  python-filelock/repos/community-any/PKGBUILD
    (from rev 468205, python-filelock/trunk/PKGBUILD)
Deleted:
  python-filelock/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-21 14:36:37 UTC (rev 468205)
+++ PKGBUILD	2019-05-21 14:36:46 UTC (rev 468206)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-filelock
-pkgname=(python-filelock python2-filelock)
-pkgver=3.0.10
-pkgrel=1
-pkgdesc="A platform independent file lock"
-url="https://github.com/benediktschmitt/py-filelock"
-license=('custom:Unlicense')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/benediktschmitt/py-filelock/archive/v$pkgver.tar.gz")
-sha512sums=('1fa4594eaba6689ea61149a60a71e86007297614a1c22dc6c94b4774520d396ff8ad03076dfdbb2ce49d2b6e42c374af065a115c167d81cf6107918abfbe52ef')
-
-build() {
-  cd py-filelock-$pkgver
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd py-filelock-$pkgver
-  pytest test.py
-  pytest2 test.py
-}
-
-package_python-filelock() {
-  depends=('python')
-
-  cd py-filelock-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}
-
-package_python2-filelock() {
-  depends=('python2')
-
-  cd py-filelock-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
-}

Copied: python-filelock/repos/community-any/PKGBUILD (from rev 468205, python-filelock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-21 14:36:46 UTC (rev 468206)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-filelock
+pkgname=(python-filelock python2-filelock)
+pkgver=3.0.12
+pkgrel=1
+pkgdesc="A platform independent file lock"
+url="https://github.com/benediktschmitt/py-filelock"
+license=('custom:Unlicense')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/benediktschmitt/py-filelock/archive/v$pkgver.tar.gz")
+sha512sums=('0f30b54b9de2540f023855effcc582b18fedcee6681f21e1733f1b60dbd39eb148e3830bc798a44c5e8c22e7ea8ca26b6d4547fae79dacc78c62b819a3d84683')
+
+build() {
+  cd py-filelock-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd py-filelock-$pkgver
+  pytest test.py
+  pytest2 test.py
+}
+
+package_python-filelock() {
+  depends=('python')
+
+  cd py-filelock-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python2-filelock() {
+  depends=('python2')
+
+  cd py-filelock-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list