Date: Wednesday, March 29, 2023 @ 08:55:20
Author: felixonmars
Revision: 1430241
archrelease: copy trunk to community-any
Added:
python-funcy/repos/community-any/PKGBUILD
(from rev 1430240, python-funcy/trunk/PKGBUILD)
Deleted:
python-funcy/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-29 08:55:10 UTC (rev 1430240)
+++ PKGBUILD 2023-03-29 08:55:20 UTC (rev 1430241)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-funcy
-pkgver=1.18
-_commit=416c187374a86b27ebd7ea882bb38764390e46ae
-pkgrel=1
-pkgdesc='A fancy and practical functional tools'
-arch=('any')
-license=('BSD')
-url='https://github.com/Suor/funcy'
-depends=('python')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest' 'python-whatever')
-source=("git+https://github.com/Suor/funcy.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd funcy
- python setup.py build
-}
-
-check() {
- cd funcy
- pytest
-}
-
-package() {
- cd funcy
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-funcy/repos/community-any/PKGBUILD (from rev 1430240,
python-funcy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-29 08:55:20 UTC (rev 1430241)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-funcy
+pkgver=2.0
+_commit=13fac0037c109a9e4649fc8ee343be17647f7407
+pkgrel=1
+pkgdesc='A fancy and practical functional tools'
+arch=('any')
+license=('BSD')
+url='https://github.com/Suor/funcy'
+depends=('python')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-pytest' 'python-whatever')
+source=("git+https://github.com/Suor/funcy.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd funcy
+ python setup.py build
+}
+
+check() {
+ cd funcy
+ pytest
+}
+
+package() {
+ cd funcy
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}