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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 22:24:39 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:24:39
  Author: foutrelis
Revision: 1062786

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:24:35 UTC (rev 1062785)
+++ PKGBUILD	2021-12-02 22:24:39 UTC (rev 1062786)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-outcome
-pkgver=1.1.0
-pkgrel=2
-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
-)
-_tag=a351a52f5102f05803a213d3521e5d3905c0102b
-source=(git+https://github.com/python-trio/outcome.git#tag=${_tag})
-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 1062785, python-outcome/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 22:24:39 UTC (rev 1062786)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-outcome
+pkgver=1.1.0
+pkgrel=3
+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
+)
+_tag=a351a52f5102f05803a213d3521e5d3905c0102b
+source=(git+https://github.com/python-trio/outcome.git#tag=${_tag})
+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