[arch-commits] Commit in python-justbytes/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 15:19:00 UTC 2020
Date: Wednesday, November 11, 2020 @ 15:19:00
Author: foutrelis
Revision: 751084
archrelease: copy trunk to community-staging-any
Added:
python-justbytes/repos/community-staging-any/PKGBUILD
(from rev 751083, python-justbytes/trunk/PKGBUILD)
Deleted:
python-justbytes/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 15:18:57 UTC (rev 751083)
+++ PKGBUILD 2020-11-11 15:19:00 UTC (rev 751084)
@@ -1,30 +0,0 @@
-# Maintainer: Jianchen YANG <farseerfc at gmail.com>
-
-pkgname=python-justbytes
-_pkgname=justbytes
-pkgver=0.14
-pkgrel=2
-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=('3b9a26069421b1be24782f51125befa0')
-
-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 751083, python-justbytes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 15:19:00 UTC (rev 751084)
@@ -0,0 +1,30 @@
+# Maintainer: Jianchen YANG <farseerfc at gmail.com>
+
+pkgname=python-justbytes
+_pkgname=justbytes
+pkgver=0.14
+pkgrel=3
+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=('3b9a26069421b1be24782f51125befa0')
+
+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