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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 15:21:33 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:21:33
  Author: felixonmars
Revision: 1062049

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 15:21:32 UTC (rev 1062048)
+++ PKGBUILD	2021-12-02 15:21:33 UTC (rev 1062049)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-graphql-relay
-pkgver=3.1.0
-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=1333a26fbf7679ed290aa31eef34d8b5ff619267
-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-staging-any/PKGBUILD (from rev 1062047, python-graphql-relay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 15:21:33 UTC (rev 1062049)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-relay
+pkgver=3.1.0
+pkgrel=3
+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=1333a26fbf7679ed290aa31eef34d8b5ff619267
+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