[arch-commits] Commit in python-trio/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 14:37:52 UTC 2020
Date: Thursday, November 12, 2020 @ 14:37:52
Author: foutrelis
Revision: 751959
archrelease: copy trunk to community-staging-any
Added:
python-trio/repos/community-staging-any/PKGBUILD
(from rev 751958, python-trio/trunk/PKGBUILD)
Deleted:
python-trio/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 14:37:50 UTC (rev 751958)
+++ PKGBUILD 2020-11-12 14:37:52 UTC (rev 751959)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-trio
-pkgver=0.17.0
-pkgrel=2
-pkgdesc='A friendly Python library for async concurrency and I/O'
-arch=(any)
-url=https://github.com/python-trio/trio
-license=(MIT)
-depends=(
- python
- python-async_generator
- python-attrs
- python-idna
- python-outcome
- python-sniffio
- python-sortedcontainers
-)
-makedepends=(
- git
- python-setuptools
-)
-provides=(python-multio-provider)
-_tag=d0362a1a0c1d765f2e2f0e3db22df7ffe5d4380d
-source=(git+https://github.com/python-trio/trio.git#tag=${_tag})
-sha256sums=('SKIP')
-
-pkgver() {
- cd trio
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd trio
-
- python setup.py build
-}
-
-package() {
- cd trio
-
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
- install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-trio/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-trio/repos/community-staging-any/PKGBUILD (from rev 751958, python-trio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 14:37:52 UTC (rev 751959)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-trio
+pkgver=0.17.0
+pkgrel=3
+pkgdesc='A friendly Python library for async concurrency and I/O'
+arch=(any)
+url=https://github.com/python-trio/trio
+license=(MIT)
+depends=(
+ python
+ python-async_generator
+ python-attrs
+ python-idna
+ python-outcome
+ python-sniffio
+ python-sortedcontainers
+)
+makedepends=(
+ git
+ python-setuptools
+)
+provides=(python-multio-provider)
+_tag=d0362a1a0c1d765f2e2f0e3db22df7ffe5d4380d
+source=(git+https://github.com/python-trio/trio.git#tag=${_tag})
+sha256sums=('SKIP')
+
+pkgver() {
+ cd trio
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd trio
+
+ python setup.py build
+}
+
+package() {
+ cd trio
+
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-trio/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list