[arch-commits] Commit in python-graphql-core/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 6 09:05:23 UTC 2021
Date: Thursday, May 6, 2021 @ 09:05:22
Author: alucryd
Revision: 928402
archrelease: copy trunk to community-any
Added:
python-graphql-core/repos/community-any/PKGBUILD
(from rev 928401, python-graphql-core/trunk/PKGBUILD)
Deleted:
python-graphql-core/repos/community-any/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 09:05:17 UTC (rev 928401)
+++ PKGBUILD 2021-05-06 09:05:22 UTC (rev 928402)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-graphql-core
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='GraphQL base implementation for Python'
-url=https://github.com/graphql-python/graphql-core
-arch=(any)
-license=(MIT)
-depends=(
- python-six
- python-promise
- python-rx
-)
-makedepends=(
- git
- python-setuptools
-)
-_tag=6494c7fcfa62418a4fe36cf23e0bbfebc10fe342
-source=(git+https://github.com/graphql-python/graphql-core.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd graphql-core
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd graphql-core
-
- python setup.py build
-}
-
-package() {
- cd graphql-core
-
- python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
- install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-core/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-graphql-core/repos/community-any/PKGBUILD (from rev 928401, python-graphql-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 09:05:22 UTC (rev 928402)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-graphql-core
+pkgver=3.1.4
+pkgrel=1
+pkgdesc='GraphQL base implementation for Python'
+url=https://github.com/graphql-python/graphql-core
+arch=(any)
+license=(MIT)
+depends=(
+ python-six
+ python-promise
+ python-rx
+)
+makedepends=(
+ git
+ python-setuptools
+)
+_tag=03c2b06e4636ed8a89c7a4c7e56d244fd9d00bde
+source=(git+https://github.com/graphql-python/graphql-core.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd graphql-core
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd graphql-core
+
+ python setup.py build
+}
+
+package() {
+ cd graphql-core
+
+ python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+ install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-graphql-core/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list