[arch-commits] Commit in python-justbytes/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 12:05:17 UTC 2021
Date: Thursday, December 2, 2021 @ 12:05:16
Author: felixonmars
Revision: 1061819
archrelease: copy trunk to community-staging-any
Added:
python-justbytes/repos/community-staging-any/PKGBUILD
(from rev 1061818, python-justbytes/trunk/PKGBUILD)
Deleted:
python-justbytes/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 12:05:08 UTC (rev 1061818)
+++ PKGBUILD 2021-12-02 12:05:16 UTC (rev 1061819)
@@ -1,30 +0,0 @@
-# Maintainer: Jianchen YANG <farseerfc at gmail.com>
-
-pkgname=python-justbytes
-_pkgname=justbytes
-pkgver=0.15
-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=("${pkgname}-${pkgver}.tar.gz::https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('08ddcd37eb8f1c70447d9cfb70e2a737')
-
-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 1061818, python-justbytes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 12:05:16 UTC (rev 1061819)
@@ -0,0 +1,30 @@
+# Maintainer: Jianchen YANG <farseerfc at gmail.com>
+
+pkgname=python-justbytes
+_pkgname=justbytes
+pkgver=0.15
+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=("${pkgname}-${pkgver}.tar.gz::https://github.com/mulkieran/${_pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('08ddcd37eb8f1c70447d9cfb70e2a737')
+
+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