[arch-commits] Commit in python-scripttest/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Dec 3 00:32:12 UTC 2021


    Date: Friday, December 3, 2021 @ 00:32:12
  Author: felixonmars
Revision: 1063837

archrelease: copy trunk to community-staging-any

Added:
  python-scripttest/repos/community-staging-any/PKGBUILD
    (from rev 1063835, python-scripttest/trunk/PKGBUILD)
Deleted:
  python-scripttest/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:32:09 UTC (rev 1063836)
+++ PKGBUILD	2021-12-03 00:32:12 UTC (rev 1063837)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-scripttest
-pkgver=1.3.0
-pkgrel=7
-pkgdesc="Utilities to help with testing command line scripts"
-url="https://github.com/pypa/scripttest"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/scripttest/archive/$pkgver.tar.gz")
-sha512sums=('038bfb1726bff85b6e3675be51db829d3519b47665266f6ae1d3c5c6f4f06e7b16742262ca1ba240544e9bd39ae96c1be0bd5e8583736f72bb04241a1bb8acf6')
-
-build() {
-  cd "$srcdir"/scripttest-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/scripttest-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd scripttest-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-scripttest/repos/community-staging-any/PKGBUILD (from rev 1063835, python-scripttest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:32:12 UTC (rev 1063837)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-scripttest
+pkgver=1.3.0
+pkgrel=8
+pkgdesc="Utilities to help with testing command line scripts"
+url="https://github.com/pypa/scripttest"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/scripttest/archive/$pkgver.tar.gz")
+sha512sums=('038bfb1726bff85b6e3675be51db829d3519b47665266f6ae1d3c5c6f4f06e7b16742262ca1ba240544e9bd39ae96c1be0bd5e8583736f72bb04241a1bb8acf6')
+
+build() {
+  cd "$srcdir"/scripttest-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/scripttest-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd scripttest-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list