[arch-commits] Commit in python-packaging/repos/testing-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Feb 26 04:54:51 UTC 2022


    Date: Saturday, February 26, 2022 @ 04:54:50
  Author: felixonmars
Revision: 438153

archrelease: copy trunk to testing-any

Added:
  python-packaging/repos/testing-any/PKGBUILD
    (from rev 438152, python-packaging/trunk/PKGBUILD)
Deleted:
  python-packaging/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-26 04:54:32 UTC (rev 438152)
+++ PKGBUILD	2022-02-26 04:54:50 UTC (rev 438153)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-packaging
-pkgver=21.0
-pkgrel=1
-pkgdesc="Core utilities for Python packages"
-arch=('any')
-url="https://github.com/pypa/packaging"
-license=('Apache')
-depends=('python-pyparsing')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pretend')
-source=("https://github.com/pypa/packaging/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('612744ad8d0b834709af5d4e2415679271e4cdc304a2e9297ec741e37e62241a041b678568130cd733828a1bf2e5885d62de706934f4018195566107989a6f6b')
-
-build() {
-  cd packaging-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd packaging-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd packaging-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-packaging/repos/testing-any/PKGBUILD (from rev 438152, python-packaging/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-26 04:54:50 UTC (rev 438153)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-packaging
+pkgver=21.3
+pkgrel=1
+pkgdesc="Core utilities for Python packages"
+arch=('any')
+url="https://github.com/pypa/packaging"
+license=('Apache')
+depends=('python-pyparsing')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pretend')
+source=("https://github.com/pypa/packaging/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('8960deacda26877b73d98a3b632e760e902a16ec7a04707f84044980e4d4fb33e4f584db115c9008066aa876079f28633bafe37fbd5ce9a23830b6b89eb4ae7a')
+
+build() {
+  cd packaging-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd packaging-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd packaging-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list