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

Felix Yan felixonmars at archlinux.org
Sun Aug 23 21:54:32 UTC 2020


    Date: Sunday, August 23, 2020 @ 21:54:31
  Author: felixonmars
Revision: 687319

archrelease: copy trunk to community-any

Added:
  python-inflection/repos/community-any/PKGBUILD
    (from rev 687312, python-inflection/trunk/PKGBUILD)
Deleted:
  python-inflection/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-23 21:54:30 UTC (rev 687318)
+++ PKGBUILD	2020-08-23 21:54:31 UTC (rev 687319)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at 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
-}

Copied: python-inflection/repos/community-any/PKGBUILD (from rev 687312, python-inflection/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-23 21:54:31 UTC (rev 687319)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-inflection
+pkgver=0.5.1
+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=('a976cf40a79921f55fbf45b56febb59c6be9e840aac80213ab26915afe4699d96b99888a88e215f26af39497e8cfbe501a38ecf910b6c89d8c4edbf4e176406b')
+
+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
+}



More information about the arch-commits mailing list