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

2020-10-22 Thread Maxime Gauduin via arch-commits
Date: Thursday, October 22, 2020 @ 06:31:36
  Author: alucryd
Revision: 728783

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 06:31:31 UTC (rev 728782)
+++ PKGBUILD2020-10-22 06:31:36 UTC (rev 728783)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Sven Schneider 
-
-pkgname=python-graphene
-pkgver=3.0.0b5
-pkgrel=1
-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=29dd3f83916826eb302cf346dd7e73abe7f2517a
-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-any/PKGBUILD (from rev 728782, 
python-graphene/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-22 06:31:36 UTC (rev 728783)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Sven Schneider 
+
+pkgname=python-graphene
+pkgver=3.0.0b6
+pkgrel=1
+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:


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

2020-10-16 Thread Maxime Gauduin via arch-commits
Date: Friday, October 16, 2020 @ 06:34:10
  Author: alucryd
Revision: 724319

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-16 06:34:04 UTC (rev 724318)
+++ PKGBUILD2020-10-16 06:34:10 UTC (rev 724319)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Sven Schneider 
-
-pkgname=python-graphene
-pkgver=3.0.0b2
-pkgrel=1
-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
-)
-source=(git+https://github.com/graphql-python/graphene.git#tag=df67e691298fd06568e22215cfb5901c883ed4e1)
-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-any/PKGBUILD (from rev 724318, 
python-graphene/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-16 06:34:10 UTC (rev 724319)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Sven Schneider 
+
+pkgname=python-graphene
+pkgver=3.0.0b5
+pkgrel=1
+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=29dd3f83916826eb302cf346dd7e73abe7f2517a
+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:


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

2020-05-30 Thread Maxime Gauduin via arch-commits
Date: Saturday, May 30, 2020 @ 13:30:41
  Author: alucryd
Revision: 637426

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   80 -
 1 file changed, 43 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-30 13:30:36 UTC (rev 637425)
+++ PKGBUILD2020-05-30 13:30:41 UTC (rev 637426)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Sven Schneider 
-
-pkgname=python-graphene
-pkgver=2.1.3
-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
-)
-source=(git+https://github.com/graphql-python/graphene.git#tag=v${pkgver})
-sha512sums=(SKIP)
-
-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-any/PKGBUILD (from rev 637425, 
python-graphene/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-30 13:30:41 UTC (rev 637426)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Sven Schneider 
+
+pkgname=python-graphene
+pkgver=3.0.0b2
+pkgrel=1
+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
+)
+source=(git+https://github.com/graphql-python/graphene.git#tag=df67e691298fd06568e22215cfb5901c883ed4e1)
+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: