[arch-commits] Commit in python-freezegun/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 20:03:31 UTC 2021
Date: Thursday, December 2, 2021 @ 20:03:31
Author: foutrelis
Revision: 1062472
archrelease: copy trunk to community-staging-any
Added:
python-freezegun/repos/community-staging-any/PKGBUILD
(from rev 1062470, python-freezegun/trunk/PKGBUILD)
Deleted:
python-freezegun/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 20:03:31 UTC (rev 1062471)
+++ PKGBUILD 2021-12-02 20:03:31 UTC (rev 1062472)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-freezegun
-pkgver=0.3.15
-pkgrel=7
-pkgdesc="Let your Python tests travel through time"
-arch=('any')
-license=('Apache')
-url="https://github.com/spulec/freezegun"
-depends=('python-dateutil')
-makedepends=('python-setuptools' 'python-dateutil')
-checkdepends=('python-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/spulec/freezegun/archive/$pkgver.tar.gz")
-sha512sums=('7b89fa2ba56cbcf274e33eea868d8f3653b0f2c47e91b1df9f72b65a0f1cb04f6364a00d9666afbc629707c5eaa238f36e9ef36b79dacd74d7fd00faea4a1a29')
-
-build() {
- cd "$srcdir"/freezegun-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/freezegun-$pkgver
- # https://github.com/spulec/freezegun/issues/250
- pytest || echo "Tests failed"
-}
-
-package() {
- cd freezegun-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-freezegun/repos/community-staging-any/PKGBUILD (from rev 1062470, python-freezegun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 20:03:31 UTC (rev 1062472)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-freezegun
+pkgver=0.3.15
+pkgrel=8
+pkgdesc="Let your Python tests travel through time"
+arch=('any')
+license=('Apache')
+url="https://github.com/spulec/freezegun"
+depends=('python-dateutil')
+makedepends=('python-setuptools' 'python-dateutil')
+checkdepends=('python-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/spulec/freezegun/archive/$pkgver.tar.gz")
+sha512sums=('7b89fa2ba56cbcf274e33eea868d8f3653b0f2c47e91b1df9f72b65a0f1cb04f6364a00d9666afbc629707c5eaa238f36e9ef36b79dacd74d7fd00faea4a1a29')
+
+build() {
+ cd "$srcdir"/freezegun-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/freezegun-$pkgver
+ # https://github.com/spulec/freezegun/issues/250
+ pytest || echo "Tests failed"
+}
+
+package() {
+ cd freezegun-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list