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

Felix Yan fyan at archlinux.org
Tue Apr 26 08:52:05 UTC 2016


    Date: Tuesday, April 26, 2016 @ 10:52:05
  Author: fyan
Revision: 171878

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-26 08:51:51 UTC (rev 171877)
+++ PKGBUILD	2016-04-26 08:52:05 UTC (rev 171878)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-monotonic
-pkgver=1.0
-pkgrel=1
-pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
-arch=('any')
-url='http://pypi.python.org/pypi/monotonic'
-license=('Apache')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-${pkgver}.tar.gz")
-sha256sums=('47d7d045b3f2a08bffe683d761ef7f9131a2598db1cec7532a06720656cf719d')
-
-package() {
-  cd monotonic-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-monotonic/repos/community-any/PKGBUILD (from rev 171877, python2-monotonic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-26 08:52:05 UTC (rev 171878)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-monotonic
+pkgver=1.1
+pkgrel=1
+pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
+arch=('any')
+url='http://pypi.python.org/pypi/monotonic'
+license=('Apache')
+depends=('python2')
+makedepends=('python2-setuptools' 'git')
+source=("git+https://github.com/atdt/monotonic#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd monotonic
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list