[arch-commits] Commit in python-genty/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 23:39:34 UTC 2021
Date: Thursday, December 2, 2021 @ 23:39:34
Author: foutrelis
Revision: 1063227
archrelease: copy trunk to community-staging-any
Added:
python-genty/repos/community-staging-any/PKGBUILD
(from rev 1063225, python-genty/trunk/PKGBUILD)
Deleted:
python-genty/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 23:39:33 UTC (rev 1063226)
+++ PKGBUILD 2021-12-02 23:39:34 UTC (rev 1063227)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-genty
-pkgver=1.3.2
-pkgrel=9
-pkgdesc="Allows you to run a test with multiple data sets"
-arch=('any')
-license=('Apache')
-url="https://github.com/box/genty"
-depends=('python-six')
-makedepends=('python-setuptools' 'git')
-checkdepends=('python-mock')
-source=("git+https://github.com/box/genty.git#tag=v$pkgver")
-sha512sums=('SKIP')
-
-build() {
- cd "$srcdir/genty"
- python setup.py build
-}
-
-check() {
- cd "$srcdir/genty"
- python setup.py test
-}
-
-package() {
- cd genty
- python setup.py install --root="${pkgdir}" --optimize=1
-}
Copied: python-genty/repos/community-staging-any/PKGBUILD (from rev 1063225, python-genty/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 23:39:34 UTC (rev 1063227)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-genty
+pkgver=1.3.2
+pkgrel=10
+pkgdesc="Allows you to run a test with multiple data sets"
+arch=('any')
+license=('Apache')
+url="https://github.com/box/genty"
+depends=('python-six')
+makedepends=('python-setuptools' 'git')
+checkdepends=('python-mock')
+source=("git+https://github.com/box/genty.git#tag=v$pkgver")
+sha512sums=('SKIP')
+
+build() {
+ cd "$srcdir/genty"
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir/genty"
+ python setup.py test
+}
+
+package() {
+ cd genty
+ python setup.py install --root="${pkgdir}" --optimize=1
+}
More information about the arch-commits
mailing list