Date: Monday, April 10, 2023 @ 05:07:30
Author: felixonmars
Revision: 1443626
archrelease: copy trunk to community-staging-any
Added:
python-pluggy/repos/community-staging-any/PKGBUILD
(from rev 1443624, python-pluggy/trunk/PKGBUILD)
Deleted:
python-pluggy/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 05:07:30 UTC (rev 1443625)
+++ PKGBUILD 2023-04-10 05:07:30 UTC (rev 1443626)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pluggy
-pkgver=1.0.0
-_commit=4259fdd799d64f953631e47ddcb69c3074a15c13
-pkgrel=3
-pkgdesc="Plugin and hook calling mechanisms for python"
-arch=('any')
-url="https://github.com/pytest-dev/pluggy"
-license=('MIT')
-depends=('python')
-makedepends=('git' 'python-setuptools-scm')
-checkdepends=('python-pytest')
-source=("git+https://github.com/pytest-dev/pluggy.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd pluggy
- python setup.py build
-}
-
-check() {
- cd pluggy
- PYTHONPATH="$PWD"/src pytest
-}
-
-package() {
- cd pluggy
- python setup.py install -O1 --root "$pkgdir"
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-pluggy/repos/community-staging-any/PKGBUILD (from rev 1443624,
python-pluggy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 05:07:30 UTC (rev 1443626)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pluggy
+pkgver=1.0.0
+_commit=4259fdd799d64f953631e47ddcb69c3074a15c13
+pkgrel=4
+pkgdesc="Plugin and hook calling mechanisms for python"
+arch=('any')
+url="https://github.com/pytest-dev/pluggy"
+license=('MIT')
+depends=('python')
+makedepends=('git' 'python-setuptools-scm')
+checkdepends=('python-pytest')
+source=("git+https://github.com/pytest-dev/pluggy.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd pluggy
+ python setup.py build
+}
+
+check() {
+ cd pluggy
+ PYTHONPATH="$PWD"/src pytest
+}
+
+package() {
+ cd pluggy
+ python setup.py install -O1 --root "$pkgdir"
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}