[arch-commits] Commit in python-pytest-pacman/repos/staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 21:53:28 UTC 2021
Date: Thursday, December 2, 2021 @ 21:53:28
Author: felixonmars
Revision: 430445
archrelease: copy trunk to staging-any
Added:
python-pytest-pacman/repos/staging-any/PKGBUILD
(from rev 430444, python-pytest-pacman/trunk/PKGBUILD)
Deleted:
python-pytest-pacman/repos/staging-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 21:53:19 UTC (rev 430444)
+++ PKGBUILD 2021-12-02 21:53:28 UTC (rev 430445)
@@ -1,28 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-pytest-pacman
-pkgver=0.1
-pkgrel=2
-pkgdesc="pacman db pytest fixture"
-arch=('any')
-license=('MIT')
-url="https://gitlab.archlinux.org/archlinux/pytest-pacman"
-depends=(python python-pytest python-setuptools)
-makedepends=(git)
-source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?signed#tag=v${pkgver})
-validpgpkeys=("E499C79F53C96A54E572FEE1C06086337C50773E")
-sha512sums=('SKIP')
-
-build() {
- cd pytest-pacman
- python setup.py build
-}
-
-package() {
- cd pytest-pacman
-
- python setup.py install --root="${pkgdir}" -O1 --skip-build
-
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: python-pytest-pacman/repos/staging-any/PKGBUILD (from rev 430444, python-pytest-pacman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 21:53:28 UTC (rev 430445)
@@ -0,0 +1,28 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-pytest-pacman
+pkgver=0.1
+pkgrel=3
+pkgdesc="pacman db pytest fixture"
+arch=('any')
+license=('MIT')
+url="https://gitlab.archlinux.org/archlinux/pytest-pacman"
+depends=(python python-pytest python-setuptools)
+makedepends=(git)
+source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?signed#tag=v${pkgver})
+validpgpkeys=("E499C79F53C96A54E572FEE1C06086337C50773E")
+sha512sums=('SKIP')
+
+build() {
+ cd pytest-pacman
+ python setup.py build
+}
+
+package() {
+ cd pytest-pacman
+
+ python setup.py install --root="${pkgdir}" -O1 --skip-build
+
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list