[arch-commits] Commit in python-process-tests/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Nov 10 21:02:57 UTC 2021
Date: Wednesday, November 10, 2021 @ 21:02:57
Author: arojas
Revision: 1040366
archrelease: copy trunk to community-any
Added:
python-process-tests/repos/community-any/PKGBUILD
(from rev 1040365, python-process-tests/trunk/PKGBUILD)
Deleted:
python-process-tests/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-10 21:02:46 UTC (rev 1040365)
+++ PKGBUILD 2021-11-10 21:02:57 UTC (rev 1040366)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-process-tests
-pkgver=2.1.2
-pkgrel=2
-pkgdesc="Tools for testing processes"
-arch=('any')
-url="https://pypi.python.org/pypi/process-tests"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/p/process-tests/process-tests-$pkgver.tar.gz")
-sha512sums=('56a76d8467312de34413994e663eb63378ff179720b883037735eae9d8f23a5cc0ea32d4a9a2f9041af417b5ada07b7948fd481e3d5b2cb43db3c19183f6b263')
-
-build() {
- cd "$srcdir"/process-tests-$pkgver
- python setup.py build
-}
-
-# "project skel" sets up pytest but there are zero tests to run
-# (and pytest therefore exits 5)
-
-package_python-process-tests() {
- cd process-tests-$pkgver
- python setup.py install --root="$pkgdir/" --optimize=1
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-process-tests/repos/community-any/PKGBUILD (from rev 1040365, python-process-tests/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-10 21:02:57 UTC (rev 1040366)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-process-tests
+pkgver=2.1.2
+pkgrel=3
+pkgdesc="Tools for testing processes"
+arch=('any')
+url="https://pypi.python.org/pypi/process-tests"
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/p/process-tests/process-tests-$pkgver.tar.gz")
+sha512sums=('56a76d8467312de34413994e663eb63378ff179720b883037735eae9d8f23a5cc0ea32d4a9a2f9041af417b5ada07b7948fd481e3d5b2cb43db3c19183f6b263')
+
+build() {
+ cd "$srcdir"/process-tests-$pkgver
+ python setup.py build
+}
+
+# "project skel" sets up pytest but there are zero tests to run
+# (and pytest therefore exits 5)
+
+package_python-process-tests() {
+ cd process-tests-$pkgver
+ python setup.py install --root="$pkgdir/" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list