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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 14:28:26 UTC 2020


    Date: Thursday, November 12, 2020 @ 14:28:26
  Author: foutrelis
Revision: 751917

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 14:28:22 UTC (rev 751916)
+++ PKGBUILD	2020-11-12 14:28:26 UTC (rev 751917)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-outcome
-pkgver=1.0.1
-pkgrel=4
-pkgdesc='Capture the outcome of Python function calls'
-arch=(any)
-url=https://github.com/python-trio/outcome
-license=(MIT)
-depends=(
-  python
-  python-attrs
-)
-makedepends=(
-  git
-  python-async_generator
-  python-pytest
-  python-pytest-cov
-  python-setuptools
-)
-source=(git+https://github.com/python-trio/outcome.git#tag=8f134767135f5236c952d37f7854903f7f196832)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd outcome
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd outcome
-
-  python setup.py build
-}
-
-check() {
-  cd outcome
-
-  python setup.py test
-}
-
-package() {
-  cd outcome
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-outcome/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-outcome/repos/community-staging-any/PKGBUILD (from rev 751916, python-outcome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 14:28:26 UTC (rev 751917)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-outcome
+pkgver=1.0.1
+pkgrel=5
+pkgdesc='Capture the outcome of Python function calls'
+arch=(any)
+url=https://github.com/python-trio/outcome
+license=(MIT)
+depends=(
+  python
+  python-attrs
+)
+makedepends=(
+  git
+  python-async_generator
+  python-pytest
+  python-pytest-cov
+  python-setuptools
+)
+source=(git+https://github.com/python-trio/outcome.git#tag=8f134767135f5236c952d37f7854903f7f196832)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd outcome
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd outcome
+
+  python setup.py build
+}
+
+check() {
+  cd outcome
+
+  python setup.py test
+}
+
+package() {
+  cd outcome
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-outcome/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list