[arch-commits] Commit in python-yg.lockfile/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 21:38:13 UTC 2021
Date: Thursday, December 2, 2021 @ 21:38:13
Author: foutrelis
Revision: 1062635
archrelease: copy trunk to community-staging-any
Added:
python-yg.lockfile/repos/community-staging-any/PKGBUILD
(from rev 1062634, python-yg.lockfile/trunk/PKGBUILD)
Deleted:
python-yg.lockfile/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 21:38:11 UTC (rev 1062634)
+++ PKGBUILD 2021-12-02 21:38:13 UTC (rev 1062635)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-yg.lockfile
-pkgver=2.3
-pkgrel=2
-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-staging-any/PKGBUILD (from rev 1062634, python-yg.lockfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 21:38:13 UTC (rev 1062635)
@@ -0,0 +1,34 @@
+# 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/
+}
More information about the arch-commits
mailing list