[arch-commits] Commit in python-exam/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:37:46 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:37:46
  Author: foutrelis
Revision: 752733

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 17:37:42 UTC (rev 752732)
+++ PKGBUILD	2020-11-12 17:37:46 UTC (rev 752733)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-_pypiname=exam
-pkgname=python-exam
-pkgver=0.10.6
-pkgrel=7
-pkgdesc="Helpers for better testing"
-arch=('any')
-url="https://pypi.python.org/pypi/exam"
-license=('MIT')
-depends=('python-mock')
-makedepends=('python-setuptools' 'git')
-checkdepends=('python-nose')
-source=("git+https://github.com/Fluxx/exam.git#tag=$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/exam"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/exam"
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-exam/repos/community-staging-any/PKGBUILD (from rev 752732, python-exam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 17:37:46 UTC (rev 752733)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_pypiname=exam
+pkgname=python-exam
+pkgver=0.10.6
+pkgrel=8
+pkgdesc="Helpers for better testing"
+arch=('any')
+url="https://pypi.python.org/pypi/exam"
+license=('MIT')
+depends=('python-mock')
+makedepends=('python-setuptools' 'git')
+checkdepends=('python-nose')
+source=("git+https://github.com/Fluxx/exam.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/exam"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/exam"
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm664 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list