[arch-commits] Commit in python-monotonic/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Oct 31 13:39:27 UTC 2017


    Date: Tuesday, October 31, 2017 @ 13:39:26
  Author: felixonmars
Revision: 264907

archrelease: copy trunk to community-any

Added:
  python-monotonic/repos/community-any/PKGBUILD
    (from rev 264906, python-monotonic/trunk/PKGBUILD)
Deleted:
  python-monotonic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-31 13:39:03 UTC (rev 264906)
+++ PKGBUILD	2017-10-31 13:39:26 UTC (rev 264907)
@@ -1,29 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Kevin Houdebert <kevin at qwazerty.eu>
-# Contributor: Erhan SAHIN <erhan at ssahin.net>
-
-_pkgname=monotonic
-pkgname=('python-monotonic' 'python2-monotonic')
-pkgver=1.3
-pkgrel=2
-pkgdesc="An implementation of time.monotonic() for Python 2."
-url="https://pypi.python.org/pypi/monotonic"
-license=('Apache')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/atdt/monotonic/archive/$pkgver.tar.gz")
-sha256sums=('47fcccc18ee9f3e80c74553eb9b74579fda8b93c504689427042109039f1e4d9')
-
-package_python-monotonic() {
-  depends=('python')
-
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-monotonic() {
-  depends=('python2')
-
-  cd "$srcdir/$_pkgname-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-monotonic/repos/community-any/PKGBUILD (from rev 264906, python-monotonic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-31 13:39:26 UTC (rev 264907)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kevin Houdebert <kevin at qwazerty.eu>
+# Contributor: Erhan SAHIN <erhan at ssahin.net>
+
+_pkgname=monotonic
+pkgname=('python-monotonic' 'python2-monotonic')
+pkgver=1.4
+pkgrel=1
+pkgdesc="An implementation of time.monotonic() for Python 2."
+url="https://pypi.python.org/pypi/monotonic"
+license=('Apache')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz")
+sha512sums=('2ac02b027a41f4635b62508a9a435ffd124d0f0708a93558a6702dc997837e602790ebf6af256434faa15989e9c4ad7d8a27be9fdcf04bb22b451991a7e8cc46')
+
+package_python-monotonic() {
+  depends=('python')
+
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-monotonic() {
+  depends=('python2')
+
+  cd "$srcdir/$_pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list