Date: Tuesday, January 7, 2020 @ 09:45:33 Author: felixonmars Revision: 549821
archrelease: copy trunk to community-any Added: python-testflo/repos/community-any/PKGBUILD (from rev 549820, python-testflo/trunk/PKGBUILD) Deleted: python-testflo/repos/community-any/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-01-07 09:45:23 UTC (rev 549820) +++ PKGBUILD 2020-01-07 09:45:33 UTC (rev 549821) @@ -1,28 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=python-testflo -pkgver=1.3.4 -pkgrel=3 -pkgdesc="A simple flow-based testing framework" -url="https://github.com/RaRe-Technologies/testflo" -license=('Apache') -arch=('any') -depends=('python-six' 'python-coverage') -makedepends=('python-setuptools') -source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz") -sha512sums=('9d2466eb5ebc844632fba4eabd3f453af61cde0788f27c5f23ea383661fb27b19496cc42064f0b0a58537ba6e5661d8c948344449f5717a262d8725c7ff9c5ac') - -prepare() { - cd testflo-$pkgver - sed -i 's/from distutils.core/from setuptools/' setup.py -} - -build() { - cd testflo-$pkgver - python setup.py build -} - -package() { - cd testflo-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-testflo/repos/community-any/PKGBUILD (from rev 549820, python-testflo/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-01-07 09:45:33 UTC (rev 549821) @@ -0,0 +1,28 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=python-testflo +pkgver=1.3.5 +pkgrel=1 +pkgdesc="A simple flow-based testing framework" +url="https://github.com/RaRe-Technologies/testflo" +license=('Apache') +arch=('any') +depends=('python-six' 'python-coverage') +makedepends=('python-setuptools') +source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz") +sha512sums=('98462a068363a21685a3a87a1c679a1ea9c965a0ffa8b50043ecd01c729f78073d59290a644ff5b48d5abda795c4d35836e67bf310257a538d8fe30efabc7285') + +prepare() { + cd testflo-$pkgver + sed -i 's/from distutils.core/from setuptools/' setup.py +} + +build() { + cd testflo-$pkgver + python setup.py build +} + +package() { + cd testflo-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}