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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 30 17:22:23 UTC 2021


    Date: Thursday, September 30, 2021 @ 17:22:23
  Author: arojas
Revision: 1026207

archrelease: copy trunk to community-x86_64

Added:
  python-memory-allocator/repos/community-x86_64/PKGBUILD
    (from rev 1026206, 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-09-30 17:22:14 UTC (rev 1026206)
+++ PKGBUILD	2021-09-30 17:22:23 UTC (rev 1026207)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=python-memory-allocator
-_pypiname=memory_allocator
-pkgver=0.1.0
-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=('514711ef57b778040842999633e01543156d807beb363688947a39a54454967d')
-
-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 1026206, python-memory-allocator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-30 17:22:23 UTC (rev 1026207)
@@ -0,0 +1,24 @@
+# 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
+}



More information about the arch-commits mailing list