[arch-commits] Commit in python-quart-cors/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Feb 9 15:58:57 UTC 2020


    Date: Sunday, February 9, 2020 @ 15:58:56
  Author: alucryd
Revision: 565425

archrelease: copy trunk to community-any

Added:
  python-quart-cors/repos/community-any/PKGBUILD
    (from rev 565423, python-quart-cors/trunk/PKGBUILD)
Deleted:
  python-quart-cors/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 53 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 15:58:56 UTC (rev 565424)
+++ PKGBUILD	2020-02-09 15:58:56 UTC (rev 565425)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-quart-cors
-pkgver=0.2.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=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  cd quart-cors
-
-  python setup.py build
-}
-
-check() {
-  cd quart-cors
-
-  tox -e py38
-}
-
-package() {
-  cd quart-cors
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  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 565423, python-quart-cors/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-09 15:58:56 UTC (rev 565425)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-quart-cors
+pkgver=0.3.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
+)
+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 py38
+}
+
+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:



More information about the arch-commits mailing list