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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:48:15 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:48:15
  Author: felixonmars
Revision: 1061181

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:48:14 UTC (rev 1061180)
+++ PKGBUILD	2021-12-01 21:48:15 UTC (rev 1061181)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-memory-allocator
-_pypiname=memory_allocator
-pkgver=0.1.2
-pkgrel=2
-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
-}

Copied: python-memory-allocator/repos/community-staging-x86_64/PKGBUILD (from rev 1061178, python-memory-allocator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:48:15 UTC (rev 1061181)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=python-memory-allocator
+_pypiname=memory_allocator
+pkgver=0.1.2
+pkgrel=3
+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