[arch-commits] Commit in python-graphene/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat May 30 13:30:42 UTC 2020
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
===================================================================
--- PKGBUILD 2020-05-30 13:30:36 UTC (rev 637425)
+++ PKGBUILD 2020-05-30 13:30:41 UTC (rev 637426)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Sven Schneider <archlinux.sandmann at googlemail.com>
-
-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)
+++ PKGBUILD 2020-05-30 13:30:41 UTC (rev 637426)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Sven Schneider <archlinux.sandmann at googlemail.com>
+
+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:
More information about the arch-commits
mailing list