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

Felix Yan felixonmars at archlinux.org
Thu Oct 31 16:41:51 UTC 2019


    Date: Thursday, October 31, 2019 @ 16:41:51
  Author: felixonmars
Revision: 521134

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 16:41:49 UTC (rev 521133)
+++ PKGBUILD	2019-10-31 16:41:51 UTC (rev 521134)
@@ -1,29 +0,0 @@
-# Maintainer: Jianchen YANG <farseerfc at gmail.com>
-
-pkgname=python-justbases
-_pkgname=justbases
-pkgver=0.09
-pkgrel=3
-pkgdesc="conversion of ints and rationals to any base"
-url="https://github.com/mulkieran/justbases"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-hypothesis')
-license=('GPL')
-arch=('any')
-source=("https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('d1843d3c672e199662e63a4dd189c809')
-
-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-justbases/repos/community-staging-any/PKGBUILD (from rev 521132, python-justbases/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 16:41:51 UTC (rev 521134)
@@ -0,0 +1,29 @@
+# Maintainer: Jianchen YANG <farseerfc at gmail.com>
+
+pkgname=python-justbases
+_pkgname=justbases
+pkgver=0.09
+pkgrel=4
+pkgdesc="conversion of ints and rationals to any base"
+url="https://github.com/mulkieran/justbases"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-hypothesis')
+license=('GPL')
+arch=('any')
+source=("https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('d1843d3c672e199662e63a4dd189c809')
+
+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