[arch-commits] Commit in python-memory-allocator/repos/community-x86_64 (2 files)

Antonio Rojas arojas at gemini.archlinux.org
Fri Oct 15 16:27:19 UTC 2021


    Date: Friday, October 15, 2021 @ 16:27:19
  Author: arojas
Revision: 1030281

archrelease: copy trunk to community-x86_64

Added:
  python-memory-allocator/repos/community-x86_64/PKGBUILD
    (from rev 1030280, python-memory-allocator/trunk/PKGBUILD)
Deleted:
  python-memory-allocator/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-15 16:27:09 UTC (rev 1030280)
+++ PKGBUILD	2021-10-15 16:27:19 UTC (rev 1030281)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-memory-allocator
-_pypiname=memory_allocator
-pkgver=0.1.1
-pkgrel=1
-pkgdesc='An extension class to allocate memory easily with cython'
-arch=(x86_64)
-url='https://github.com/sagemath/memory_allocator'
-license=(GPL3)
-depends=(python)
-makedepends=(cython python-setuptools)
-source=(https://pypi.io/packages/source/m/$_pypiname/$_pypiname-$pkgver.tar.gz)
-sha256sums=('5641bea96b9e59a173639c118c2745fe16014c60012117ddf29c18abbb713408')
-
-build() {
-  cd $_pypiname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_pypiname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: python-memory-allocator/repos/community-x86_64/PKGBUILD (from rev 1030280, python-memory-allocator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-15 16:27:19 UTC (rev 1030281)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-memory-allocator
+_pypiname=memory_allocator
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='An extension class to allocate memory easily with cython'
+arch=(x86_64)
+url='https://github.com/sagemath/memory_allocator'
+license=(GPL3)
+depends=(python)
+makedepends=(cython python-setuptools)
+source=(https://pypi.io/packages/source/m/$_pypiname/$_pypiname-$pkgver.tar.gz)
+sha256sums=('ddf42a2dcc678062f30c63c868335204d46a4ecdf4db0dc43ed4529f1d0ffab9')
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pypiname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list