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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:34:57 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:34:57
  Author: foutrelis
Revision: 752686

archrelease: copy trunk to community-staging-any

Added:
  python-graphene/repos/community-staging-any/PKGBUILD
    (from rev 752684, python-graphene/trunk/PKGBUILD)
Deleted:
  python-graphene/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 17:34:56 UTC (rev 752685)
+++ PKGBUILD	2020-11-12 17:34:57 UTC (rev 752686)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Sven Schneider <archlinux.sandmann at googlemail.com>
-
-pkgname=python-graphene
-pkgver=3.0.0b6
-pkgrel=2
-pkgdesc='GraphQL framework for Python'
-arch=(any)
-url=https://graphene-python.org/
-license=(MIT)
-depends=(
-  python-aniso8601
-  python-graphql-core
-  python-graphql-relay
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=84582eb3749a3f56968facfc4c7d41f5887a9b0a
-source=(git+https://github.com/graphql-python/graphene.git#tag=${_tag})
-sha512sums=(SKIP)
-
-pkgver() {
-  cd graphene
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd graphene
-
-  python setup.py build
-}
-
-package() {
-  cd graphene
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphene
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-graphene/repos/community-staging-any/PKGBUILD (from rev 752684, python-graphene/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 17:34:57 UTC (rev 752686)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Sven Schneider <archlinux.sandmann at googlemail.com>
+
+pkgname=python-graphene
+pkgver=3.0.0b6
+pkgrel=3
+pkgdesc='GraphQL framework for Python'
+arch=(any)
+url=https://graphene-python.org/
+license=(MIT)
+depends=(
+  python-aniso8601
+  python-graphql-core
+  python-graphql-relay
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=84582eb3749a3f56968facfc4c7d41f5887a9b0a
+source=(git+https://github.com/graphql-python/graphene.git#tag=${_tag})
+sha512sums=(SKIP)
+
+pkgver() {
+  cd graphene
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd graphene
+
+  python setup.py build
+}
+
+package() {
+  cd graphene
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphene
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list