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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 7 13:51:02 UTC 2022


    Date: Thursday, July 7, 2022 @ 13:51:02
  Author: felixonmars
Revision: 1248093

archrelease: copy trunk to community-any

Added:
  python-pip-run/repos/community-any/PKGBUILD
    (from rev 1248092, python-pip-run/trunk/PKGBUILD)
Deleted:
  python-pip-run/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 13:50:47 UTC (rev 1248092)
+++ PKGBUILD	2022-07-07 13:51:02 UTC (rev 1248093)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pip-run
-pkgver=8.8.0
-pkgrel=1
-pkgdesc="Install packages and run Python with them"
-url="https://github.com/jaraco/pip-run"
-license=('MIT')
-arch=('any')
-depends=('python-autocommand' 'python-packaging' 'python-path' 'python-pip')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest' 'jupyter-nbformat' 'python-pytest-enabler')
-source=("https://github.com/jaraco/pip-run/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('301083a34dea08035819024f17d8108f9751a765cdfc8f2e273b948c7746111efedd80765a63c3ac145bdf7d2b41c9a0b2b20286181c4c94cbc5501fb81eb74d')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pip-run-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd pip-run-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd pip-run-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pip-run/repos/community-any/PKGBUILD (from rev 1248092, python-pip-run/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-07 13:51:02 UTC (rev 1248093)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pip-run
+pkgver=8.8.1
+pkgrel=1
+pkgdesc="Install packages and run Python with them"
+url="https://github.com/jaraco/pip-run"
+license=('MIT')
+arch=('any')
+depends=('python-autocommand' 'python-packaging' 'python-path' 'python-pip')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
+checkdepends=('python-pytest' 'jupyter-nbformat' 'python-pytest-enabler')
+source=("https://github.com/jaraco/pip-run/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ae964ca96f0be33fdb33974061e75486c443fda5edf0cf43247e8bd293d9a6a87d2cd421100578ed5179f13c9f46ff10ec730e0b403982da7e8aac22651268ea')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pip-run-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd pip-run-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd pip-run-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list