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

Felix Yan felixonmars at archlinux.org
Sun Apr 11 18:41:19 UTC 2021


    Date: Sunday, April 11, 2021 @ 18:41:19
  Author: felixonmars
Revision: 915781

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-11 18:41:04 UTC (rev 915780)
+++ PKGBUILD	2021-04-11 18:41:19 UTC (rev 915781)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Kevin Houdebert <kevin at qwazerty.eu>
-# Contributor: Erhan SAHIN <erhan at ssahin.net>
-
-_pkgname=monotonic
-pkgname=python-monotonic
-pkgver=1.5
-pkgrel=7
-pkgdesc="An implementation of time.monotonic() for Python"
-url="https://pypi.python.org/pypi/monotonic"
-license=('Apache')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-source=("$_pkgname-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz")
-sha512sums=('acee69916a82059a027e7bcc03c58deb5ce773a1aff45938699cf09c3ab49b7827c2c01b431593ed76ae49009728c3d52923267eccfc7e15390f8730351a39e2')
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-monotonic/repos/community-any/PKGBUILD (from rev 915780, python-monotonic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-11 18:41:19 UTC (rev 915781)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kevin Houdebert <kevin at qwazerty.eu>
+# Contributor: Erhan SAHIN <erhan at ssahin.net>
+
+_pkgname=monotonic
+pkgname=python-monotonic
+pkgver=1.6
+pkgrel=1
+pkgdesc="An implementation of time.monotonic() for Python"
+url="https://pypi.python.org/pypi/monotonic"
+license=('Apache')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/atdt/monotonic/archive/$pkgver.tar.gz")
+sha512sums=('9bb01f4b34ce10b90dee2e49dd70bc37462333e0da9490893bf642ceea9bed5f9bdbd8f59c58350609ac4c89809039d7375f1f1583ab8fbf9c13d4064849ea18')
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list