Date: Tuesday, June 9, 2020 @ 04:57:10 Author: felixonmars Revision: 640658
archrelease: copy trunk to community-any Added: python-inflection/repos/community-any/PKGBUILD (from rev 640657, python-inflection/trunk/PKGBUILD) Deleted: python-inflection/repos/community-any/PKGBUILD ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-06-09 04:56:54 UTC (rev 640657) +++ PKGBUILD 2020-06-09 04:57:10 UTC (rev 640658) @@ -1,30 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=python-inflection -pkgver=0.4.0 -pkgrel=1 -pkgdesc="A port of Ruby on Rails inflector to Python" -url="https://github.com/jpvanhal/inflection" -license=('MIT') -arch=('any') -depends=('python') -makedepends=('python-setuptools') -checkdepends=('python-pytest-runner') -source=("$pkgname-$pkgver.tar.gz::https://github.com/jpvanhal/inflection/archive/$pkgver.tar.gz") -sha512sums=('071b21bdc24f05f7be1e8c51c0cc422d4835b4b6e03cdd2b51717356d4d1bb714ebcd875091e331b7e9be85cfb577a8f80f999ca2bf0c7dd8496bf057ddb144c') - -build() { - cd inflection-$pkgver - python setup.py build -} - -check() { - cd inflection-$pkgver - python setup.py pytest -} - -package() { - cd inflection-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: python-inflection/repos/community-any/PKGBUILD (from rev 640657, python-inflection/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-06-09 04:57:10 UTC (rev 640658) @@ -0,0 +1,30 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=python-inflection +pkgver=0.5.0 +pkgrel=1 +pkgdesc="A port of Ruby on Rails inflector to Python" +url="https://github.com/jpvanhal/inflection" +license=('MIT') +arch=('any') +depends=('python') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner') +source=("$pkgname-$pkgver.tar.gz::https://github.com/jpvanhal/inflection/archive/$pkgver.tar.gz") +sha512sums=('65acd5f51071a6ff4073a741102507a93e6a373a49676cc8f84778eb365705c8c58e8314426512f027243d11ce984115970358368de6c1b2f13692971f199e50') + +build() { + cd inflection-$pkgver + python setup.py build +} + +check() { + cd inflection-$pkgver + python setup.py pytest +} + +package() { + cd inflection-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}