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

Felix Yan felixonmars at archlinux.org
Wed Mar 15 03:25:03 UTC 2017


    Date: Wednesday, March 15, 2017 @ 03:25:02
  Author: felixonmars
Revision: 216362

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-15 03:24:45 UTC (rev 216361)
+++ PKGBUILD	2017-03-15 03:25:02 UTC (rev 216362)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python2-monotonic
-pkgver=1.2
-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:

Copied: python2-monotonic/repos/community-any/PKGBUILD (from rev 216361, python2-monotonic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-15 03:25:02 UTC (rev 216362)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-monotonic
+pkgver=1.3
+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