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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:50:12 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:50:11
  Author: felixonmars
Revision: 1061240

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:50:09 UTC (rev 1061239)
+++ PKGBUILD	2021-12-01 21:50:11 UTC (rev 1061240)
@@ -1,29 +0,0 @@
-# Maintainer: Jianchen YANG <farseerfc at gmail.com>
-
-pkgname=python-justbases
-_pkgname=justbases
-pkgver=0.15
-pkgrel=2
-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=("${pkgname}-${pkgver}.tar.gz::https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('2527651c3783b374e59fc137e653715e')
-
-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 1061238, python-justbases/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:50:11 UTC (rev 1061240)
@@ -0,0 +1,29 @@
+# Maintainer: Jianchen YANG <farseerfc at gmail.com>
+
+pkgname=python-justbases
+_pkgname=justbases
+pkgver=0.15
+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=("${pkgname}-${pkgver}.tar.gz::https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('2527651c3783b374e59fc137e653715e')
+
+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