[arch-commits] Commit in python-justbytes/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 1 13:52:04 UTC 2019


    Date: Friday, November 1, 2019 @ 13:52:04
  Author: felixonmars
Revision: 521949

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 13:51:56 UTC (rev 521948)
+++ PKGBUILD	2019-11-01 13:52:04 UTC (rev 521949)
@@ -1,30 +0,0 @@
-# Maintainer: Jianchen YANG <farseerfc at gmail.com>
-
-pkgname=python-justbytes
-_pkgname=justbytes
-pkgver=0.11
-pkgrel=4
-pkgdesc="computing with and displaying bytes"
-url="https://pypi.org/project/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 
-}

Copied: python-justbytes/repos/community-staging-any/PKGBUILD (from rev 521948, python-justbytes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 13:52:04 UTC (rev 521949)
@@ -0,0 +1,30 @@
+# Maintainer: Jianchen YANG <farseerfc at gmail.com>
+
+pkgname=python-justbytes
+_pkgname=justbytes
+pkgver=0.11
+pkgrel=5
+pkgdesc="computing with and displaying bytes"
+url="https://pypi.org/project/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