[arch-commits] Commit in python-ddt/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Feb 24 12:53:54 UTC 2019
Date: Sunday, February 24, 2019 @ 12:53:53
Author: felixonmars
Revision: 435510
archrelease: copy trunk to community-any
Added:
python-ddt/repos/community-any/PKGBUILD
(from rev 435509, python-ddt/trunk/PKGBUILD)
Deleted:
python-ddt/repos/community-any/PKGBUILD
----------+
PKGBUILD | 101 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-24 12:53:33 UTC (rev 435509)
+++ PKGBUILD 2019-02-24 12:53:53 UTC (rev 435510)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 175443 2016-05-16 05:54:00Z fyan $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-ddt
-pkgname=('python-ddt' 'python2-ddt')
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Data-Driven/Decorated Tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/txels/ddt"
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz")
-sha512sums=('1d5c8d0a496e4cfab154fa009a877926d21c8947d4e8833d97a0ce75b2b2cc615084a695a8cc765178c44765f3ba22e16f437ba623a240ae1e674e8eb486e4ad')
-
-prepare() {
- cp -a ddt-$pkgver{,-py2}
-}
-
-build() {
- cd "$srcdir"/ddt-$pkgver
- python setup.py build
-
- cd "$srcdir"/ddt-$pkgver-py2
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir"/ddt-$pkgver
- nosetests3
-
- cd "$srcdir"/ddt-$pkgver-py2
- nosetests2
-}
-
-package_python-ddt() {
- depends=('python')
-
- cd ddt-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-package_python2-ddt() {
- depends=('python2')
-
- cd ddt-$pkgver-py2
- python2 setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
Copied: python-ddt/repos/community-any/PKGBUILD (from rev 435509, python-ddt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-24 12:53:53 UTC (rev 435510)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-ddt
+pkgname=('python-ddt' 'python2-ddt')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Data-Driven/Decorated Tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/txels/ddt"
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/txels/ddt/archive/$pkgver.tar.gz")
+sha512sums=('c40114109fb99577a9572157e0cec7011efb3415b80874d0038949febf6c2d31ff7977c953e7c23770bc965541f79c7015826c1c7f39c2606db39ad5f38d60ad')
+
+prepare() {
+ cp -a ddt-$pkgver{,-py2}
+}
+
+build() {
+ cd "$srcdir"/ddt-$pkgver
+ python setup.py build
+
+ cd "$srcdir"/ddt-$pkgver-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/ddt-$pkgver
+ nosetests3
+
+ cd "$srcdir"/ddt-$pkgver-py2
+ nosetests2
+}
+
+package_python-ddt() {
+ depends=('python')
+
+ cd ddt-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+package_python2-ddt() {
+ depends=('python2')
+
+ cd ddt-$pkgver-py2
+ python2 setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
More information about the arch-commits
mailing list