[arch-commits] Commit in python-gmpy2/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Nov 11 10:33:05 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:33:04
Author: felixonmars
Revision: 750095
archrelease: copy trunk to community-staging-x86_64
Added:
python-gmpy2/repos/community-staging-x86_64/PKGBUILD
(from rev 750091, python-gmpy2/trunk/PKGBUILD)
Deleted:
python-gmpy2/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:33:03 UTC (rev 750094)
+++ PKGBUILD 2020-11-11 10:33:04 UTC (rev 750095)
@@ -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.0b5
-pkgrel=2
-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://pypi.io/packages/source/g/gmpy2/gmpy2-$pkgver.tar.gz)
-sha256sums=('8951bcfc61c0f40102b92a4777daf9eb85445b537c4d09086deb0e097190bef0')
-
-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-staging-x86_64/PKGBUILD (from rev 750091, python-gmpy2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:33:04 UTC (rev 750095)
@@ -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.0b5
+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://pypi.io/packages/source/g/gmpy2/gmpy2-$pkgver.tar.gz)
+sha256sums=('8951bcfc61c0f40102b92a4777daf9eb85445b537c4d09086deb0e097190bef0')
+
+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/*
+}
More information about the arch-commits
mailing list