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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 15 08:48:49 UTC 2022


    Date: Friday, July 15, 2022 @ 08:48:49
  Author: felixonmars
Revision: 1252833

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 08:48:36 UTC (rev 1252832)
+++ PKGBUILD	2022-07-15 08:48:49 UTC (rev 1252833)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=python-pytools
-pkgver=2022.1.5
-pkgrel=1
-pkgdesc="A collection of tools for Python"
-arch=('any')
-url="https://mathema.tician.de/software/pytools"
-license=('MIT')
-depends=('python-numpy' 'python-platformdirs' 'python-typing_extensions')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz")
-sha512sums=('85086529cc0d197d97378b9862b84fd2951bfaf1fa3af1d2ff2698d0e9053949c0eb060f9203237a99eb7c7a773ef9eb46e7f503120e607a38a077333faa7c02')
-
-build() {
-  cd pytools-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pytools-$pkgver
-  python -m 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 1252832, python-pytools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 08:48:49 UTC (rev 1252833)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=python-pytools
+pkgver=2022.1.6
+pkgrel=1
+pkgdesc="A collection of tools for Python"
+arch=('any')
+url="https://mathema.tician.de/software/pytools"
+license=('MIT')
+depends=('python-numpy' 'python-platformdirs' 'python-typing_extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/p/pytools/pytools-$pkgver.tar.gz")
+sha512sums=('9b2c2f9e08d71ee5b56e352fff36206276108125174cd977103e59255f0ce180dc9bd00a9ae0e88071b3e60019862c6e72613bc094bfe64d26fa694e7de6685d')
+
+build() {
+  cd pytools-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pytools-$pkgver
+  python -m 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