[arch-commits] Commit in (4 files)

Eli Schwartz eschwartz at archlinux.org
Mon Aug 5 04:19:22 UTC 2019


    Date: Monday, August 5, 2019 @ 04:19:21
  Author: eschwartz
Revision: 497420

addpkg: python-bowler 0.8.0-1

needed for python-dephell

Added:
  python-bowler/
  python-bowler/repos/
  python-bowler/trunk/
  python-bowler/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: python-bowler/trunk/PKGBUILD
===================================================================
--- python-bowler/trunk/PKGBUILD	                        (rev 0)
+++ python-bowler/trunk/PKGBUILD	2019-08-05 04:19:21 UTC (rev 497420)
@@ -0,0 +1,33 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=bowler
+pkgname=python-bowler
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Safe code refactoring for modern Python."
+arch=('any')
+url="https://github.com/facebookincubator/${_pkgname}"
+license=('MIT')
+depends=('python-attrs' 'python-click' 'python-fissix' 'python-setuptools' 'python-sh')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('f3e0ba2e6d62d84e9dc34c07fd4ae6453c8de480e14cdd67a5665cfeedbf8cb2')
+b2sums=('766dcb5c1d13aae41f73bf4fed320cc5ccbfc117656deef513a98e39134e03def963e27564093aa98b6ec2e94b7adb67ca6fb06ddfd778a01f3f5f77959a68b1')
+
+build(){
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py build
+}
+
+check() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py test
+}
+
+package() {
+    cd "${srcdir}"/${_pkgname}-${pkgver}
+
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list