Date: Tuesday, May 18, 2021 @ 08:31:01 Author: alucryd Revision: 936226
archrelease: copy trunk to community-any Added: python-quart-cors/repos/community-any/PKGBUILD (from rev 936225, python-quart-cors/trunk/PKGBUILD) Deleted: python-quart-cors/repos/community-any/PKGBUILD ----------+ PKGBUILD | 107 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 54 insertions(+), 53 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-05-18 08:30:56 UTC (rev 936225) +++ PKGBUILD 2021-05-18 08:31:01 UTC (rev 936226) @@ -1,53 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> - -pkgname=python-quart-cors -pkgver=0.3.0 -pkgrel=2 -pkgdesc='A Quart extension to provide Cross Origin Resource Sharing, access control, support' -url=https://gitlab.com/pgjones/quart-cors -arch=(any) -license=(MIT) -depends=( - python - python-quart -) -makedepends=( - git - python-setuptools -) -checkdepends=( - python-pytest - python-pytest-asyncio - python-pytest-cov - python-pytest-sugar - python-tox -) -source=(git+https://gitlab.com/pgjones/quart-cors.git#tag=d2cb4c71c2afab7b93c8dabdde90d88732482374) -sha256sums=(SKIP) - -pkgver() { - cd quart-cors - - git describe --tags -} - -build() { - cd quart-cors - - python setup.py build -} - -check() { - cd quart-cors - - tox -e py39 -} - -package() { - cd quart-cors - - python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build - install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart-cors/ -} - -# vim: ts=2 sw=2 et: Copied: python-quart-cors/repos/community-any/PKGBUILD (from rev 936225, python-quart-cors/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-05-18 08:31:01 UTC (rev 936226) @@ -0,0 +1,54 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> + +pkgname=python-quart-cors +pkgver=0.5.0 +pkgrel=1 +pkgdesc='A Quart extension to provide Cross Origin Resource Sharing, access control, support' +url=https://gitlab.com/pgjones/quart-cors +arch=(any) +license=(MIT) +depends=( + python + python-quart +) +makedepends=( + git + python-setuptools +) +checkdepends=( + python-pytest + python-pytest-asyncio + python-pytest-cov + python-pytest-sugar + python-tox +) +_tag=597b48b6bf0cd6a73327f05063915aca4afc0662 +source=(git+https://gitlab.com/pgjones/quart-cors.git#tag=${_tag}) +sha256sums=(SKIP) + +pkgver() { + cd quart-cors + + git describe --tags +} + +build() { + cd quart-cors + + python setup.py build +} + +check() { + cd quart-cors + + tox -e py39 +} + +package() { + cd quart-cors + + python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build + install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-quart-cors/ +} + +# vim: ts=2 sw=2 et: