[arch-commits] Commit in python-cython-test-exception-raiser/repos/community-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 11 09:03:18 UTC 2021


    Date: Wednesday, August 11, 2021 @ 09:03:18
  Author: felixonmars
Revision: 997436

archrelease: copy trunk to community-x86_64

Added:
  python-cython-test-exception-raiser/repos/community-x86_64/PKGBUILD
    (from rev 997435, python-cython-test-exception-raiser/trunk/PKGBUILD)
Deleted:
  python-cython-test-exception-raiser/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-11 09:03:09 UTC (rev 997435)
+++ PKGBUILD	2021-08-11 09:03:18 UTC (rev 997436)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cython-test-exception-raiser
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A trivial extension that just raises an exception"
-url="https://github.com/twisted/cython-test-exception-raiser"
-license=('MIT')
-arch=('x86_64')
-depends=('python')
-makedepends=('python-setuptools' 'cython')
-source=("https://github.com/twisted/cython-test-exception-raiser/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4e1c5dd65a7c493cf43213badfcaaeb0df9c4774cc6f90cfd437612126893e7831d218c707599adb97dbee7ebaaa2372c796c634d75738bd06328735eb8f1189')
-
-build() {
-  cd cython-test-exception-raiser-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd cython-test-exception-raiser-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-cython-test-exception-raiser/repos/community-x86_64/PKGBUILD (from rev 997435, python-cython-test-exception-raiser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-11 09:03:18 UTC (rev 997436)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cython-test-exception-raiser
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A trivial extension that just raises an exception"
+url="https://github.com/twisted/cython-test-exception-raiser"
+license=('MIT')
+arch=('x86_64')
+depends=('python')
+makedepends=('python-setuptools' 'cython')
+source=("https://github.com/twisted/cython-test-exception-raiser/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ad245eb87fe2d4d93d244b125d80f17fe6deeac86ae9a9129d211d9ff1738da39dc30d49a80f33d50a6fa52029403018c87a8637db9c21098ef8b0e3afe20ea7')
+
+build() {
+  cd cython-test-exception-raiser-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd cython-test-exception-raiser-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list