[arch-commits] Commit in python-monotonic/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:32:46 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:32:45
  Author: felixonmars
Revision: 1060781

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:32:44 UTC (rev 1060780)
+++ PKGBUILD	2021-12-01 21:32:45 UTC (rev 1060781)
@@ -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.6
-pkgrel=2
-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
-}

Copied: python-monotonic/repos/community-staging-any/PKGBUILD (from rev 1060777, python-monotonic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:32:45 UTC (rev 1060781)
@@ -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=3
+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