[arch-commits] Commit in python2-monotonic (3 files)

Felix Yan fyan at archlinux.org
Sat Nov 7 05:46:14 UTC 2015


    Date: Saturday, November 7, 2015 @ 06:46:13
  Author: fyan
Revision: 146343

archrelease: copy trunk to community-any

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

------------------------------+
 repos/community-any/PKGBUILD |   21 +++++++++++++++++++++
 trunk/PKGBUILD               |    2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)

Copied: python2-monotonic/repos/community-any/PKGBUILD (from rev 146342, python2-monotonic/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2015-11-07 05:46:13 UTC (rev 146343)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python2-monotonic
+pkgver=0.4
+pkgrel=1
+pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
+arch=('any')
+url='http://pypi.python.org/pypi/monotonic'
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-${pkgver}.tar.gz")
+sha256sums=('852f656adbf623ee859def6ca2f5498f4cae3256f8320d5c50570ee8a0592ab6')
+
+package() {
+  cd monotonic-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2015-11-07 05:45:52 UTC (rev 146342)
+++ trunk/PKGBUILD	2015-11-07 05:46:13 UTC (rev 146343)
@@ -7,7 +7,7 @@
 pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
 arch=('any')
 url='http://pypi.python.org/pypi/monotonic'
-license=('PSF')
+license=('Apache')
 depends=('python2')
 makedepends=('python2-setuptools')
 source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-${pkgver}.tar.gz")



More information about the arch-commits mailing list