[arch-commits] Commit in python-yg.lockfile/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Jun 8 08:35:45 UTC 2022


    Date: Wednesday, June 8, 2022 @ 08:35:45
  Author: felixonmars
Revision: 1229022

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 08:35:32 UTC (rev 1229021)
+++ PKGBUILD	2022-06-08 08:35:45 UTC (rev 1229022)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-yg.lockfile
-pkgver=2.3
-pkgrel=3
-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/
-}

Copied: python-yg.lockfile/repos/community-any/PKGBUILD (from rev 1229021, python-yg.lockfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-08 08:35:45 UTC (rev 1229022)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-yg.lockfile
+pkgver=2.3
+pkgrel=4
+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.functools')
+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