[arch-commits] Commit in python-first/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 26 10:05:25 UTC 2019
Date: Sunday, May 26, 2019 @ 10:05:25
Author: felixonmars
Revision: 470825
archrelease: copy trunk to community-any
Added:
python-first/repos/community-any/PKGBUILD
(from rev 470824, python-first/trunk/PKGBUILD)
Deleted:
python-first/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-26 10:04:51 UTC (rev 470824)
+++ PKGBUILD 2019-05-26 10:05:25 UTC (rev 470825)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-first
-pkgver=2.0.1
-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=('c0794fa6d6185a12ef51c39a5b659a4f09e22c6d7284a8f6f10a62fe0744e4158ced191dff6f160bffd83043a8bf76948214861e9c2341d5d231f6f9b6af19f4')
-
-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-any/PKGBUILD (from rev 470824, python-first/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-26 10:05:25 UTC (rev 470825)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-first
+pkgver=2.0.2
+pkgrel=1
+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