summaryrefslogtreecommitdiff
path: root/pcr/python-monotonic/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python-monotonic/PKGBUILD')
-rw-r--r--pcr/python-monotonic/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/python-monotonic/PKGBUILD b/pcr/python-monotonic/PKGBUILD
deleted file mode 100644
index 1dd0ab98b..000000000
--- a/pcr/python-monotonic/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Maintainer (Arch): Kevin Houdebert <kevin@qwazerty.eu>
-# Contributor (Arch): Erhan SAHIN <erhan@ssahin.net>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=python-monotonic
-pkgver=0.3
-pkgrel=1
-pkgdesc="An implementation of time.monotonic() for Python 2 & < 3.3"
-url="https://pypi.python.org/pypi/monotonic"
-license=('Apache')
-arch=('i686' 'x86_64')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/m/monotonic/monotonic-$pkgver.tar.gz")
-md5sums=('4d055924b13474f5ac65385b937124fe')
-
-package() {
- cd $srcdir/monotonic-$pkgver
- python setup.py install --root=$pkgdir --optimize=1
-}