[arch-commits] Commit in python-gmpy2/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Dec 27 09:39:20 UTC 2021


    Date: Monday, December 27, 2021 @ 09:39:20
  Author: arojas
Revision: 1084090

archrelease: copy trunk to community-x86_64

Added:
  python-gmpy2/repos/community-x86_64/PKGBUILD
    (from rev 1084089, python-gmpy2/trunk/PKGBUILD)
Deleted:
  python-gmpy2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-27 09:39:10 UTC (rev 1084089)
+++ PKGBUILD	2021-12-27 09:39:20 UTC (rev 1084090)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Omar Sandoval <osandov at cs dot washington dot edu>
-# Contributor: Alexander Slesarev <slesarew at gmail dot com>
-
-pkgname=python-gmpy2
-pkgver=2.1.0rc1
-pkgrel=3
-pkgdesc='Provides C-coded Python modules for fast multiple-precision arithmetic'
-arch=(x86_64)
-url='https://github.com/aleaxit/gmpy'
-license=(LGPL2.1)
-depends=(python libmpc)
-makedepends=(python-setuptools)
-source=(https://github.com/aleaxit/gmpy/releases/download/gmpy2-$pkgver/gmpy2-$pkgver.tar.gz)
-sha256sums=('86cb6d8e5837560c32c706d48d6ed25676be6b3c79e6aa5d245965b9e99231b9')
-
-build() {
-  cd gmpy2-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd gmpy2-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- 
-  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
-  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
-}

Copied: python-gmpy2/repos/community-x86_64/PKGBUILD (from rev 1084089, python-gmpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-27 09:39:20 UTC (rev 1084090)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Omar Sandoval <osandov at cs dot washington dot edu>
+# Contributor: Alexander Slesarev <slesarew at gmail dot com>
+
+pkgname=python-gmpy2
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Provides C-coded Python modules for fast multiple-precision arithmetic'
+arch=(x86_64)
+url='https://github.com/aleaxit/gmpy'
+license=(LGPL2.1)
+depends=(python libmpc)
+makedepends=(python-setuptools)
+source=(https://github.com/aleaxit/gmpy/archive/refs/tags/gmpy2-$pkgver.tar.gz)
+sha256sums=('6cf4dd6c81e860dc81cda9c0d7f0a0439a73d2cc0879cff70d4b94b585f49ee1')
+
+build() {
+  cd gmpy-gmpy2-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd gmpy-gmpy2-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ 
+  install -d -m 755 $pkgdir/usr/share/doc/$pkgname
+  install -m 644 -t $pkgdir/usr/share/doc/$pkgname docs/*
+}



More information about the arch-commits mailing list