[arch-commits] Commit in python-distlib/repos/community-any (4 files)

George Rawlinson grawlinson at gemini.archlinux.org
Mon Aug 29 02:24:01 UTC 2022


    Date: Monday, August 29, 2022 @ 02:24:00
  Author: grawlinson
Revision: 1285158

archrelease: copy trunk to community-any

Added:
  python-distlib/repos/community-any/PKGBUILD
    (from rev 1285157, python-distlib/trunk/PKGBUILD)
  python-distlib/repos/community-any/keys/
Deleted:
  python-distlib/repos/community-any/PKGBUILD
  python-distlib/repos/community-any/keys/

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 02:22:32 UTC (rev 1285157)
+++ PKGBUILD	2022-08-29 02:24:00 UTC (rev 1285158)
@@ -1,41 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Contributor: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=python-distlib
-_pkgname="${pkgname#python-}"
-pkgver=0.3.5
-pkgrel=1
-pkgdesc='Low-level functions that relate to packaging and distribution of Python software'
-arch=('any')
-url='https://distlib.readthedocs.io'
-license=('PSF')
-depends=('python')
-makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
-source=("https://github.com/pypa/distlib/releases/download/$pkgver/distlib-$pkgver.tar.gz"{,.asc})
-b2sums=('cded3b02873192b5ca77a654729d25ff7fb3d03bf81dc29a4031bee1cec3c26cbd400d1f3f346868a83d8986008439b119667f23f9878ec31eb59a3cefa1a7df'
-        'SKIP')
-validpgpkeys=('CA749061914EAC138E66EADB9147B477339A9B86') # Vinay Sajip <vinay_sajip at yahoo.co.uk>
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-
-  rm distlib/*.exe
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-
-  python tests/test_all.py
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-distlib/repos/community-any/PKGBUILD (from rev 1285157, python-distlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 02:24:00 UTC (rev 1285158)
@@ -0,0 +1,41 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=python-distlib
+_pkgname="${pkgname#python-}"
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='Low-level functions that relate to packaging and distribution of Python software'
+arch=('any')
+url='https://distlib.readthedocs.io'
+license=('PSF')
+depends=('python')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+source=("https://github.com/pypa/distlib/releases/download/$pkgver/distlib-$pkgver.tar.gz"{,.asc})
+b2sums=('9cd6cca18f2e2ed0c7644865644ccfa98387128ef4a4672a3fe457ee12f7625e8a01cbc8a12321262ae2e2a0c444d504bee11a2f608009d331e3a99b94206728'
+        'SKIP')
+validpgpkeys=('CA749061914EAC138E66EADB9147B477339A9B86') # Vinay Sajip <vinay_sajip at yahoo.co.uk>
+
+prepare() {
+  cd "$_pkgname-$pkgver"
+
+  rm distlib/*.exe
+}
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$_pkgname-$pkgver"
+
+  python tests/test_all.py
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



More information about the arch-commits mailing list