[arch-commits] Commit in python-case/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 12:01:43 UTC 2021
Date: Thursday, December 2, 2021 @ 12:01:42
Author: felixonmars
Revision: 1061719
archrelease: copy trunk to community-staging-any
Added:
python-case/repos/community-staging-any/PKGBUILD
(from rev 1061718, python-case/trunk/PKGBUILD)
Deleted:
python-case/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 12:01:05 UTC (rev 1061718)
+++ PKGBUILD 2021-12-02 12:01:42 UTC (rev 1061719)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-case
-pkgver=1.5.3
-pkgrel=7
-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
-}
Copied: python-case/repos/community-staging-any/PKGBUILD (from rev 1061718, python-case/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 12:01:42 UTC (rev 1061719)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-case
+pkgver=1.5.3
+pkgrel=8
+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