[arch-commits] Commit in python-pytools/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 31 12:48:03 UTC 2021


    Date: Monday, May 31, 2021 @ 12:48:03
  Author: felixonmars
Revision: 952793

archrelease: copy trunk to community-any

Added:
  python-pytools/repos/community-any/PKGBUILD
    (from rev 952792, python-pytools/trunk/PKGBUILD)
Deleted:
  python-pytools/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-31 12:47:51 UTC (rev 952792)
+++ PKGBUILD	2021-05-31 12:48:03 UTC (rev 952793)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=python-pytools
-pkgver=2021.2.6
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="https://mathema.tician.de/software/pytools"
-license=('MIT')
-depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz")
-sha512sums=('378c58c4e321f5ca3bb8e3d36d06dfdbe20d04210ca9943cff0909b85d2fd89791c1d966992b2e6f5ccd772f68d223eb13c02b335d9f5c0ac3b17d36fe04aed0')
-
-build() {
-  cd "$srcdir"/pytools-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/pytools-$pkgver
-  python setup.py pytest
-}
-
-package(){
-  cd pytools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1
-}

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 952792, python-pytools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-31 12:48:03 UTC (rev 952793)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=python-pytools
+pkgver=2021.2.7
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="https://mathema.tician.de/software/pytools"
+license=('MIT')
+depends=('python-six' 'python-decorator' 'python-appdirs' 'python-numpy')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz")
+sha512sums=('284fbdb638d40247e330c254567f594f723cad467a504bb31852c0ec5cbbb0648d9596c65e9839975bbe3a52556896440c25da5d2171aaed7c26ba38db6a4426')
+
+build() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/pytools-$pkgver
+  python setup.py pytest
+}
+
+package(){
+  cd pytools-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build --optimize=1
+}



More information about the arch-commits mailing list