[arch-commits] Commit in python-aiofiles/repos/community-staging-any (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Dec 6 09:50:14 UTC 2021
Date: Monday, December 6, 2021 @ 09:50:13
Author: alucryd
Revision: 1065259
archrelease: copy trunk to community-staging-any
Added:
python-aiofiles/repos/community-staging-any/PKGBUILD
(from rev 1065258, python-aiofiles/trunk/PKGBUILD)
Deleted:
python-aiofiles/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-06 09:50:08 UTC (rev 1065258)
+++ PKGBUILD 2021-12-06 09:50:13 UTC (rev 1065259)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: cclin <cclinet at outlook.com>
-
-pkgname=python-aiofiles
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='File support for asyncio'
-arch=(any)
-license=(APACHE)
-url=https://github.com/Tinche/aiofiles
-makedepends=(
- git
- python-pip
- python-poetry
-)
-checkdepends=(
- python-coverage
- python-pytest-asyncio
- python-pytest
- python-pytest-cov
- python-tox
-)
-_tag=469c1a8b94ccccf25516706c88dde2e69ea45f3c
-source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd aiofiles
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd aiofiles
- poetry build --format wheel
-}
-
-check() {
- cd aiofiles
- tox -e py310
-}
-
-package() {
- PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps aiofiles/dist/*.whl
- install -Dm 644 aiofiles/LICENSE -t "${pkgdir}"/usr/share/licenses/python-aiofiles/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-aiofiles/repos/community-staging-any/PKGBUILD (from rev 1065258, python-aiofiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-06 09:50:13 UTC (rev 1065259)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: cclin <cclinet at outlook.com>
+
+pkgname=python-aiofiles
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='File support for asyncio'
+arch=(any)
+license=(APACHE)
+url=https://github.com/Tinche/aiofiles
+makedepends=(
+ git
+ python-pip
+ python-poetry
+)
+checkdepends=(
+ python-coverage
+ python-pytest-asyncio
+ python-pytest
+ python-pytest-cov
+ python-tox
+)
+_tag=d010ff4d789598213334a32ec3d3f55caaab766c
+source=(git+https://github.com/Tinche/aiofiles.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd aiofiles
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd aiofiles
+ poetry build --format wheel
+}
+
+check() {
+ cd aiofiles
+ tox -e py310
+}
+
+package() {
+ PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps aiofiles/dist/*.whl
+ install -Dm 644 aiofiles/LICENSE -t "${pkgdir}"/usr/share/licenses/python-aiofiles/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list