Date: Tuesday, December 20, 2022 @ 21:31:23
  Author: felixonmars
Revision: 1364763

archrelease: copy trunk to community-any

Added:
  python-pip-run/repos/community-any/PKGBUILD
    (from rev 1364762, 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-12-20 21:31:12 UTC (rev 1364762)
+++ PKGBUILD    2022-12-20 21:31:23 UTC (rev 1364763)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pip-run
-pkgver=9.0.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=('117b2260fe628dcc5aae47335ab645c2db47ca9b4d5cd0446ef11bb399c0e91df3a32b61aa7a228aca4d7b837228ddb41fe010896f7debf5fbca6111398cce73')
-
-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 1364762, 
python-pip-run/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-20 21:31:23 UTC (rev 1364763)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pip-run
+pkgver=9.1.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' 
'python-more-itertools')
+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=('71e742f113132b95bb06ac98de881beae701ba04f8eeaaa6ed848a731b652a2ff7e3dad9b697e66b25138eaf0dd35cb06f61c2d92c185d565a7c96392685f65d')
+
+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/
+}

Reply via email to