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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 10:14:09 UTC 2020


    Date: Thursday, November 12, 2020 @ 10:14:09
  Author: foutrelis
Revision: 751502

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 10:14:06 UTC (rev 751501)
+++ PKGBUILD	2020-11-12 10:14:09 UTC (rev 751502)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-case
-pkgver=1.5.3
-_commit=54341e0c8f2e41f0fcaa9d5dc325c33d4746168d
-pkgrel=5
-pkgdesc="Python unittest Utilities"
-arch=('any')
-license=('BSD')
-url="https://github.com/celery/case"
-depends=('python-nose')
-makedepends=('git')
-checkdepends=('python-coverage')
-source=("git+https://github.com/celery/case.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
-  cd "$srcdir"/case
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/case
-  nosetests3
-}
-
-package() {
-  cd case
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-case/repos/community-staging-any/PKGBUILD (from rev 751501, python-case/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 10:14:09 UTC (rev 751502)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-case
+pkgver=1.5.3
+pkgrel=6
+pkgdesc="Python unittest Utilities"
+arch=('any')
+license=('BSD')
+url="https://github.com/celery/case"
+depends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/c/case/case-$pkgver.tar.gz")
+sha512sums=('ae98a571c282f80c685c42ab1dc578847fe88cf8cd07faff505a8df8e3282a602908a8780ab88b36851e3ee6f3c178405e5c50776fd0f49fcc990087575f2958')
+
+build() {
+  cd "$srcdir"/case-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/case-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list