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

Felix Yan felixonmars at gemini.archlinux.org
Mon Dec 20 16:05:30 UTC 2021


    Date: Monday, December 20, 2021 @ 16:05:30
  Author: felixonmars
Revision: 1080268

archrelease: copy trunk to community-any

Added:
  python-funcy/repos/community-any/PKGBUILD
    (from rev 1080267, python-funcy/trunk/PKGBUILD)
Deleted:
  python-funcy/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-20 16:05:21 UTC (rev 1080267)
+++ PKGBUILD	2021-12-20 16:05:30 UTC (rev 1080268)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-funcy
-pkgver=1.16
-pkgrel=2
-pkgdesc='A fancy and practical functional tools'
-arch=('any')
-license=('BSD')
-url='https://github.com/Suor/funcy'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-whatever')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz")
-sha512sums=('b70e3781463a4b9df6ee892150889eacbfff707a90e1985f906173f0bb2fa512cb4bf4e2227c785f1066206b5c5be0e9eab5cf6be3a726f84eb4dbd06d88c575')
-
-build() {
-  cd funcy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd funcy-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd funcy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-funcy/repos/community-any/PKGBUILD (from rev 1080267, python-funcy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-20 16:05:30 UTC (rev 1080268)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-funcy
+pkgver=1.17
+pkgrel=1
+pkgdesc='A fancy and practical functional tools'
+arch=('any')
+license=('BSD')
+url='https://github.com/Suor/funcy'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-whatever')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz")
+sha512sums=('1205c4f9fb70f82e7ce90afdef892647284f69ece94a44991aca75ac640ad11ea8c11a6288330a01d8cac1f9587531a3ed5c2cf55af920456f93226bf31ba494')
+
+build() {
+  cd funcy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd funcy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd funcy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list