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

Felix Yan felixonmars at archlinux.org
Mon Nov 9 17:29:32 UTC 2020


    Date: Monday, November 9, 2020 @ 17:29:32
  Author: felixonmars
Revision: 747874

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-09 17:29:21 UTC (rev 747873)
+++ PKGBUILD	2020-11-09 17:29:32 UTC (rev 747874)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-whelk
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="Easy access to shell commands from python"
-arch=('any')
-license=('custom:zlib')
-url="https://pypi.python.org/pypi/whelk"
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/seveas/whelk/archive/$pkgver.tar.gz")
-sha512sums=('83c3f5ce1da07258ed4c3c22699be36fe960547619617de4fd384f3bf4b62a53a8c83dfbaef37d646542591d60a38ad567f9c3ecc2cb766db40d70cce27d60b2')
-
-build() {
-  cd whelk-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd whelk-$pkgver
-  python -munittest discover
-}
-
-package() {
-  cd whelk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: python-whelk/repos/community-any/PKGBUILD (from rev 747873, python-whelk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-09 17:29:32 UTC (rev 747874)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-whelk
+pkgver=3.0
+pkgrel=1
+pkgdesc="Easy access to shell commands from python"
+arch=('any')
+license=('custom:zlib')
+url="https://pypi.python.org/pypi/whelk"
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/seveas/whelk/archive/$pkgver.tar.gz")
+sha512sums=('7760e342b09a03951848d7c5ce258b43b44b6deda3efdb0433bd4704ebb8bd0e43589000e0e8916c2469ac154e0121292b79880fc09e5d44202117900ae7fb69')
+
+build() {
+  cd whelk-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd whelk-$pkgver
+  python -munittest discover
+}
+
+package() {
+  cd whelk-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list