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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:41:38 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:41:37
  Author: felixonmars
Revision: 1060996

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:41:31 UTC (rev 1060995)
+++ PKGBUILD	2021-12-01 21:41:37 UTC (rev 1060996)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-promise
-pkgver=2.3.0
-pkgrel=4
-pkgdesc='Ultra-performant Promise implementation in Python'
-url=https://github.com/syrusakbary/promise
-arch=(any)
-license=(MIT)
-depends=(
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/syrusakbary/promise.git#tag=ad8ebe68cd9c9686793e3449457f175a0fe43226)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd promise
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd promise
-
-  python setup.py build
-}
-
-package() {
-  cd promise
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-promise/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-promise/repos/community-staging-any/PKGBUILD (from rev 1060995, python-promise/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:41:37 UTC (rev 1060996)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-promise
+pkgver=2.3.0
+pkgrel=5
+pkgdesc='Ultra-performant Promise implementation in Python'
+url=https://github.com/syrusakbary/promise
+arch=(any)
+license=(MIT)
+depends=(
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/syrusakbary/promise.git#tag=ad8ebe68cd9c9686793e3449457f175a0fe43226)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd promise
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd promise
+
+  python setup.py build
+}
+
+package() {
+  cd promise
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-promise/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list