[arch-commits] Commit in python-curio/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 13:42:42 UTC 2020
Date: Thursday, November 12, 2020 @ 13:42:41
Author: felixonmars
Revision: 751839
archrelease: copy trunk to community-staging-any
Added:
python-curio/repos/community-staging-any/PKGBUILD
(from rev 751837, python-curio/trunk/PKGBUILD)
Deleted:
python-curio/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 13:42:41 UTC (rev 751838)
+++ PKGBUILD 2020-11-12 13:42:41 UTC (rev 751839)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-curio
-pkgver=1.4
-pkgrel=2
-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)
-_tag=09dd8a20142b6210fe18f676a746918601c6092e
-source=(git+https://github.com/dabeaz/curio.git#tag=${_tag})
-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-staging-any/PKGBUILD (from rev 751837, python-curio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 13:42:41 UTC (rev 751839)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-curio
+pkgver=1.4
+pkgrel=3
+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)
+_tag=09dd8a20142b6210fe18f676a746918601c6092e
+source=(git+https://github.com/dabeaz/curio.git#tag=${_tag})
+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