[arch-commits] Commit in python-curio/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Apr 7 18:01:05 UTC 2020
Date: Tuesday, April 7, 2020 @ 18:01:04
Author: alucryd
Revision: 612472
archrelease: copy trunk to community-any
Added:
python-curio/repos/community-any/PKGBUILD
(from rev 612471, python-curio/trunk/PKGBUILD)
Deleted:
python-curio/repos/community-any/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-07 18:00:58 UTC (rev 612471)
+++ PKGBUILD 2020-04-07 18:01:04 UTC (rev 612472)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-curio
-pkgver=1.1
-pkgrel=1
-pkgdesc='Concurrent I/O'
-arch=(any)
-url=https://github.com/dabeaz/curio
-license=(BSD)
-depends=(python)
-makedepends=(
- git
- python-pytest
- python-setuptools
- python-sphinx
-)
-provides=(python-multio-provider)
-source=(git+https://github.com/dabeaz/curio.git#tag=b1793fade9b6e55a41c71afcac2987cc178b873e)
-sha256sums=(SKIP)
-
-pkgver() {
- cd curio
-
- git describe --tags
-}
-
-build() {
- cd curio
-
- python setup.py build
-}
-
-check() {
- cd curio
-
- python setup.py test
-}
-
-package() {
- cd curio
-
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
- install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-curio/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-curio/repos/community-any/PKGBUILD (from rev 612471, python-curio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-07 18:01:04 UTC (rev 612472)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-curio
+pkgver=1.2
+pkgrel=1
+pkgdesc='Concurrent I/O'
+arch=(any)
+url=https://github.com/dabeaz/curio
+license=(BSD)
+depends=(python)
+makedepends=(
+ git
+ python-pytest
+ python-setuptools
+ python-sphinx
+)
+provides=(python-multio-provider)
+source=(git+https://github.com/dabeaz/curio.git#tag=0ca479d4bcdf8fb684ce8778fb0978c9e4ecea67)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd curio
+
+ git describe --tags
+}
+
+build() {
+ cd curio
+
+ python setup.py build
+}
+
+check() {
+ cd curio
+
+ python setup.py test
+}
+
+package() {
+ cd curio
+
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-curio/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list