[arch-commits] Commit in python-yg.lockfile/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed Jan 6 14:28:25 UTC 2021


    Date: Wednesday, January 6, 2021 @ 14:28:25
  Author: felixonmars
Revision: 810844

archrelease: copy trunk to community-any

Added:
  python-yg.lockfile/repos/community-any/
  python-yg.lockfile/repos/community-any/PKGBUILD
    (from rev 810843, python-yg.lockfile/trunk/PKGBUILD)

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

Copied: python-yg.lockfile/repos/community-any/PKGBUILD (from rev 810843, python-yg.lockfile/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2021-01-06 14:28:25 UTC (rev 810844)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-yg.lockfile
+pkgver=2.3
+pkgrel=1
+pkgdesc="Lockfile object with timeouts and context manager"
+url="https://github.com/yougov/yg.lockfile"
+license=('MIT')
+arch=('any')
+depends=('python-zc.lockfile' 'python-tempora' 'python-jaraco')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest')
+source=("https://github.com/yougov/yg.lockfile/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('938bde1795da7d48c11ee01212c0d24179e3b55f17b1a128010ee4304cb6931f87c4fabeccb4637b1cff932253c449c56ea809bd21cc1d131b47ed68e0a9d8af')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd yg.lockfile-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd yg.lockfile-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd yg.lockfile-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  # Will be available in next version
+  #install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list