[arch-commits] Commit in python-graphql-core/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Mar 18 09:39:00 UTC 2021


    Date: Thursday, March 18, 2021 @ 09:39:00
  Author: alucryd
Revision: 894349

archrelease: copy trunk to community-any

Added:
  python-graphql-core/repos/community-any/PKGBUILD
    (from rev 894348, python-graphql-core/trunk/PKGBUILD)
Deleted:
  python-graphql-core/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 09:38:55 UTC (rev 894348)
+++ PKGBUILD	2021-03-18 09:39:00 UTC (rev 894349)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-graphql-core
-pkgver=3.1.2
-pkgrel=3
-pkgdesc='GraphQL base implementation for Python'
-url=https://github.com/graphql-python/graphql-core
-arch=(any)
-license=(MIT)
-depends=(
-  python-six
-  python-promise
-  python-rx
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=3267c4c5c5ea06968beb59f16425de4a4b835ee1
-source=(git+https://github.com/graphql-python/graphql-core.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd graphql-core
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd graphql-core
-
-  python setup.py build
-}
-
-package() {
-  cd graphql-core
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-core/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-graphql-core/repos/community-any/PKGBUILD (from rev 894348, python-graphql-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-18 09:39:00 UTC (rev 894349)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-core
+pkgver=3.1.3
+pkgrel=1
+pkgdesc='GraphQL base implementation for Python'
+url=https://github.com/graphql-python/graphql-core
+arch=(any)
+license=(MIT)
+depends=(
+  python-six
+  python-promise
+  python-rx
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=6494c7fcfa62418a4fe36cf23e0bbfebc10fe342
+source=(git+https://github.com/graphql-python/graphql-core.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd graphql-core
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd graphql-core
+
+  python setup.py build
+}
+
+package() {
+  cd graphql-core
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-core/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list