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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 17:14:19 UTC 2019


    Date: Thursday, October 31, 2019 @ 17:14:19
  Author: foutrelis
Revision: 521299

archrelease: copy trunk to community-staging-any

Added:
  python-first/repos/community-staging-any/PKGBUILD
    (from rev 521298, python-first/trunk/PKGBUILD)
Deleted:
  python-first/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 17:14:14 UTC (rev 521298)
+++ PKGBUILD	2019-10-31 17:14:19 UTC (rev 521299)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-first
-pkgver=2.0.2
-pkgrel=2
-pkgdesc="Return the first true value of an iterable"
-url="https://github.com/hynek/first"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hynek/first/archive/$pkgver.tar.gz")
-sha512sums=('4d82d4b3ddae8a47ab423b1ab5c281738f0290e428be5ce66ce50ed8110ced656c57a7164a3ca734763db117be437fe32d9d9d9a7cd196296b2ac1c4dd14d675')
-
-build() {
-  cd first-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd first-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd first-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-first/repos/community-staging-any/PKGBUILD (from rev 521298, python-first/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 17:14:19 UTC (rev 521299)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-first
+pkgver=2.0.2
+pkgrel=3
+pkgdesc="Return the first true value of an iterable"
+url="https://github.com/hynek/first"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hynek/first/archive/$pkgver.tar.gz")
+sha512sums=('4d82d4b3ddae8a47ab423b1ab5c281738f0290e428be5ce66ce50ed8110ced656c57a7164a3ca734763db117be437fe32d9d9d9a7cd196296b2ac1c4dd14d675')
+
+build() {
+  cd first-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd first-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd first-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list