[arch-commits] Commit in python-trio/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 28 08:10:08 UTC 2020
Date: Thursday, May 28, 2020 @ 08:10:07
Author: alucryd
Revision: 636190
archrelease: copy trunk to community-any
Added:
python-trio/repos/community-any/PKGBUILD
(from rev 636189, python-trio/trunk/PKGBUILD)
Deleted:
python-trio/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-28 08:09:58 UTC (rev 636189)
+++ PKGBUILD 2020-05-28 08:10:07 UTC (rev 636190)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-trio
-pkgver=0.14.0
-pkgrel=1
-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)
-source=(git+https://github.com/python-trio/trio.git#tag=7fa11bdbcfee1c65d0bff590337ed4355ebbe44b)
-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-any/PKGBUILD (from rev 636189, python-trio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-28 08:10:07 UTC (rev 636190)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-trio
+pkgver=0.15.1
+pkgrel=1
+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)
+source=(git+https://github.com/python-trio/trio.git#tag=9f4b571141c15a41860e09570865fd7a041a4e5d)
+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