Date: Sunday, December 25, 2022 @ 17:50:15
Author: felixonmars
Revision: 1365732
archrelease: copy trunk to community-any
Added:
python-pip-run/repos/community-any/PKGBUILD
(from rev 1365731, python-pip-run/trunk/PKGBUILD)
Deleted:
python-pip-run/repos/community-any/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-25 17:50:03 UTC (rev 1365731)
+++ PKGBUILD 2022-12-25 17:50:15 UTC (rev 1365732)
@@ -1,33 +0,0 @@
-# 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/
-}
Copied: python-pip-run/repos/community-any/PKGBUILD (from rev 1365731,
python-pip-run/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-25 17:50:15 UTC (rev 1365732)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pip-run
+pkgver=9.2.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'
+ 'python-jaraco.context' 'python-jaraco.text')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
+checkdepends=('python-pytest' 'jupyter-nbformat' 'python-pytest-enabler'
'python-jaraco.path')
+source=("https://github.com/jaraco/pip-run/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('73fa2e253b3ebce6b7079b5669db7f5b18694cf1724438e431b1d10dbcb3d67581db32748706e5a71feceed3a6e4cf3e63afe6cc27b92e41f1935bd2e2ed3e99')
+
+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/
+}