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

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 31 17:07:43 UTC 2019


    Date: Thursday, October 31, 2019 @ 17:07:43
  Author: foutrelis
Revision: 521269

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 17:07:39 UTC (rev 521268)
+++ PKGBUILD	2019-10-31 17:07:43 UTC (rev 521269)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-promise
-pkgver=2.2.0
-pkgrel=2
-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=v${pkgver})
-sha256sums=(SKIP)
-
-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 521268, python-promise/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 17:07:43 UTC (rev 521269)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-promise
+pkgver=2.2.0
+pkgrel=3
+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=v${pkgver})
+sha256sums=(SKIP)
+
+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