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

Maxime Gauduin alucryd at gemini.archlinux.org
Sun May 1 08:04:44 UTC 2022


    Date: Sunday, May 1, 2022 @ 08:04:43
  Author: alucryd
Revision: 1192022

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-01 08:04:36 UTC (rev 1192021)
+++ PKGBUILD	2022-05-01 08:04:43 UTC (rev 1192022)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-graphql-relay
-pkgver=3.1.4
-pkgrel=2
-pkgdesc='A library to help construct a graphql-py server supporting react-relay'
-url=https://github.com/graphql-python/graphql-relay-py
-arch=(any)
-license=(MIT)
-depends=(
-  python-graphql-core
-  python-promise
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=0f8889405542d3d11b754e4d8b751d8217950ee4
-source=(git+https://github.com/graphql-python/graphql-relay-py.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd graphql-relay-py
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd graphql-relay-py
-
-  python setup.py build
-}
-
-package() {
-  cd graphql-relay-py
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-relay/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-graphql-relay/repos/community-any/PKGBUILD (from rev 1192021, python-graphql-relay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-01 08:04:43 UTC (rev 1192022)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-relay
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='A library to help construct a graphql-py server supporting react-relay'
+url=https://github.com/graphql-python/graphql-relay-py
+arch=(any)
+license=(MIT)
+depends=(
+  python-graphql-core
+  python-promise
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=97ba15e573eabcefd13e249d05fc5557f0296804
+source=(git+https://github.com/graphql-python/graphql-relay-py.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd graphql-relay-py
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd graphql-relay-py
+
+  python setup.py build
+}
+
+package() {
+  cd graphql-relay-py
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-relay/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list