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

Felix Yan fyan at archlinux.org
Sun Jan 24 16:17:08 UTC 2016


    Date: Sunday, January 24, 2016 @ 17:17:08
  Author: fyan
Revision: 158764

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-24 16:16:50 UTC (rev 158763)
+++ PKGBUILD	2016-01-24 16:17:08 UTC (rev 158764)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-monotonic
-pkgver=0.5
-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=('8c1f882aa66c41daffa701cbf7121d8d264d0cb7722bbb78a6eccd2d8b12c880')
-
-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 158763, python2-monotonic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-24 16:17:08 UTC (rev 158764)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-monotonic
+pkgver=0.6
+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=('2bc780a16024427cb4bfbfff77ed328484cf6937a787cc50055b83b13b653e74')
+
+package() {
+  cd monotonic-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list