Date: Sunday, December 18, 2022 @ 12:57:20
Author: felixonmars
Revision: 1359890
archrelease: copy trunk to community-any
Added:
python-pip-run/repos/community-any/PKGBUILD
(from rev 1359889, 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-18 12:57:10 UTC (rev 1359889)
+++ PKGBUILD 2022-12-18 12:57:20 UTC (rev 1359890)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pip-run
-pkgver=8.8.2
-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=('0250f55b49bb3eec10c78b217285df522bc00475dd9bdc710c107a8569e66b2ae643137da59a07c0f6b5e1254a9a920de3212f6befff245cd797947d3fdf95dc')
-
-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 1359889,
python-pip-run/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-18 12:57:20 UTC (rev 1359890)
@@ -0,0 +1,33 @@
+# 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/
+}