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

Jiachen Yang farseerfc at archlinux.org
Tue Oct 2 02:46:18 UTC 2018


    Date: Tuesday, October 2, 2018 @ 02:46:18
  Author: farseerfc
Revision: 388937

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-02 02:45:33 UTC (rev 388936)
+++ PKGBUILD	2018-10-02 02:46:18 UTC (rev 388937)
@@ -1,28 +0,0 @@
-# Maintainer: Jianchen YANG <farseerfc at gmail.com>
-
-pkgname=python-justbytes
-_pkgname=justbytes
-pkgver=0.11
-pkgrel=1
-pkgdesc="computing with and displaying bytes"
-url="http://pythonhosted.org/justbytes/"
-depends=('python' 'python-justbases')
-checkdepends=('python-nose' 'python-hypothesis' 'python-pylint')
-license=('GPL2' 'GPL3')
-arch=('any')
-source=("https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('3ef7b9b6a500ec3f12d2d121765d641f')
-
-check() {
-    cd $srcdir/${_pkgname}-$pkgver
-    nosetests
-}
-build() {
-    cd $srcdir/${_pkgname}-$pkgver
-    python setup.py build
-}
-
-package() {
-    cd $srcdir/${_pkgname}-$pkgver
-    python setup.py install --root="$pkgdir" --optimize=1 
-}

Copied: python-justbytes/repos/community-any/PKGBUILD (from rev 388936, python-justbytes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-02 02:46:18 UTC (rev 388937)
@@ -0,0 +1,29 @@
+# Maintainer: Jianchen YANG <farseerfc at gmail.com>
+
+pkgname=python-justbytes
+_pkgname=justbytes
+pkgver=0.11
+pkgrel=2
+pkgdesc="computing with and displaying bytes"
+url="http://pythonhosted.org/justbytes/"
+depends=('python' 'python-justbases')
+checkdepends=('python-nose' 'python-hypothesis' 'python-pylint')
+makedepends=('python-setuptools')
+license=('GPL2' 'GPL3')
+arch=('any')
+source=("https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('3ef7b9b6a500ec3f12d2d121765d641f')
+
+check() {
+    cd $srcdir/${_pkgname}-$pkgver
+    nosetests
+}
+build() {
+    cd $srcdir/${_pkgname}-$pkgver
+    python setup.py build
+}
+
+package() {
+    cd $srcdir/${_pkgname}-$pkgver
+    python setup.py install --root="$pkgdir" --optimize=1 
+}



More information about the arch-commits mailing list