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

Maxime Gauduin alucryd at archlinux.org
Sun Aug 4 08:05:38 UTC 2019


    Date: Sunday, August 4, 2019 @ 08:05:37
  Author: alucryd
Revision: 497293

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-04 08:05:32 UTC (rev 497292)
+++ PKGBUILD	2019-08-04 08:05:37 UTC (rev 497293)
@@ -1,47 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-quart-cors
-pkgver=0.1.3
-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=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd quart-cors
-
-  python setup.py build
-}
-
-check() {
-  cd quart-cors
-
-  tox -e py37
-}
-
-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 497292, python-quart-cors/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-04 08:05:37 UTC (rev 497293)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-quart-cors
+pkgver=0.2.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=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd quart-cors
+
+  python setup.py build
+}
+
+check() {
+  cd quart-cors
+
+  tox -e py37
+}
+
+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:



More information about the arch-commits mailing list